|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.ServerAppConfig
public class ServerAppConfig
Represents a runtime configuration for a ServerApp
| Constructor Summary | |
|---|---|
ServerAppConfig()
|
|
ServerAppConfig(String name,
String additionalCommandLine,
ServerApp serverApp)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getAdditionalCommandLine()
Returns a string to be appended to the runtime command line used to start the server application. |
Long |
getId()
Returns the id of the entity in persistent storage |
String |
getName()
|
List<Property> |
getProperties()
Returns a list of arguments in the form of Property objects
to be passed to the server during run time. |
ServerApp |
getServerApp()
Returns the parent ServerApp which this configuration
is associated with. |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents. |
int |
hashCode()
|
void |
setAdditionalCommandLine(String additionalCommandLine)
|
void |
setId(Long id)
|
void |
setName(String name)
|
void |
setProperties(List<Property> properties)
|
void |
setServerApp(ServerApp serverApp)
|
protected void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerAppConfig()
public ServerAppConfig(String name,
String additionalCommandLine,
ServerApp serverApp)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public String getAdditionalCommandLine()
public void setAdditionalCommandLine(String additionalCommandLine)
public ServerApp getServerApp()
ServerApp which this configuration
is associated with.
ServerApp for this configurationpublic void setServerApp(ServerApp serverApp)
public List<Property> getProperties()
Property objects
to be passed to the server during run time.
public void setProperties(List<Property> properties)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||