org.rhq.enterprise.agent
Class AgentUtils.ServerEndpoint
java.lang.Object
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
namePort
public FailoverListComposite.ServerEntry namePort
transport
public String transport
transportParams
public String transportParams
AgentUtils.ServerEndpoint
public AgentUtils.ServerEndpoint()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.