|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.Server
public class Server
Represents the configuration for the AndroMDA server.
| Constructor Summary | |
|---|---|
Server()
|
|
| Method Summary | |
|---|---|
java.lang.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(java.lang.String host)
Sets the host the server should be run on. |
void |
setLoadInterval(java.lang.String loadInterval)
Sets the interval at which model(s) should be loaded (if an initial load or Load is required). |
void |
setMaximumFailedLoadAttempts(java.lang.String maximumFailedLoadAttempts)
Sets the maximum number of failed model load attempts that can occur before we fail. |
void |
setPort(java.lang.String port)
The port the server should be run on. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Server()
| Method Detail |
|---|
public int getPort()
public void setPort(java.lang.String port)
port - The port to set.public java.lang.String getHost()
public void setHost(java.lang.String host)
host - The host to set.public int getLoadInterval()
public void setLoadInterval(java.lang.String loadInterval)
loadInterval - The loadInterval to set.public int getMaximumFailedLoadAttempts()
public void setMaximumFailedLoadAttempts(java.lang.String maximumFailedLoadAttempts)
maximumFailedLoadAttempts - The maximumFailedLoadAttempts to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||