|
||||||||||
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_lib.deployment.xml.AbsDescriptionElement
org.objectweb.jonas_clusterd.xml.ClusterDaemon
public class ClusterDaemon
This class defines the configuration of the cluster daemon
Constructor Summary | |
---|---|
ClusterDaemon()
Constructor |
Method Summary | |
---|---|
void |
addServer(Server server)
Add a new server element to this object |
String |
getDomainName()
|
String |
getJonasInteractionMode()
|
String |
getName()
|
JLinkedList |
getServerList()
|
void |
setDomainName(String domainName)
set the domain name |
void |
setJonasInteractionMode(String jonasInteractionMode)
set the interaction mode with JOnAS |
void |
setName(String name)
set the name |
void |
setServerList(JLinkedList serverList)
|
String |
toXML(int indent)
Represents this element by it's XML description. |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement |
---|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
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 ClusterDaemon()
Method Detail |
---|
public void addServer(Server server)
server
- the Server objectpublic JLinkedList getServerList()
public void setServerList(JLinkedList serverList)
serverList
- The serverList to set.public String toXML(int indent)
toXML
in interface Element
toXML
in class AbsElement
indent
- use this indent for prexifing XML representation.
public String getDomainName()
public void setDomainName(String domainName)
domainName
- domain namepublic String getName()
public void setName(String name)
name
- namepublic String getJonasInteractionMode()
public void setJonasInteractionMode(String jonasInteractionMode)
jonasInteraction
- interaction mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |