SMILA (incubation) API documentation

org.eclipse.smila.management.jmx
Class JmxManagementController

java.lang.Object
  extended by org.eclipse.smila.management.jmx.JmxManagementController
All Implemented Interfaces:
ManagementController

public class JmxManagementController
extends java.lang.Object
implements ManagementController

The Class JmxManagementController.


Constructor Summary
JmxManagementController()
           
 
Method Summary
 void registerAgent(ManagementAgentLocation location, ManagementAgent agent)
          Register agent.
 void unregisterAgent(ManagementAgentLocation location)
          Unregister agent.
 void unregisterAll()
          Unregister all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxManagementController

public JmxManagementController()
Method Detail

registerAgent

public void registerAgent(ManagementAgentLocation location,
                          ManagementAgent agent)
                   throws RegistrationException
Register agent.

Specified by:
registerAgent in interface ManagementController
Parameters:
location - the location
agent - the agent
Throws:
RegistrationException - the registration exception
See Also:
ManagementController.registerAgent(org.eclipse.smila.management.ManagementAgentLocation, org.eclipse.smila.management.ManagementAgent)

unregisterAgent

public void unregisterAgent(ManagementAgentLocation location)
                     throws RegistrationException
Unregister agent.

Specified by:
unregisterAgent in interface ManagementController
Parameters:
location - the location
Throws:
RegistrationException - the registration exception
See Also:
org.eclipse.smila.management.controller.ManagementController#unregisterAgent(java.lang.String)

unregisterAll

public void unregisterAll()
Unregister all.


SMILA (incubation) API documentation