public class JmxManagementController extends java.lang.Object implements ManagementController
| Constructor and Description |
|---|
JmxManagementController() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAgent(ManagementAgentLocation location,
ManagementAgent agent)
Register agent.
|
void |
unregisterAgent(ManagementAgentLocation location)
Unregister agent.
|
void |
unregisterAll()
Unregister all.
|
public void registerAgent(ManagementAgentLocation location, ManagementAgent agent) throws RegistrationException
registerAgent in interface ManagementControllerlocation - the locationagent - the agentRegistrationException - the registration exceptionManagementController.registerAgent(org.eclipse.smila.management.ManagementAgentLocation,
org.eclipse.smila.management.ManagementAgent)public void unregisterAgent(ManagementAgentLocation location) throws RegistrationException
unregisterAgent in interface ManagementControllerlocation - the locationRegistrationException - the registration exceptionorg.eclipse.smila.management.controller.ManagementController#unregisterAgent(java.lang.String)public void unregisterAll()