public class KdbProcess extends Process
Modifier and Type | Field and Description |
---|---|
private String |
password |
private String |
username |
Constructor and Description |
---|
KdbProcess(String hostname,
Integer port) |
KdbProcess(String hostname,
Integer port,
String username,
String password) |
KdbProcess(String hostname,
String portStr) |
KdbProcess(String hostname,
String portStr,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
String |
getUserAndPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
getHostname, getPort
public KdbProcess(String hostname, String portStr) throws NumberFormatException
NumberFormatException
public KdbProcess(String hostname, String portStr, String username, String password) throws NumberFormatException
NumberFormatException
Copyright © 2017. All rights reserved.