|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelControllerContextAware
A KernelControllerContextAware.
Method Summary | |
---|---|
void |
setKernelControllerContext(KernelControllerContext context)
Set the controller context. |
void |
unsetKernelControllerContext(KernelControllerContext context)
Unset the controller context. |
Method Detail |
---|
void setKernelControllerContext(KernelControllerContext context) throws Exception
This is invoked after construction with the controller context.
WARNING: This protocol is subject to change with the classadapter implementation.
context
- the context
Exception
- for any errorvoid unsetKernelControllerContext(KernelControllerContext context) throws Exception
This is before uninstallation with null.
WARNING: This protocol is subject to change with the classadapter implementation.
context
- the context
Exception
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |