Package org.apache.cxf.bus.osgi
Class OSGIBusListener
java.lang.Object
org.apache.cxf.bus.osgi.OSGIBusListener
- All Implemented Interfaces:
BusLifeCycleListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when theBushas been initialized.voidInvoked after theBusis shutdown.voidInvoked before theBusis shutdown.
-
Field Details
-
CONTEXT_SYMBOLIC_NAME_PROPERTY
- See Also:
-
CONTEXT_VERSION_PROPERTY
- See Also:
-
CONTEXT_NAME_PROPERTY
- See Also:
-
-
Constructor Details
-
OSGIBusListener
-
OSGIBusListener
-
-
Method Details
-
initComplete
public void initComplete()Description copied from interface:BusLifeCycleListenerInvoked when theBushas been initialized.- Specified by:
initCompletein interfaceBusLifeCycleListener
-
preShutdown
public void preShutdown()Description copied from interface:BusLifeCycleListenerInvoked before theBusis shutdown.- Specified by:
preShutdownin interfaceBusLifeCycleListener
-
postShutdown
public void postShutdown()Description copied from interface:BusLifeCycleListenerInvoked after theBusis shutdown.- Specified by:
postShutdownin interfaceBusLifeCycleListener
-