public interface ManagementController
Modifier and Type | Method and Description |
---|---|
void |
registerAgent(ManagementAgentLocation location,
ManagementAgent agent)
Register agent.
|
void |
unregisterAgent(ManagementAgentLocation location)
Unregister agent.
|
void registerAgent(ManagementAgentLocation location, ManagementAgent agent) throws RegistrationException
agent
- the agentlocation
- the locationRegistrationException
- the registration exceptionvoid unregisterAgent(ManagementAgentLocation location) throws RegistrationException
location
- the locationRegistrationException
- the registration exception