Package org.apache.cxf.bus.managers
Class ServerRegistryImpl
java.lang.Object
org.apache.cxf.bus.managers.ServerRegistryImpl
- All Implemented Interfaces:
- BusLifeCycleListener,- ServerRegistry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBus()voidInvoked when theBushas been initialized.voidInvoked after theBusis shutdown.voidInvoked before theBusis shutdown.voidfinal voidvoidunregister(Server server) 
- 
Constructor Details- 
ServerRegistryImplpublic ServerRegistryImpl()
- 
ServerRegistryImpl
 
- 
- 
Method Details- 
getBus
- 
setBus
- 
register- Specified by:
- registerin interface- ServerRegistry
 
- 
unregister- Specified by:
- unregisterin interface- ServerRegistry
 
- 
getServers- Specified by:
- getServersin interface- ServerRegistry
 
- 
initCompletepublic void initComplete()Description copied from interface:BusLifeCycleListenerInvoked when theBushas been initialized.- Specified by:
- initCompletein interface- BusLifeCycleListener
 
- 
preShutdown@PreDestroy public void preShutdown()Description copied from interface:BusLifeCycleListenerInvoked before theBusis shutdown.- Specified by:
- preShutdownin interface- BusLifeCycleListener
 
- 
postShutdownpublic void postShutdown()Description copied from interface:BusLifeCycleListenerInvoked after theBusis shutdown.- Specified by:
- postShutdownin interface- BusLifeCycleListener
 
 
-