org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc Class Reference

List of all members.

Public Member Functions

 ResourceEnvRefDesc (ClassLoader classLoader, ResourceEnvRef res, JonasResourceEnv jRes) throws DeploymentDescException
String getName ()
Class getType ()
String getJndiName ()
String toString ()

Detailed Description

This class represents the description of a ResourceEnvRef object
Author:
Christophe Ney

Florent Benoit

Definition at line 37 of file ResourceEnvRefDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc.ResourceEnvRefDesc ClassLoader  classLoader,
ResourceEnvRef  res,
JonasResourceEnv  jRes
throws DeploymentDescException
 

Construct a descriptor for the resource-env-ref and jonas-resource-env tags.

Parameters:
classLoader the classloader for the classes.
res the resource-env-ref resulting of the web.xml parsing.
jRes the jonas-resource-env resulting of the jonas-web.xml parsing.
Exceptions:
DeploymentDescException when missing information for creating the ResourceEnvRefDesc.

Definition at line 64 of file ResourceEnvRefDesc.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc.getJndiName  ) 
 

Get the jndi name of the resource environment ref.

Returns:
String representation of the JNDI name.

Definition at line 96 of file ResourceEnvRefDesc.java.

Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment().

String org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc.getName  ) 
 

Get resource environment ref. name.

Returns:
Name of the resource environment ref.

Definition at line 80 of file ResourceEnvRefDesc.java.

Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment().

Class org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc.getType  ) 
 

Get resource environment ref. type.

Returns:
Class of the resource environment ref.

Definition at line 88 of file ResourceEnvRefDesc.java.

Referenced by org.objectweb.jonas.container.EJB.getAllJMSDestinationName().

String org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc.toString  ) 
 

String representation of the object for test purpose.

Returns:
String representation of this object.

Definition at line 104 of file ResourceEnvRefDesc.java.


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