org.objectweb.jonas_rar.deployment.lib.wrapper.RarManagerWrapper Class Reference

List of all members.

Static Public Member Functions

RarDeploymentDesc getRarDeploymentDesc (String rar, ClassLoader cl) throws DeploymentDescException
void setParsingWithValidation (boolean b)
RarDeploymentDesc getInstance (Context ctx) throws DeploymentDescException

Detailed Description

Wrap the RarDeploymentDescManager in this class to solve the ClassLoader problem of Digester.

Author:
Guillaume Sauthier

Definition at line 49 of file RarManagerWrapper.java.


Member Function Documentation

RarDeploymentDesc org.objectweb.jonas_rar.deployment.lib.wrapper.RarManagerWrapper.getInstance Context  ctx  )  throws DeploymentDescException [static]
 

Wrap the RarDeploymentDescManager.getInstance(Context).

Parameters:
ctx Context
Returns:
RarDeploymentDesc
Exceptions:
DeploymentDescException When init fails

Definition at line 128 of file RarManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:

RarDeploymentDesc org.objectweb.jonas_rar.deployment.lib.wrapper.RarManagerWrapper.getRarDeploymentDesc String  rar,
ClassLoader  cl
throws DeploymentDescException [static]
 

Returns the RarDeploymentDesc corresponding to the Rar filename.

Parameters:
rar Rar filename
cl ClassLoader to use
Returns:
the RarDeploymentDesc corresponding to the Rar filename
Exceptions:
DeploymentDescException when Rar deployment fails

Definition at line 77 of file RarManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:

void org.objectweb.jonas_rar.deployment.lib.wrapper.RarManagerWrapper.setParsingWithValidation boolean  b  )  [static]
 

Wrap the RarDeploymentDescManager.setParsingWithValidation(boolean)

Parameters:
b boolean

Definition at line 105 of file RarManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:18 2005 for JOnAS by  doxygen 1.3.9.1