org.objectweb.jonas_domain.xml
Class Cluster
java.lang.Object
org.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_domain.xml.Cluster
- All Implemented Interfaces:
- Element, java.io.Serializable
- public class Cluster
- extends AbsElement
- See Also:
- Serialized Form
|
Constructor Summary |
Cluster()
Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Cluster
public Cluster()
- Constructor
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.
addCluster
public void addCluster(Cluster cluster)
- Add a new sub-cluster (cluster element) to this object
- Parameters:
cluster - the Cluster object representing a sub-cluster
addServer
public void addServer(Server server)
- Add a new server element to this object
- Parameters:
server - the Server object
getClusterList
public JLinkedList getClusterList()
- Returns:
- Returns the clusterList.
setClusterList
public void setClusterList(JLinkedList clusterList)
- Parameters:
clusterList - The clusterList to set.
getServerList
public JLinkedList getServerList()
- Returns:
- Returns the serverList.
setServerList
public void setServerList(JLinkedList serverList)
- Parameters:
serverList - The serverList to set.
toXML
public java.lang.String toXML(int indent)
- Represents this element by it's XML description.
- Specified by:
toXML in interface Element- Specified by:
toXML in class AbsElement
- Parameters:
indent - use this indent for prexifing XML representation.
- Returns:
- the XML description of this object.