public class ServerPorts extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
ServerPorts(int port,
int shutdownPort,
int reservedPort) |
ServerPorts(String hostName,
int port,
int shutdownPort,
int reservedPort)
Deprecated.
use
ServerPorts(int port, int shutdownPort, int reservedPort) instead . |
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Deprecated.
|
int |
getPort() |
int |
getReservedPort() |
int |
getShutdownPort() |
void |
setHostName(String hostName)
Deprecated.
|
void |
setPort(int port) |
void |
setReservedPort(int reservedPort) |
void |
setShutdownPort(int shutdownPort) |
String |
toString() |
protected static final long serialVersionUID
public ServerPorts(int port, int shutdownPort, int reservedPort)
public ServerPorts(String hostName, int port, int shutdownPort, int reservedPort)
ServerPorts(int port, int shutdownPort, int reservedPort) instead
.hostName
- port
- shutdownPort
- reservedPort
- public String getHostName()
public void setHostName(String hostName)
hostName
- public int getPort()
public void setPort(int port)
public int getShutdownPort()
public void setShutdownPort(int shutdownPort)
public int getReservedPort()
public void setReservedPort(int reservedPort)
Copyright © 2024 Denodo Technologies. All rights reserved.