org.ow2.jonas.deployment.domain.wrapper
Class DomainManagerWrapper

java.lang.Object
  extended by org.ow2.jonas.deployment.domain.wrapper.DomainManagerWrapper

public class DomainManagerWrapper
extends Object

Author:
Adriana Danes

Method Summary
static DomainMap getDomainMap(String domainFileName, ClassLoader cl)
          Wrap DomainMapManager.getDeploymentDesc(domainFileName, cl)
static void setParsingWithValidation(boolean b)
          Wrap DomainMapManager.setParsingWithValidation(b)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDomainMap

public static DomainMap getDomainMap(String domainFileName,
                                     ClassLoader cl)
                              throws DomainMapException
Wrap DomainMapManager.getDeploymentDesc(domainFileName, cl)

Parameters:
domainFileName - name of the file containing the domain map
cl - Domain ClassLoader
Returns:
the DomainMap containing the map description
Throws:
DomainMapException - When DomainMap can't be created

setParsingWithValidation

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

Parameters:
b - true/false


Copyright © 2010 OW2 Consortium. All Rights Reserved.