Package org.apache.cxf.bus.managers
Class ServerRegistryImpl
- java.lang.Object
- 
- org.apache.cxf.bus.managers.ServerRegistryImpl
 
- 
- All Implemented Interfaces:
- BusLifeCycleListener,- ServerRegistry
 
 public class ServerRegistryImpl extends Object implements ServerRegistry, BusLifeCycleListener 
- 
- 
Constructor SummaryConstructors Constructor Description ServerRegistryImpl()ServerRegistryImpl(Bus b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BusgetBus()List<Server>getServers()voidinitComplete()Invoked when theBushas been initialized.voidpostShutdown()Invoked after theBusis shutdown.voidpreShutdown()Invoked before theBusis shutdown.voidregister(Server server)voidsetBus(Bus bus)voidunregister(Server server)
 
- 
- 
- 
Constructor Detail- 
ServerRegistryImplpublic ServerRegistryImpl() 
 - 
ServerRegistryImplpublic ServerRegistryImpl(Bus b) 
 
- 
 - 
Method Detail- 
getBuspublic Bus getBus() 
 - 
setBuspublic final void setBus(Bus bus) 
 - 
registerpublic void register(Server server) - Specified by:
- registerin interface- ServerRegistry
 
 - 
unregisterpublic void unregister(Server server) - Specified by:
- unregisterin interface- ServerRegistry
 
 - 
getServerspublic List<Server> 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
 
 
- 
 
-