|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.lifecycle.AbstractCreator
public class AbstractCreator
Abstract implementation of a Creator.
| Constructor Summary | |
|---|---|
AbstractCreator()
|
|
| 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. |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCreator()
| Method Detail |
|---|
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
implementation
java.lang.Exception - if an error occurs
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||