Uses of Interface
org.apache.cxf.buslifecycle.BusLifeCycleListener
Packages that use BusLifeCycleListener
Package
Description
-
Uses of BusLifeCycleListener in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers that implement BusLifeCycleListenerMethods in org.apache.cxf.bus.managers with parameters of type BusLifeCycleListenerModifier and TypeMethodDescriptionfinal voidCXFBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener) voidCXFBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener) -
Uses of BusLifeCycleListener in org.apache.cxf.buslifecycle
Subinterfaces of BusLifeCycleListener in org.apache.cxf.buslifecycleModifier and TypeInterfaceDescriptioninterfaceThe manager interface for registeringBusLifeCycleListeners.Methods in org.apache.cxf.buslifecycle with parameters of type BusLifeCycleListenerModifier and TypeMethodDescriptionvoidBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener) Register a listener to receiveBuslifecycle notification.voidBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener) Unregister a listener so that it will no longer receiveBuslifecycle events. -
Uses of BusLifeCycleListener in org.apache.cxf.ext.logging
Classes in org.apache.cxf.ext.logging that implement BusLifeCycleListenerModifier and TypeClassDescriptionclassAdd LoggingFeature based on system properties -
Uses of BusLifeCycleListener in org.apache.cxf.management.jmx
Classes in org.apache.cxf.management.jmx that implement BusLifeCycleListenerModifier and TypeClassDescriptionclassThe 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 BusLifeCycleListenerModifier and TypeClassDescriptionclassclassA 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 -
Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement BusLifeCycleListener -
Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server.spring
Classes in org.apache.cxf.transport.http.netty.server.spring that implement BusLifeCycleListenerModifier and TypeClassDescriptionstatic class -
Uses of BusLifeCycleListener in org.apache.cxf.ws.security.cache
Classes in org.apache.cxf.ws.security.cache that implement BusLifeCycleListenerModifier and TypeClassDescriptionclassWrap 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 BusLifeCycleListenerModifier and TypeClassDescriptionclassAn 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 BusLifeCycleListenerModifier and TypeClassDescriptionclassAn in-memory EHCache implementation of the XKMSClientCache interface.