|
|||||||||
| 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(Object object,
Context context)
Access stage handler. |
void |
release(Object object,
Context context)
Release stage handler. |
| Method Detail |
|---|
void access(Object object,
Context context)
throws Exception
object - the object that is being accessedcontext - the context instance required by the access handler
implementation
Exception - if an error occurs
void release(Object object,
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 | ||||||||