Method Summary |
|
public String | getHost() gets the host the server should be run on. |
public int | getLoadInterval() Gets the interval at which model(s) are
loaded (if required). |
public int | getMaximumFailedLoadAttempts() Gets the maximum number of failed model load attempts
that can occur before we fail. |
public int | getPort() The port the server should be run on. |
public void | setHost(String host) Sets the host the server should be run on. |
public void | setLoadInterval(String loadInterval) Sets the interval at which model(s) should be
loaded (if an initial load or Load is required). |
public void | setMaximumFailedLoadAttempts(String maximumFailedLoadAttempts) Sets the maximum number of failed model load attempts
that can occur before we fail. |
public void | setPort(String port) The port the server should be run on. |