public interface ManagementProvider
| Modifier and Type | Method and Description |
|---|---|
Object |
manage(ManagedResource managedResource)
Instruct the management provider to manage the provided managed resource.
|
void |
unmanage(Object key)
Instruct the management provider to remove the specifed resource from management.
|
Object manage(ManagedResource managedResource)
unmanage(Object) method. If no registration is performed then null should be returned.managedResource - the managed resourcevoid unmanage(Object key)
key - the key under which the resource is registeredCopyright © 2014 eXo Platform SAS. All Rights Reserved.