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