| Modifier and Type | Method and Description |
|---|---|
void |
ProgramOptions.setHostAndPort(HostAndPort address)
Convenience method to set the host and port (and secure)
attributes from a HostAndPort object.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostAndPort> |
GFLauncherInfo.getAdminAddresses() |
| Modifier and Type | Method and Description |
|---|---|
protected HostAndPort |
LocalServerCommand.getAdminAddress()
Returns the admin address of the local domain.
|
protected HostAndPort |
LocalServerCommand.getAdminAddress(String serverName)
Returns the admin address of a particular server.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostAndPort> |
MiniXmlParser.getAdminAddresses() |
| Constructor and Description |
|---|
HostAndPort(HostAndPort rhs) |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
AbstractDeploymentFacility.getHostAndPort(String target) |
HostAndPort |
DeploymentFacility.getHostAndPort(String target)
get the host and port information
|
HostAndPort |
AbstractDeploymentFacility.getHostAndPort(String target,
boolean securityEnabled) |
HostAndPort |
DeploymentFacility.getHostAndPort(String target,
boolean securityEnabled)
get the host and port information with security enabled attribute
|
HostAndPort |
AbstractDeploymentFacility.getHostAndPort(String target,
String moduleId,
boolean securityEnabled) |
HostAndPort |
DeploymentFacility.getHostAndPort(String target,
String modID,
boolean securityEnabled)
get the host and port information with the specified module id and
security enabled attribute
|
HostAndPort |
AbstractDeploymentFacility.getVirtualServerHostAndPort(String target,
String virtualServer,
boolean securityEnabled) |
HostAndPort |
DeploymentFacility.getVirtualServerHostAndPort(String target,
String virtualServer,
boolean securityEnabled)
get the host and port information with the specified virtual server and
security enabled attribute
|
Copyright © 2019. All rights reserved.