| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_domain.xml.Server
Server | public class Server extends AbsElement (Code) | | JOnAS instance
author: danesa |
Constructor Summary | |
public | Server() |
Server | public Server()(Code) | | Constructor
|
addLocation | public void addLocation(Location location)(Code) | | Parameters: location - The location to set. |
getClusterDaemon | public String getClusterDaemon()(Code) | | the cluster daemon name |
getDescription | public String getDescription()(Code) | | Returns the description. |
setClusterDaemon | public void setClusterDaemon(String clusterDaemon)(Code) | | Set the cluster daemon name
Parameters: clusterDaemon - name |
setDescription | public void setDescription(String description)(Code) | | Parameters: description - The description to set. |
setLocation | public void setLocation(Location location)(Code) | | Parameters: location - The location to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
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. |
|
|
|