Package org.apache.cxf.bus.osgi
Class OSGIBusListener
- java.lang.Object
- 
- org.apache.cxf.bus.osgi.OSGIBusListener
 
- 
- All Implemented Interfaces:
- BusLifeCycleListener
 
 public class OSGIBusListener extends Object implements BusLifeCycleListener 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONTEXT_NAME_PROPERTYstatic StringCONTEXT_SYMBOLIC_NAME_PROPERTYstatic StringCONTEXT_VERSION_PROPERTY
 - 
Constructor SummaryConstructors Constructor Description OSGIBusListener(Bus b)OSGIBusListener(Bus b, Object[] args)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitComplete()Invoked when theBushas been initialized.voidpostShutdown()Invoked after theBusis shutdown.voidpreShutdown()Invoked before theBusis shutdown.
 
- 
- 
- 
Field Detail- 
CONTEXT_SYMBOLIC_NAME_PROPERTYpublic static final String CONTEXT_SYMBOLIC_NAME_PROPERTY - See Also:
- Constant Field Values
 
 - 
CONTEXT_VERSION_PROPERTYpublic static final String CONTEXT_VERSION_PROPERTY - See Also:
- Constant Field Values
 
 - 
CONTEXT_NAME_PROPERTYpublic static final String CONTEXT_NAME_PROPERTY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initCompletepublic void initComplete() Description copied from interface:BusLifeCycleListenerInvoked when theBushas been initialized.- Specified by:
- initCompletein interface- BusLifeCycleListener
 
 - 
preShutdownpublic void preShutdown() Description copied from interface:BusLifeCycleListenerInvoked before theBusis shutdown.- Specified by:
- preShutdownin interface- BusLifeCycleListener
 
 - 
postShutdownpublic void postShutdown() Description copied from interface:BusLifeCycleListenerInvoked after theBusis shutdown.- Specified by:
- postShutdownin interface- BusLifeCycleListener
 
 
- 
 
-