|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBContainerLifeCycleCallback
This interface should be implemented by users which want to be notified at some lifecycle step of the container.
| Method Summary | |
|---|---|
void |
beforeBind(EZBContainerCallbackInfo info,
EZBRef reference)
Called before binding a reference into the registry. |
void |
start(EZBContainerCallbackInfo info)
Called when container is starting. |
void |
stop(EZBContainerCallbackInfo info)
Called when container is stopping. |
| Method Detail |
|---|
void start(EZBContainerCallbackInfo info)
throws LifeCycleCallbackException
info - some information on the container which is starting.
LifeCycleCallbackException - if the invocation of the callback failed
void stop(EZBContainerCallbackInfo info)
throws LifeCycleCallbackException
info - some information on the container which is stopping.
LifeCycleCallbackException - if the invocation of the callback failed
void beforeBind(EZBContainerCallbackInfo info,
EZBRef reference)
throws LifeCycleCallbackException
info - some information on the container which is running.reference - a reference on the bean that will be bound
LifeCycleCallbackException - if the invocation of the callback failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||