|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Context initialization.
By implementing this interface implementations indicate that state may be bound to the callee's context.
| Method Summary | |
void |
initialize(Context ctx)
Initializes a context. |
boolean |
isInitialized(Context ctx)
Checks if a context is initialized. |
| Method Detail |
public void initialize(Context ctx)
ctx - the context to initialze.
NullPointerException - if is .
ContextError - for unrecoverable context errors.public boolean isInitialized(Context ctx)
ctx - the context to check.
NullPointerException - if is .
ContextError - for unrecoverable context errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||