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 Summary
Fields Modifier and Type Field Description static String
CONTEXT_NAME_PROPERTY
static String
CONTEXT_SYMBOLIC_NAME_PROPERTY
static String
CONTEXT_VERSION_PROPERTY
-
Constructor Summary
Constructors Constructor Description OSGIBusListener(Bus b)
OSGIBusListener(Bus b, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initComplete()
Invoked when theBus
has been initialized.void
postShutdown()
Invoked after theBus
is shutdown.void
preShutdown()
Invoked before theBus
is shutdown.
-
-
-
Field Detail
-
CONTEXT_SYMBOLIC_NAME_PROPERTY
public static final String CONTEXT_SYMBOLIC_NAME_PROPERTY
- See Also:
- Constant Field Values
-
CONTEXT_VERSION_PROPERTY
public static final String CONTEXT_VERSION_PROPERTY
- See Also:
- Constant Field Values
-
CONTEXT_NAME_PROPERTY
public static final String CONTEXT_NAME_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
initComplete
public void initComplete()
Description copied from interface:BusLifeCycleListener
Invoked when theBus
has been initialized.- Specified by:
initComplete
in interfaceBusLifeCycleListener
-
preShutdown
public void preShutdown()
Description copied from interface:BusLifeCycleListener
Invoked before theBus
is shutdown.- Specified by:
preShutdown
in interfaceBusLifeCycleListener
-
postShutdown
public void postShutdown()
Description copied from interface:BusLifeCycleListener
Invoked after theBus
is shutdown.- Specified by:
postShutdown
in interfaceBusLifeCycleListener
-
-