Apache CXF API

Uses of Interface
org.apache.cxf.buslifecycle.BusLifeCycleListener

Packages that use BusLifeCycleListener
org.apache.cxf.bus.osgi   
org.apache.cxf.buslifecycle   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.management.jmx   
 

Uses of BusLifeCycleListener in org.apache.cxf.bus.osgi
 

Classes in org.apache.cxf.bus.osgi that implement BusLifeCycleListener
 class OSGIBusListener
           
 

Uses of BusLifeCycleListener in org.apache.cxf.buslifecycle
 

Subinterfaces of BusLifeCycleListener in org.apache.cxf.buslifecycle
 interface BusLifeCycleManager
          The manager interface for registering BusLifeCycleListeners.
 

Classes in org.apache.cxf.buslifecycle that implement BusLifeCycleListener
 class CXFBusLifeCycleManager
           
 

Methods in org.apache.cxf.buslifecycle with parameters of type BusLifeCycleListener
 void CXFBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
           
 void BusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
          Register a listener to receive Bus lifecycle notification.
 void CXFBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener)
           
 void BusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener)
          Unregister a listener so that it will no longer receive Bus lifecycle events.
 

Uses of BusLifeCycleListener in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement BusLifeCycleListener
 class ServerRegistryImpl
           
 

Uses of BusLifeCycleListener in org.apache.cxf.management.jmx
 

Classes in org.apache.cxf.management.jmx that implement BusLifeCycleListener
 class InstrumentationManagerImpl
          The manager class for the JMXManagedComponent which hosts the JMXManagedComponents.
 


Apache CXF API

Apache CXF