public class AgentControlImpl extends java.lang.Object implements AgentControl
Constructor and Description |
---|
AgentControlImpl(AgentContext agentContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentId()
Returns the agent's identifier
|
AgentUpdateHandler |
getAgentUpdateHandler()
Returns the update handler
|
ConfigurationHandler |
getConfigurationHandler()
Returns the configuration handler
|
DeploymentHandler |
getDeploymentHandler()
Returns the deployment handler
|
FeedbackHandler |
getFeedbackHandler()
Returns the feedback handler
|
public AgentControlImpl(AgentContext agentContext) throws java.io.IOException
java.io.IOException
public java.lang.String getAgentId()
AgentControl
getAgentId
in interface AgentControl
public ConfigurationHandler getConfigurationHandler()
AgentControl
getConfigurationHandler
in interface AgentControl
public DeploymentHandler getDeploymentHandler()
AgentControl
getDeploymentHandler
in interface AgentControl
public AgentUpdateHandler getAgentUpdateHandler()
AgentControl
getAgentUpdateHandler
in interface AgentControl
public FeedbackHandler getFeedbackHandler()
AgentControl
getFeedbackHandler
in interface AgentControl