|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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,
Context context)
Access stage handler. |
void |
release(java.lang.Object object,
Context context)
Release stage handler. |
Method Detail |
public void access(java.lang.Object object, 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 occurspublic void release(java.lang.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 |