SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework
Interface AgentControllerAgent

All Known Implementing Classes:
AgentControllerAgentBase, AgentControllerAgentImpl

public interface AgentControllerAgent

The Interface AgentControllerAgent.


Method Summary
 java.lang.String[] getActiveAgentTasks()
          Gets the active agents.
 java.lang.String getActiveAgentTaskStatus()
          Gets the active agents status.
 java.lang.String[] getAvailableAgents()
          returns all Agents that have connected to the AgentController.
 java.lang.String getStatus(java.lang.String dataSourceId)
          Gets the status.
 java.lang.String startAgent(java.lang.String dataSourceId)
          Start agent.
 java.lang.String stopAgent(java.lang.String dataSourceId)
          Stop agent.
 

Method Detail

startAgent

java.lang.String startAgent(java.lang.String dataSourceId)
Start agent.

Parameters:
dataSourceId - the data source id
Returns:
the string

stopAgent

java.lang.String stopAgent(java.lang.String dataSourceId)
Stop agent.

Parameters:
dataSourceId - the data source id
Returns:
the string

getStatus

java.lang.String getStatus(java.lang.String dataSourceId)
Gets the status.

Parameters:
dataSourceId - the data source id
Returns:
the status

getActiveAgentTaskStatus

java.lang.String getActiveAgentTaskStatus()
Gets the active agents status.

Returns:
the active agents status

getActiveAgentTasks

java.lang.String[] getActiveAgentTasks()
Gets the active agents.

Returns:
the active agents

getAvailableAgents

java.lang.String[] getAvailableAgents()
returns all Agents that have connected to the AgentController.

Returns:
List with Strings of all available Agents

SMILA (incubation) API documentation