|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.lib.AbsDeploymentDescManager
org.ow2.jonas.deployment.clusterd.lib.ClusterDaemonConfigurationManager
public class ClusterDaemonConfigurationManager
Description of the cluster daemon configuration
| Field Summary | |
|---|---|
static String |
CLUSTERD_FILE_NAME
Path of the clusterd.xml configuration file |
| Fields inherited from class org.ow2.jonas.deployment.common.lib.AbsDeploymentDescManager |
|---|
LINK_SEPARATOR |
| Method Summary | |
|---|---|
static ClusterDaemonConfiguration |
getClusterDaemonConfiguration(String clusterDaemonFileName,
ClassLoader classLoaderForCls)
Get an instance of a ClusterDaemonConfiguration by parsing the clusterd.xml configuration file. |
static String |
getClusterDaemonFileName(String clusterDaemonFileName)
Gets the cluster daemon config file. |
static boolean |
getParsingWithValidation()
Controls whether the parser is reporting all validity errors. |
static ClusterDaemon |
loadClusterDaemon(Reader reader,
String fileName)
Load the clusterd.xml file. |
static void |
setParsingWithValidation(boolean validation)
Controls whether the parser is reporting all validity errors. |
| Methods inherited from class org.ow2.jonas.deployment.common.lib.AbsDeploymentDescManager |
|---|
containsResource, findJonasServiceRef, mergeWebServiceRef, xmlContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CLUSTERD_FILE_NAME
| Method Detail |
|---|
public static ClusterDaemonConfiguration getClusterDaemonConfiguration(String clusterDaemonFileName,
ClassLoader classLoaderForCls)
throws ClusterDaemonConfigurationException
clusterDaemonFileName - used when specific cluster daemon configuration file name has to be usedclassLoaderForCls - the classloader for the classes.
ClusterDaemonConfigurationException - if the clusterd.xml file is corrupted.public static String getClusterDaemonFileName(String clusterDaemonFileName)
clusterDaemonFileName -
public static ClusterDaemon loadClusterDaemon(Reader reader,
String fileName)
throws ClusterDaemonConfigurationException
reader - the Reader of the XML file.fileName - the name of the file (clusterd.xml).
ClusterDaemonConfigurationException - if the file is corrupted.public static boolean getParsingWithValidation()
public static void setParsingWithValidation(boolean validation)
validation - if true, all external entities will be read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||