public static class DerbyServerHelper.Endpoint extends Object implements Serializable
| Constructor and Description |
|---|
Endpoint(String host,
int port,
int pid)
Creates an endpoint for the derby server.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Returns the derby server host.
|
int |
getPid()
Returns the derby server pid.
|
int |
getPort()
Returns the derby server port.
|
String |
toString()
Returns the endpoint info as a string.
|
public Endpoint(String host, int port, int pid)
host - the derby server host.port - the derby server port.pid - the derby server pid.public String getHost()
public int getPort()
public int getPid()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.