org.apache.cxf.bus.osgi
Class OSGIBusListener

java.lang.Object
  extended by org.apache.cxf.bus.osgi.OSGIBusListener
All Implemented Interfaces:
org.apache.cxf.buslifecycle.BusLifeCycleListener

public class OSGIBusListener
extends Object
implements org.apache.cxf.buslifecycle.BusLifeCycleListener


Field Summary
static String CONTEXT_NAME_PROPERTY
           
static String CONTEXT_SYMBOLIC_NAME_PROPERTY
           
static String CONTEXT_VERSION_PROPERTY
           
 
Constructor Summary
OSGIBusListener(org.apache.cxf.Bus b)
           
OSGIBusListener(org.apache.cxf.Bus b, Object[] args)
           
 
Method Summary
 void initComplete()
           
 void postShutdown()
           
 void preShutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

OSGIBusListener

public OSGIBusListener(org.apache.cxf.Bus b)

OSGIBusListener

public OSGIBusListener(org.apache.cxf.Bus b,
                       Object[] args)
Method Detail

initComplete

public void initComplete()
Specified by:
initComplete in interface org.apache.cxf.buslifecycle.BusLifeCycleListener

preShutdown

public void preShutdown()
Specified by:
preShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListener

postShutdown

public void postShutdown()
Specified by:
postShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListener


Apache CXF