org.rhq.enterprise.installer
Class ServerInformation.Server
java.lang.Object
org.rhq.enterprise.installer.ServerInformation.Server
- Enclosing class:
- ServerInformation
public static class ServerInformation.Server
- extends Object
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
ServerInformation.Server
public ServerInformation.Server(String name,
String endpointAddress,
int port,
int securePort,
String affinityGroup)
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.