Apache CXF API

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

Packages that use BusLifeCycleListener
org.apache.cxf.bus.managers   
org.apache.cxf.bus.osgi   
org.apache.cxf.buslifecycle   
org.apache.cxf.management.jmx   
org.apache.cxf.ws.security.cache   
org.apache.cxf.ws.security.tokenstore   
 

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

Classes in org.apache.cxf.bus.managers that implement BusLifeCycleListener
 class CXFBusLifeCycleManager
           
 class ServerRegistryImpl
           
 

Methods in org.apache.cxf.bus.managers with parameters of type BusLifeCycleListener
 void CXFBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
           
 void CXFBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener)
           
 

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.
 

Methods in org.apache.cxf.buslifecycle with parameters of type BusLifeCycleListener
 void BusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
          Register a listener to receive Bus lifecycle notification.
 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.management.jmx
 

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

Uses of BusLifeCycleListener in org.apache.cxf.ws.security.cache
 

Classes in org.apache.cxf.ws.security.cache that implement BusLifeCycleListener
 class EHCacheReplayCache
          An in-memory EHCache implementation of the ReplayCache interface.
 

Uses of BusLifeCycleListener in org.apache.cxf.ws.security.tokenstore
 

Classes in org.apache.cxf.ws.security.tokenstore that implement BusLifeCycleListener
 class EHCacheTokenStore
          An in-memory EHCache implementation of the TokenStore interface.
 


Apache CXF API

Apache CXF