SMILA (incubation) API documentation

org.eclipse.smila.management.controller
Interface ManagementController

All Known Implementing Classes:
JmxManagementController

public interface ManagementController

The Interface ManagementController.


Method Summary
 void registerAgent(ManagementAgentLocation location, ManagementAgent agent)
          Register agent.
 void unregisterAgent(ManagementAgentLocation location)
          Unregister agent.
 

Method Detail

registerAgent

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

Parameters:
agent - the agent
location - the location
Throws:
RegistrationException - the registration exception

unregisterAgent

void unregisterAgent(ManagementAgentLocation location)
                     throws RegistrationException
Unregister agent.

Parameters:
location - the location
Throws:
RegistrationException - the registration exception

SMILA (incubation) API documentation