Package org.apache.cxf.buslifecycle
Interface BusLifeCycleListener
- 
- All Known Subinterfaces:
- BusLifeCycleManager
 - All Known Implementing Classes:
- CXFBusLifeCycleManager,- OSGIBusListener,- ServerRegistryImpl
 
 public interface BusLifeCycleListenerThe listener interface for receiving notification ofBuslifecycle events. A class that implements this interface will have its methods called when the associated lifecycle events occur. An implementing class must register itself with the Bus through theBusLifeCycleManagerinterface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitComplete()Invoked when theBushas been initialized.voidpostShutdown()Invoked after theBusis shutdown.voidpreShutdown()Invoked before theBusis shutdown.
 
-