public static class DerbyServerHelper.Endpoint extends Object implements Serializable
| Constructor and Description |
|---|
DerbyServerHelper.Endpoint(String host,
int port,
int pid)
Creates an endpoint for the derby server.
|
public DerbyServerHelper.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.