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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerRegistryImpl
public ServerRegistryImpl()
ServerRegistryImpl
public ServerRegistryImpl(Bus b)
getBus
public Bus getBus()
setBus
public final void setBus(Bus bus)
register
public void register(Server server)
- Specified by:
register
in interface ServerRegistry
unregister
public void unregister(Server server)
- Specified by:
unregister
in interface ServerRegistry
getServers
public List<Server> getServers()
- Specified by:
getServers
in interface ServerRegistry
initComplete
public void initComplete()
- Description copied from interface:
BusLifeCycleListener
- Invoked when the
Bus
has been initialized.
- Specified by:
initComplete
in interface BusLifeCycleListener
preShutdown
@PreDestroy
public void preShutdown()
- Description copied from interface:
BusLifeCycleListener
- Invoked before the
Bus
is shutdown.
- Specified by:
preShutdown
in interface BusLifeCycleListener
postShutdown
public void postShutdown()
- Description copied from interface:
BusLifeCycleListener
- Invoked after the
Bus
is shutdown.
- Specified by:
postShutdown
in interface BusLifeCycleListener
Apache CXF