|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Accessor
The Accessor interface describes the access and release
stages that occur between a service or component manager and a container
during service deployment. Lifecycle extensions supporting access
and release stages must implement this interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void access(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
throws java.lang.Exception
object - the object that is being accessedcontext - the context instance required by the access handler
implementation
java.lang.Exception - if an error occurs
void release(java.lang.Object object,
org.apache.avalon.framework.context.Context context)
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 | ||||||||