org.rhq.enterprise.installer
Class ServerInformation.Server

java.lang.Object
  extended by org.rhq.enterprise.installer.ServerInformation.Server
Enclosing class:
ServerInformation

public static class ServerInformation.Server
extends Object


Field Summary
static String DEFAULT_AFFINITY_GROUP
           
static int DEFAULT_ENDPOINT_PORT
           
static int DEFAULT_ENDPOINT_SECURE_PORT
           
 
Constructor Summary
ServerInformation.Server(String name, String endpointAddress, int port, int securePort, String affinityGroup)
           
 
Method Summary
 String getAffinityGroup()
           
 String getEndpointAddress()
           
 int getEndpointPort()
           
 String getEndpointPortString()
           
 int getEndpointSecurePort()
           
 String getEndpointSecurePortString()
           
 String getName()
           
 void setAffinityGroup(String affinityGroup)
           
 void setEndpointAddress(String endpointAddress)
           
 void setEndpointPort(int endpointPort)
           
 void setEndpointPortString(String endpointPort)
           
 void setEndpointSecurePort(int endpointSecurePort)
           
 void setEndpointSecurePortString(String endpointSecurePort)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_AFFINITY_GROUP

public static final String DEFAULT_AFFINITY_GROUP
See Also:
Constant Field Values

DEFAULT_ENDPOINT_PORT

public static final int DEFAULT_ENDPOINT_PORT
See Also:
Constant Field Values

DEFAULT_ENDPOINT_SECURE_PORT

public static final int DEFAULT_ENDPOINT_SECURE_PORT
See Also:
Constant Field Values
Constructor Detail

ServerInformation.Server

public ServerInformation.Server(String name,
                                String endpointAddress,
                                int port,
                                int securePort,
                                String affinityGroup)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getEndpointAddress

public String getEndpointAddress()

setEndpointAddress

public void setEndpointAddress(String endpointAddress)

getEndpointPort

public int getEndpointPort()

setEndpointPort

public void setEndpointPort(int endpointPort)

getEndpointPortString

public String getEndpointPortString()

setEndpointPortString

public void setEndpointPortString(String endpointPort)

getEndpointSecurePort

public int getEndpointSecurePort()

setEndpointSecurePort

public void setEndpointSecurePort(int endpointSecurePort)

getEndpointSecurePortString

public String getEndpointSecurePortString()

setEndpointSecurePortString

public void setEndpointSecurePortString(String endpointSecurePort)

getAffinityGroup

public String getAffinityGroup()

setAffinityGroup

public void setAffinityGroup(String affinityGroup)

toString

public String toString()
Overrides:
toString in class Object


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