public interface ManagementContext
| Modifier and Type | Method and Description |
|---|---|
void |
register(Object o)
Register an object as a managed object.
|
void |
unregister(Object o)
Unregisters an object from its managed life cycle.
|
void register(Object o) throws IllegalArgumentException, NullPointerException
o - the object to be managedIllegalArgumentException - if the object is not manageableNullPointerException - if the object is nullvoid unregister(Object o) throws IllegalArgumentException, NullPointerException
o - the object to be unmanagedIllegalArgumentException - if the object is not manageableNullPointerException - if the object is nullCopyright © 2019 eXo Platform SAS. All Rights Reserved.