Uses of Class
org.rhq.core.domain.cloud.Server

Packages that use Server
org.rhq.core.domain.cloud   
org.rhq.core.domain.cloud.composite   
org.rhq.core.domain.resource   
 

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

Fields in org.rhq.core.domain.cloud declared as Server
protected  Server FailoverListDetails.server
           
 

Methods in org.rhq.core.domain.cloud that return Server
 Server FailoverListDetails.getServer()
           
 

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

Methods in org.rhq.core.domain.cloud with parameters of type Server
 void FailoverListDetails.setServer(Server agent)
           
 

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

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

Uses of Server in org.rhq.core.domain.cloud.composite
 

Methods in org.rhq.core.domain.cloud.composite that return Server
 Server ServerWithAgentCountComposite.getServer()
           
 

Constructors in org.rhq.core.domain.cloud.composite with parameters of type Server
ServerWithAgentCountComposite(Server server, Number agentCount)
           
 

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

Methods in org.rhq.core.domain.resource that return Server
 Server Agent.getServer()
          Returns the Server this agent is currently communicating to.
 

Methods in org.rhq.core.domain.resource with parameters of type Server
 void Agent.setServer(Server server)
          Sets the Server this agent should communicate with.
 



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