|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Contract public interface InstanceLifecycleListener
This processor is called for certain events in the lifecycle of instances of services.
This listener is concerned with instances of services, whereas the
ValidationService
is concerned with the descriptors for services.
Method Summary | |
---|---|
Filter |
getFilter()
This returns a filter that tells the system whether a particular descriptor should be handled by this lifecycle listener. |
void |
lifecycleEvent(InstanceLifecycleEvent lifecycleEvent)
This method will be called when any lifecycle event occurs. |
Method Detail |
---|
Filter getFilter()
void lifecycleEvent(InstanceLifecycleEvent lifecycleEvent)
lifecycleEvent
- The event that has occurred, will not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |