public class AbstractCreator
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.avalon.lifecycle.Creator
Creator.| Constructor and Description |
|---|
AbstractCreator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void create(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
throws java.lang.Exception
create in interface org.apache.avalon.lifecycle.Creatorobject - the object that is being createdcontext - the context instance required by the create handler
implementationjava.lang.Exception - if an error occurspublic void destroy(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
destroy in interface org.apache.avalon.lifecycle.Creatorobject - the object that is being destroyedcontext - the context instance required by the handler
implementation