org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc Class Reference

Collaboration diagram for org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RarDeploymentDesc (ClassLoader classLoader, Connector connector, JonasConnector jonasConnector) throws RarDeploymentDescException
void setRaConfigPropTags (Connector conn)
ConfigPropertyDesc[] getRaConfigPropTags ()
JonasConfigPropertyDesc[] getJonasConfigPropTags ()
String toString ()
Connector getConnector ()
ConnectorDesc getConnectorDesc ()
JonasConnectorDesc getJonasConnectorDesc ()
String getXmlContent ()
String getJOnASXmlContent ()
void setXmlContent (String xml)
void setJOnASXmlContent (String jXml)

Detailed Description

This class extends the AbsDeploymentDescriptor class of JOnAS It provides a description of the specific RAR desployment descriptor

Author:
Eric Hardesty

Definition at line 52 of file RarDeploymentDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.RarDeploymentDesc ClassLoader  classLoader,
Connector  connector,
JonasConnector  jonasConnector
throws RarDeploymentDescException
 

Construct an instance of a RarDeploymentDesc. Called by the RarDeploymentDescManager.getInstance() method.

Parameters:
classLoader ClassLoader of the classes .
connector ra.xml parsed file.
jonasConnector jonas-ra.xml parsed file.
Exceptions:
RarDeploymentDescException if we can't build an instance.

Definition at line 101 of file RarDeploymentDesc.java.

References org.objectweb.jonas_rar.deployment.api.ResourceadapterDesc.getConfigPropertyList(), org.objectweb.jonas_rar.deployment.api.ConnectorDesc.getDisplayName(), org.objectweb.jonas_rar.deployment.api.JonasConnectorDesc.getJonasConfigPropertyList(), and org.objectweb.jonas_rar.deployment.api.ConnectorDesc.getResourceadapterDesc().

Here is the call graph for this function:


Member Function Documentation

Connector org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getConnector  ) 
 

Get the current Connector

Returns:
the current Connector.

Definition at line 213 of file RarDeploymentDesc.java.

ConnectorDesc org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getConnectorDesc  ) 
 

Get the current ConnectorDesc.

Returns:
the current ConnectorDesc.

Definition at line 221 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas.resource.Rar.processRar().

JonasConfigPropertyDesc [] org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getJonasConfigPropTags  ) 
 

Get the config-property tags of the jonas-ra.xml file.

Returns:
the config-property tags of the jonas-ra.xml file.

Definition at line 186 of file RarDeploymentDesc.java.

JonasConnectorDesc org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getJonasConnectorDesc  ) 
 

Get the current JonasConnectorDesc.

Returns:
the current JonasConnectorDesc.

Definition at line 229 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas.resource.Rar.processRar().

String org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getJOnASXmlContent  ) 
 

Return the content of the jonas-ra.xml file

Returns:
the content of the jonas-ra.xml file

Definition at line 244 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas.resource.Rar.processRar().

ConfigPropertyDesc [] org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getRaConfigPropTags  ) 
 

Get the config-property tags of the ra.xml file.

Returns:
the config-property tags of the ra.xml file.

Definition at line 173 of file RarDeploymentDesc.java.

String org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.getXmlContent  ) 
 

Return the content of the ra.xml file

Returns:
the content of the ra.xml file

Definition at line 236 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas.resource.Rar.processRar().

void org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.setJOnASXmlContent String  jXml  ) 
 

Set the content of the jonas-ra.xml file

Parameters:
jXml the content of the file

Definition at line 260 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas_rar.deployment.lib.RarDeploymentDescManager.getInstance().

void org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.setRaConfigPropTags Connector  conn  ) 
 

Set the config-property tags of the ra.xml file.

Parameters:
conn the Connector objeect with the config-property tags of the ra.xml file.

Definition at line 151 of file RarDeploymentDesc.java.

References org.objectweb.jonas_rar.deployment.xml.Resourceadapter.getConfigPropertyList(), and org.objectweb.jonas_rar.deployment.xml.Connector.getResourceadapter().

Here is the call graph for this function:

void org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.setXmlContent String  xml  ) 
 

Set the content of the ra.xml file

Parameters:
xml the content of the file

Definition at line 252 of file RarDeploymentDesc.java.

Referenced by org.objectweb.jonas_rar.deployment.lib.RarDeploymentDescManager.getInstance().

String org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc.toString  ) 
 

Return a String representation of the RarDeploymentDesc.

Returns:
a String representation of the RarDeploymentDesc.

Definition at line 203 of file RarDeploymentDesc.java.


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