|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusLifeCycleListener
The listener interface for receiving notification of Bus
lifecycle events.
A class that implements this interface will have its methods called
when the associated lifecycle events occur. An implementing class
must register itself with the Bus through the
BusLifeCycleManager
interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void initComplete()
Bus
has been initialized.
void preShutdown()
Bus
is shutdown.
void postShutdown()
Bus
is shutdown.
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |