|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagementContext
A context for managed objects that wants to do more.
| Method Summary | |
|---|---|
void |
register(Object o)
Register an object as a managed object. |
void |
unregister(Object o)
Unregisters an object from its managed life cycle. |
| Method Detail |
|---|
void register(Object o)
throws IllegalArgumentException,
NullPointerException
o - the object to be managed
IllegalArgumentException - if the object is not manageable
NullPointerException - if the object is null
void unregister(Object o)
throws IllegalArgumentException,
NullPointerException
o - the object to be unmanaged
IllegalArgumentException - if the object is not manageable
NullPointerException - if the object is null
|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||