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.sts.cache   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.spring   
org.apache.cxf.ws.security.cache   
org.apache.cxf.ws.security.tokenstore   
org.apache.cxf.xkms.cache   
 

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.sts.cache
 

Classes in org.apache.cxf.sts.cache that implement BusLifeCycleListener
 class DefaultInMemoryTokenStore
           
 class EHCacheIdentityCache
          A EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.
 

Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.client
 

Classes in org.apache.cxf.transport.http.netty.client that implement BusLifeCycleListener
 class NettyHttpConduit
           
 

Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server
 

Classes in org.apache.cxf.transport.http.netty.server that implement BusLifeCycleListener
 class NettyHttpServerEngineFactory
           
 

Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server.spring
 

Classes in org.apache.cxf.transport.http.netty.server.spring that implement BusLifeCycleListener
static class NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory
           
 

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

Classes in org.apache.cxf.ws.security.cache that implement BusLifeCycleListener
 class CXFEHCacheReplayCache
          Wrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly.
 

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.
 

Uses of BusLifeCycleListener in org.apache.cxf.xkms.cache
 

Classes in org.apache.cxf.xkms.cache that implement BusLifeCycleListener
 class EHCacheXKMSClientCache
          An in-memory EHCache implementation of the XKMSClientCache interface.
 


Apache CXF API

Apache CXF