|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lifecycle
Instances created by the service binder, either via the GenericActivator or the GenericFactory, may implement this interface to receive notification of object life cycle events. See each interface method for a precise description of when the method is invoked.
Method Summary | |
---|---|
void |
activate()
This method is called after the instance is created, all of its dependencies are valid, and all implemented services are registered. |
void |
deactivate()
This method is called prior to instance disposal. |
Method Detail |
---|
void activate()
void deactivate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |