|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.component.runtime.AbstractComponentLifeCycle it.imolinfo.jbi4corba.jbi.component.runtime.DefaultComponentLifeCycle
public class DefaultComponentLifeCycle
Default ComponentLifeCycle implementation.
Field Summary |
---|
Fields inherited from class it.imolinfo.jbi4corba.jbi.component.runtime.AbstractComponentLifeCycle |
---|
JBI4CORBABC_PERF_CATEGORIES, jbiContext, mRuntimeConfig, mRuntimeConfigHelper, mStatusProviderHelper, PERF_CAT_DENORMALIZATION, PERF_CAT_NORMALIZATION, SHORT_DISPLAY_NAME |
Constructor Summary | |
---|---|
DefaultComponentLifeCycle(ComponentRuntime compRuntime)
|
Method Summary | |
---|---|
protected void |
activateServiceConsumers()
service consumer initialization such as creating the service descriptions and activating the protocol specific external endpoints should be done. |
protected void |
activateServiceProviders()
service providers initialization such as creating the service descriptions and activating the service endpoints should be done. |
protected StandardMBean |
createExtensionMBean()
no extension mbean |
protected ObjectName |
createExtensionMBeanName()
no extension mbean |
protected MessageExchangeReceiver |
createMessageExchangeReceiver()
creates a message receiver object that handles receiving and processing the message exchanges from the delivery channel. |
protected void |
deactivateServiceConsumers()
disables the service consumers so that the service consumer can not send message exchange to the providers. |
protected void |
deactivateServiceProviders()
disable the service providers so that the service consumers can not find the service endpoints for this service provider. |
protected void |
initMessageExchangeHandlerFactory()
initializes the message exchange handler factory. |
Methods inherited from class it.imolinfo.jbi4corba.jbi.component.runtime.AbstractComponentLifeCycle |
---|
getComponentRuntime, getExtensionMBeanName, init, onInit, onShutDown, onStart, onStop, shutDown, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultComponentLifeCycle(ComponentRuntime compRuntime)
Method Detail |
---|
protected void activateServiceProviders() throws javax.jbi.JBIException
AbstractComponentLifeCycle
activateServiceProviders
in class AbstractComponentLifeCycle
javax.jbi.JBIException
protected void deactivateServiceProviders() throws javax.jbi.JBIException
AbstractComponentLifeCycle
deactivateServiceProviders
in class AbstractComponentLifeCycle
javax.jbi.JBIException
protected void activateServiceConsumers() throws javax.jbi.JBIException
AbstractComponentLifeCycle
activateServiceConsumers
in class AbstractComponentLifeCycle
javax.jbi.JBIException
protected void deactivateServiceConsumers() throws javax.jbi.JBIException
AbstractComponentLifeCycle
deactivateServiceConsumers
in class AbstractComponentLifeCycle
javax.jbi.JBIException
protected void initMessageExchangeHandlerFactory() throws javax.jbi.JBIException
AbstractComponentLifeCycle
initMessageExchangeHandlerFactory
in class AbstractComponentLifeCycle
javax.jbi.JBIException
protected MessageExchangeReceiver createMessageExchangeReceiver() throws Exception
AbstractComponentLifeCycle
createMessageExchangeReceiver
in class AbstractComponentLifeCycle
Exception
protected ObjectName createExtensionMBeanName()
createExtensionMBeanName
in class AbstractComponentLifeCycle
protected StandardMBean createExtensionMBean()
createExtensionMBean
in class AbstractComponentLifeCycle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |