org.objectweb.jonas_client.deployment.lib.wrapper.ClientManagerWrapper Class Reference

List of all members.

Static Public Member Functions

ClientContainerDeploymentDesc getDeploymentDesc (URL url, ClassLoader moduleCL, ClassLoader earCL) throws ClientContainerDeploymentDescException
void setAltDD (URLClassLoader earClassLoader, URL[] clientUrls, URL[] clientsAltDDs)

Detailed Description

Wrap the call to ClientDeploymentDescManager during JOnAS runtime to solve classloader problem with Digester.

Author:
Guillaume Sauthier

Definition at line 49 of file ClientManagerWrapper.java.


Member Function Documentation

ClientContainerDeploymentDesc org.objectweb.jonas_client.deployment.lib.wrapper.ClientManagerWrapper.getDeploymentDesc URL  url,
ClassLoader  moduleCL,
ClassLoader  earCL
throws ClientContainerDeploymentDescException [static]
 

Wrap the ClientDeploymentDescManager.getDeploymentDesc(URL, ClassLoader, ClassLoader).

Parameters:
url URL of the client to deploy
moduleCL ClassLoader of the Client
earCL ClassLoader of the application wrapping the client.
Returns:
the ClientContainerDeploymentDesc found at the given URL.
Exceptions:
ClientContainerDeploymentDescException When deployment fails.

Definition at line 72 of file ClientManagerWrapper.java.

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

Here is the call graph for this function:

void org.objectweb.jonas_client.deployment.lib.wrapper.ClientManagerWrapper.setAltDD URLClassLoader  earClassLoader,
URL[]  clientUrls,
URL[]  clientsAltDDs
[static]
 

Wrap the ClientDeploymentDescManager.getInstance().setAltDD(ClassLoader, URL[], URL[])

Parameters:
earClassLoader ClassLoader of the Application wrapping the Client
clientUrls Array of ClientApplication URL
clientsAltDDs Array of Client Alternative Deployment Desc URL

Definition at line 108 of file ClientManagerWrapper.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:09:56 2005 for JOnAS by  doxygen 1.3.9.1