|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Creator
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,
org.apache.avalon.framework.context.Context context)
Create stage handler. |
void |
destroy(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
Destroy stage handler. |
Method Detail |
---|
void create(java.lang.Object object, org.apache.avalon.framework.context.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 occursvoid destroy(java.lang.Object object, org.apache.avalon.framework.context.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 |