public static class JMXManagerHelper.Endpoint extends Object implements Serializable
| Constructor and Description |
|---|
Endpoint(String name,
int vmid,
String host,
String addr,
int port,
int httpPort,
String ds)
Creates an endpoint for a JMX manager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress()
Returns the JMX manager address.
|
String |
getDistributedSystemName()
Returns the JMX manager distributed system name.
|
String |
getHost()
Returns the JMX manager host.
|
int |
getHttpPort()
Returns the JMX manager http port.
|
String |
getName()
Returns the JMX manager logical VM name.
|
int |
getPort()
Returns the JMX manager port.
|
int |
getVmid()
Returns the JMX manager logical VM ID.
|
int |
hashCode() |
String |
toString()
Returns the endpoint as a string.
|
public Endpoint(String name, int vmid, String host, String addr, int port, int httpPort, String ds)
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 JMX manager host.addr - the JMX manager address.port - the JMX manager port.httpPort - the JMX manager http port.ds - the JMX manager distributed system name.public String getName()
public int getVmid()
public String getHost()
public String getAddress()
public int getPort()
public int getHttpPort()
public String getDistributedSystemName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.