public class LoggingBusLifecycleListener extends Object implements BusLifeCycleListener
| Constructor and Description |
|---|
LoggingBusLifecycleListener(Bus b) |
| Modifier and Type | Method and Description |
|---|---|
void |
initComplete()
Invoked when the
Bus has been initialized. |
void |
postShutdown()
Invoked after the
Bus is shutdown. |
void |
preShutdown()
Invoked before the
Bus is shutdown. |
public LoggingBusLifecycleListener(Bus b)
public void initComplete()
Bus has been initialized.initComplete in interface BusLifeCycleListenerpublic void preShutdown()
Bus is shutdown.preShutdown in interface BusLifeCycleListenerpublic void postShutdown()
Bus is shutdown.postShutdown in interface BusLifeCycleListenerApache CXF