public class AbstractAccessor
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.avalon.lifecycle.Accessor
Accessor.| Constructor and Description |
|---|
AbstractAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
access(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
Access stage handler.
|
void |
release(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
Release stage handler.
|
public void access(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
throws java.lang.Exception
access in interface org.apache.avalon.lifecycle.Accessorobject - the object that is being accessedcontext - the context instance required by the access handler
implementationjava.lang.Exception - if an error occurspublic void release(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
release in interface org.apache.avalon.lifecycle.Accessorobject - the object that is being releasedcontext - the context instance required by the release handler
implementation