Uses of Class
org.rhq.core.clientapi.server.core.AgentVersion

Packages that use AgentVersion
org.rhq.core.clientapi.server.core   
 

Uses of AgentVersion in org.rhq.core.clientapi.server.core
 

Methods in org.rhq.core.clientapi.server.core that return AgentVersion
 AgentVersion ConnectAgentRequest.getAgentVersion()
          The version information of the agent asking to be connected.
 AgentVersion AgentRegistrationRequest.getAgentVersion()
          Returns the information that identifies the version of the agent asking to be registered.
 

Constructors in org.rhq.core.clientapi.server.core with parameters of type AgentVersion
AgentRegistrationRequest(String name, String address, int port, String remoteEndpoint, boolean regenerateTokenFlag, String originalToken, AgentVersion agentVersion)
          Creates a new AgentRegistrationRequest object.
ConnectAgentRequest(String agentName, AgentVersion agentVersion)
           
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.