@Bean(name="connections", parent=ConnectionManager.class, active=true, exportable=true) public static class ConnectionManager.PortsConfigBean extends Object implements RegistrarBeanWithDefaultBeanClass, Initializable
| Constructor and Description |
|---|
PortsConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDefaultBeanClass()
Returns default class for all bean which are defined using configuration as subbeans of bean implementing this
interface.
|
void |
initialize()
Method will be called, when bean will be created, configured and ready to use.
|
void |
register(Kernel kernel)
Method called when bean is being registered allowing developer to programatically register other beans.
|
void |
start() |
void |
stop() |
void |
unregister(Kernel kernel)
Method called while bean is being unregistered.
|
public Class<?> getDefaultBeanClass()
RegistrarBeanWithDefaultBeanClassgetDefaultBeanClass in interface RegistrarBeanWithDefaultBeanClasspublic void register(Kernel kernel)
RegistrarBeanregister in interface RegistrarBeankernel - - instance from local scopepublic void unregister(Kernel kernel)
RegistrarBeanunregister in interface RegistrarBeankernel - - instance from local scopepublic void initialize()
Initializableinitialize in interface Initializablepublic void start()
public void stop()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.