Uses of Interface
com.collation.platform.model.topology.process.Agent

Packages that use Agent
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.process   
 

Uses of Agent in com.collation.platform.model.topology.app
 

Subinterfaces of Agent in com.collation.platform.model.topology.app
 interface TWSAgent
          A TWSAgent represents a scheduling object that runs jobs.
 

Uses of Agent in com.collation.platform.model.topology.process
 

Methods in com.collation.platform.model.topology.process that return Agent
 Agent[] ManagementSoftwareSystem.getAgents()
           
 Agent[] ManagementSoftwareSystem.getAgentsInUse()
           
 Agent ManagementSoftwareSystem.getMasterAgent()
           
 

Methods in com.collation.platform.model.topology.process with parameters of type Agent
 void ManagementSoftwareSystem.setAgents(Agent[] x)
           
 void ManagementSoftwareSystem.setAgentsInUse(Agent[] x)
           
 void ManagementSoftwareSystem.setMasterAgent(Agent x)