public static class GatewayHubHelper.Endpoint extends Object implements Serializable
| Constructor and Description |
|---|
Endpoint(String id,
String name,
int vmid,
String host,
String addr,
int port,
String ds)
Creates an endpoint for a gateway hub.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress()
Returns the gateway hub address.
|
String |
getDistributedSystemName()
Returns the gateway hub distributed system name.
|
String |
getHost()
Returns the gateway hub host.
|
String |
getId()
Returns the unique gateway hub logical endpoint ID.
|
String |
getName()
Returns the gateway hub logical VM name.
|
int |
getPort()
Returns the gateway hub port.
|
int |
getVmid()
Returns the gateway hub logical VM ID.
|
int |
hashCode() |
String |
toString()
Returns the endpoint as a string.
|
public Endpoint(String id, String name, int vmid, String host, String addr, int port, String ds)
id - the gateway hub id.name - the logical hydra client VM name from ClientPrms.names found via the ClientPrms.CLIENT_NAME_PROPERTY system property.vmid - the logical hydra client VM ID found via RemoteTestModule.getMyVmid().host - the gateway hub host.addr - the gateway hub IP address.port - the gateway hub port.ds - the gateway hub distributed system name.public String getId()
public String getName()
public int getVmid()
public String getHost()
public String getAddress()
public int getPort()
public String getDistributedSystemName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.