public class Server extends Object implements Serializable
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
String |
getHost()
gets the host the server should be run on.
|
int |
getLoadInterval()
Gets the interval at which model(s) are
loaded (if required).
|
int |
getMaximumFailedLoadAttempts()
Gets the maximum number of failed model load attempts
that can occur before we fail.
|
int |
getPort()
The port the server should be run on.
|
void |
setHost(String host)
Sets the host the server should be run on.
|
void |
setLoadInterval(String loadInterval)
Sets the interval at which model(s) should be
loaded (if an initial load or Load is required).
|
void |
setMaximumFailedLoadAttempts(String maximumFailedLoadAttempts)
Sets the maximum number of failed model load attempts
that can occur before we fail.
|
void |
setPort(String port)
The port the server should be run on.
|
public Server()
public int getPort()
public void setPort(String port)
port
- The port to set.public String getHost()
public void setHost(String host)
host
- The host to set.public int getLoadInterval()
public void setLoadInterval(String loadInterval)
loadInterval
- The loadInterval to set.public int getMaximumFailedLoadAttempts()
public void setMaximumFailedLoadAttempts(String maximumFailedLoadAttempts)
maximumFailedLoadAttempts
- The maximumFailedLoadAttempts to set.Copyright © 2003–2014 AndroMDA.org. All rights reserved.