Class JMXManagementProvider
java.lang.Object
org.exoplatform.management.jmx.impl.JMXManagementProvider
- All Implemented Interfaces:
ManagementProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmanage(ManagedResource context) Instruct the management provider to manage the provided managed resource.voidInstruct the management provider to remove the specifed resource from management.
-
Constructor Details
-
JMXManagementProvider
public JMXManagementProvider() -
JMXManagementProvider
-
-
Method Details
-
manage
Description copied from interface:ManagementProviderInstruct the management provider to manage the provided managed resource. If any registration is done the provider should return an unique key that will be used later for unregistration purpose in theManagementProvider.unmanage(Object)method. If no registration is performed then null should be returned.- Specified by:
managein interfaceManagementProvider- Parameters:
context- the managed resource- Returns:
- the key under which the resource is registered
-
unmanage
Description copied from interface:ManagementProviderInstruct the management provider to remove the specifed resource from management.- Specified by:
unmanagein interfaceManagementProvider- Parameters:
key- the key under which the resource is registered
-