| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc org.objectweb.jonas_clusterd.api.ClusterDaemonConfiguration
ClusterDaemonConfiguration | public class ClusterDaemonConfiguration extends AbsDeploymentDesc (Code) | | This class provides a cluster daemon configuration structure as described by the
description file.
It extends the AbsDeploymentDesc which requires to implement toString()
and provides getSAXMsg() method (displayName is not used by ClusterDaemonConfiguration).
author: Benoit Pelletier |
ClusterDaemonConfiguration | public ClusterDaemonConfiguration(ClusterDaemon clusterDaemon)(Code) | | Constructor
Parameters: clusterDaemon - Cluster daemon |
setClusterDaemon | public void setClusterDaemon(ClusterDaemon clusterDaemon)(Code) | | Set the cluster daemon bean
Parameters: clusterDaemon - cluster daemon |
toString | public String toString()(Code) | | Return a String representation of the ClusterDaemonConfiguration
a String representation of the ClusterDaemonConfiguration |
toXML | public String toXML()(Code) | | Return a XML representation of the clusterDaemonConfiguration |
Fields inherited from org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc | protected String displayName(Code)(Java Doc)
|
|
|
|