| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_clusterd.xml.Server
Server | public class Server extends AbsElement (Code) | | Server element
author: pelletib |
Constructor Summary | |
public | Server() |
Server | public Server()(Code) | | Constructor
|
getDescription | public String getDescription()(Code) | | Returns the description. |
getJavaHome | public String getJavaHome()(Code) | | Returns the JAVA_HOME dir. |
getJonasBase | public String getJonasBase()(Code) | | Returns the JONAS_BASE. |
getJonasRoot | public String getJonasRoot()(Code) | | Returns the JONAS_ROOT. |
isAutoBoot | public boolean isAutoBoot()(Code) | | true if the auto boot is set |
setAutoBoot | public void setAutoBoot(String autoBoot)(Code) | | Set the auto boot for the server
Parameters: autoBoot - true if automatic boot is set |
setDescription | public void setDescription(String description)(Code) | | Parameters: description - The description to set. |
setJavaHome | public void setJavaHome(String javaHome)(Code) | | Parameters: javaHome - The JAVA_HOME to set. |
setJonasBase | public void setJonasBase(String jonasBase)(Code) | | Parameters: jonasBase - The JONAS_BASE to set. |
setJonasRoot | public void setJonasRoot(String jonasRoot)(Code) | | Parameters: jonasRoot - The JONAS_ROOT to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
setXprm | public void setXprm(String xprm)(Code) | | Set the extra parameters
Parameters: xprm - extra parameters |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|