|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_rar.deployment.lib.wrapper.RarManagerWrapper
Wrap the RarDeploymentDescManager in this class to solve the ClassLoader problem of Digester.
| Method Summary | |
static RarDeploymentDesc |
getInstance(javax.naming.Context ctx)
Wrap the RarDeploymentDescManager.getInstance(Context). |
static RarDeploymentDesc |
getRarDeploymentDesc(java.lang.String rar,
java.lang.ClassLoader cl)
Returns the RarDeploymentDesc corresponding to the Rar filename. |
static void |
setParsingWithValidation(boolean b)
Wrap the RarDeploymentDescManager.setParsingWithValidation(boolean) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RarDeploymentDesc getRarDeploymentDesc(java.lang.String rar,
java.lang.ClassLoader cl)
throws DeploymentDescException
rar - Rar filenamecl - ClassLoader to use
DeploymentDescException - when Rar deployment failspublic static void setParsingWithValidation(boolean b)
b - boolean
public static RarDeploymentDesc getInstance(javax.naming.Context ctx)
throws DeploymentDescException
ctx - Context
DeploymentDescException - When init fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||