Uses of Class
org.rhq.core.domain.resource.Agent

Packages that use Agent
org.rhq.core.domain.cloud   
org.rhq.core.domain.discovery   
org.rhq.core.domain.resource   
 

Uses of Agent in org.rhq.core.domain.cloud
 

Fields in org.rhq.core.domain.cloud declared as Agent
protected  Agent FailoverList.agent
           
 

Methods in org.rhq.core.domain.cloud that return Agent
 Agent FailoverList.getAgent()
           
 

Methods in org.rhq.core.domain.cloud that return types with arguments of type Agent
 List<Agent> Server.getAgents()
           
 List<Agent> AffinityGroup.getAgents()
           
 

Methods in org.rhq.core.domain.cloud with parameters of type Agent
 void FailoverList.setAgent(Agent agent)
           
 

Method parameters in org.rhq.core.domain.cloud with type arguments of type Agent
 void Server.setAgents(List<Agent> agents)
           
 void AffinityGroup.setAgents(List<Agent> agents)
           
 

Constructors in org.rhq.core.domain.cloud with parameters of type Agent
FailoverList(PartitionEvent event, Agent agent)
           
PartitionEventDetails(PartitionEvent partitionEvent, Agent agent, Server server)
           
 

Uses of Agent in org.rhq.core.domain.discovery
 

Methods in org.rhq.core.domain.discovery that return Agent
 Agent InventoryReport.getAgent()
           
 

Constructors in org.rhq.core.domain.discovery with parameters of type Agent
InventoryReport(Agent agent)
           
 

Uses of Agent in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return Agent
 Agent Resource.getAgent()
           
 

Methods in org.rhq.core.domain.resource with parameters of type Agent
 void Resource.setAgent(Agent agent)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.