org.objectweb.jonas_clusterd.lib.wrapper
Class ClusterDaemonConfigurationManagerWrapper

java.lang.Object
  extended by org.objectweb.jonas_clusterd.lib.wrapper.ClusterDaemonConfigurationManagerWrapper

public class ClusterDaemonConfigurationManagerWrapper
extends java.lang.Object

Wrapper for accessing to the Digester tool

Author:
Benoit Pelletier

Method Summary
static ClusterDaemonConfiguration getClusterDaemonConfiguration(java.lang.String fileName, java.lang.ClassLoader cl)
          Wrap ClusterDaemonManager.getClusterDaemonConfiguration(fileName, cl)
static void setParsingWithValidation(boolean b)
          Wrap ClusterDaemonConfigurationManager.setParsingWithValidation(b)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClusterDaemonConfiguration

public static ClusterDaemonConfiguration getClusterDaemonConfiguration(java.lang.String fileName,
                                                                       java.lang.ClassLoader cl)
                                                                throws ClusterDaemonConfigurationException
Wrap ClusterDaemonManager.getClusterDaemonConfiguration(fileName, cl)

Parameters:
fileName - name of the file containing the cluster daemon configuration
cl - ClassLoader
Returns:
the cluster daemon configuration
Throws:
ClusterDaemonConfigurationException - When ClusterDaemonConfiguration can't be created

setParsingWithValidation

public static void setParsingWithValidation(boolean b)
Wrap ClusterDaemonConfigurationManager.setParsingWithValidation(b)

Parameters:
b - true/false