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   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
 

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

Classes in org.apache.cxf.bus.osgi that implement BusLifeCycleListener
static class OSGiExtensionLocator.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.
 

Uses of BusLifeCycleListener in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement BusLifeCycleListener
 class JettyHTTPServerEngineFactory
          This Bus Extension handles the configuration of network port numbers for use with "http" or "https".
 

Uses of BusLifeCycleListener in org.apache.cxf.transport.http_jetty.spring
 

Classes in org.apache.cxf.transport.http_jetty.spring that implement BusLifeCycleListener
static class JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
           
 


Apache CXF API

Apache CXF