|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.avalon.lifecycle.AbstractAccessor
Abstract implementation of a Accessor
.
Constructor Summary | |
AbstractAccessor()
|
Method Summary | |
void |
access(java.lang.Object object,
Context context)
Access stage handler. |
void |
release(java.lang.Object object,
Context context)
Release 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 AbstractAccessor()
Method Detail |
public void access(java.lang.Object object, Context context) throws java.lang.Exception
access
in interface Accessor
object
- the object that is being accessedcontext
- the context instance required by the access handler
implementation
java.lang.Exception
- if an error occurspublic void release(java.lang.Object object, Context context)
release
in interface Accessor
object
- the object that is being releasedcontext
- the context instance required by the release handler
implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |