org.rhq.enterprise.agent
Class AgentUtils.ServerEndpoint

java.lang.Object
  extended by org.rhq.enterprise.agent.AgentUtils.ServerEndpoint
Enclosing class:
AgentUtils

public static class AgentUtils.ServerEndpoint
extends Object

A very simple object that encapsulates server endpoint information that can be used to connect to a server. This includes a FailoverListComposite.ServerEntry object that consists of the server hostname/IP and the port you can use to talk to it over the given transport (note that two ports in the ServerEntry will be the same).

Author:
John Mazzitelli

Field Summary
 FailoverListComposite.ServerEntry namePort
           
 String transport
           
 String transportParams
           
 
Constructor Summary
AgentUtils.ServerEndpoint()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

namePort

public FailoverListComposite.ServerEntry namePort

transport

public String transport

transportParams

public String transportParams
Constructor Detail

AgentUtils.ServerEndpoint

public AgentUtils.ServerEndpoint()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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