Package org.apache.cxf.bus.managers
Class ServerRegistryImpl
java.lang.Object
org.apache.cxf.bus.managers.ServerRegistryImpl
- All Implemented Interfaces:
BusLifeCycleListener
,ServerRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBus()
void
Invoked when theBus
has been initialized.void
Invoked after theBus
is shutdown.void
Invoked before theBus
is shutdown.void
final void
void
unregister
(Server server)
-
Constructor Details
-
ServerRegistryImpl
public ServerRegistryImpl() -
ServerRegistryImpl
-
-
Method Details
-
getBus
-
setBus
-
register
- Specified by:
register
in interfaceServerRegistry
-
unregister
- Specified by:
unregister
in interfaceServerRegistry
-
getServers
- Specified by:
getServers
in interfaceServerRegistry
-
initComplete
public void initComplete()Description copied from interface:BusLifeCycleListener
Invoked when theBus
has been initialized.- Specified by:
initComplete
in interfaceBusLifeCycleListener
-
preShutdown
@PreDestroy public void preShutdown()Description copied from interface:BusLifeCycleListener
Invoked before theBus
is shutdown.- Specified by:
preShutdown
in interfaceBusLifeCycleListener
-
postShutdown
public void postShutdown()Description copied from interface:BusLifeCycleListener
Invoked after theBus
is shutdown.- Specified by:
postShutdown
in interfaceBusLifeCycleListener
-