|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_clusterd.xml.Server
public class Server
Server element
Constructor Summary | |
---|---|
Server()
Constructor |
Method Summary | |
---|---|
String |
getAutoBoot()
|
String |
getDescription()
|
String |
getJavaHome()
|
String |
getJonasBase()
|
String |
getJonasRoot()
|
String |
getName()
|
String |
getXprm()
|
boolean |
isAutoBoot()
|
void |
setAutoBoot(String autoBoot)
Set the auto boot for the server |
void |
setDescription(String description)
|
void |
setJavaHome(String javaHome)
|
void |
setJonasBase(String jonasBase)
|
void |
setJonasRoot(String jonasRoot)
|
void |
setName(String name)
|
void |
setXprm(String xprm)
Set the extra parameters |
String |
toXML(int indent)
Represents this element by it's XML description. |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
---|
indent, toString, toXML, xmlAttribute, xmlElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Server()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name to set.public String getJavaHome()
public void setJavaHome(String javaHome)
javaHome
- The JAVA_HOME to set.public String getJonasRoot()
public void setJonasRoot(String jonasRoot)
jonasRoot
- The JONAS_ROOT to set.public String getJonasBase()
public void setJonasBase(String jonasBase)
jonasBase
- The JONAS_BASE to set.public String getDescription()
public void setDescription(String description)
description
- The description to set.public String toXML(int indent)
toXML
in interface Element
toXML
in class AbsElement
indent
- use this indent for prexifing XML representation.
public void setAutoBoot(String autoBoot)
autoBoot
- true if automatic boot is setpublic String getAutoBoot()
public boolean isAutoBoot()
public String getXprm()
public void setXprm(String xprm)
xprm
- extra parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |