public class Server
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Server.State |
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Process |
getProcess() |
ServerInfo |
getServerInfo() |
Server.State |
getState() |
void |
setName(java.lang.String name) |
void |
setProcess(java.lang.Process process) |
void |
setServerInfo(ServerInfo serverInfo) |
void |
setState(Server.State state) |
public Server.State getState()
public void setState(Server.State state)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Process getProcess()
public void setProcess(java.lang.Process process)
public ServerInfo getServerInfo()
public void setServerInfo(ServerInfo serverInfo)