|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Creator
interface describes the create and destroy
stages that occur between a component and a container
during service management. Lifecycle extensions supporting create
and destroy stages must implement this interface.
Method Summary | |
void |
create(java.lang.Object object,
Context context)
Create stage handler. |
void |
destroy(java.lang.Object object,
Context context)
Destroy stage handler. |
Method Detail |
public void create(java.lang.Object object, Context context) throws java.lang.Exception
object
- the object that is being createdcontext
- the context instance required by the create handler
implementation
java.lang.Exception
- if an error occurspublic void destroy(java.lang.Object object, Context context)
object
- the object that is being destroyedcontext
- the context instance required by the handler
implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |