Public Member Functions | |
| ResourceEnvRefDesc (ClassLoader classLoader, ResourceEnvRef res, JonasResourceEnv jRes) throws DeploymentDescException | |
| String | getName () |
| Class | getType () |
| String | getJndiName () |
| String | toString () |
Florent Benoit
Definition at line 37 of file ResourceEnvRefDesc.java.
|
||||||||||||||||
|
Construct a descriptor for the resource-env-ref and jonas-resource-env tags.
Definition at line 64 of file ResourceEnvRefDesc.java. |
|
|
Get the jndi name of the resource environment ref.
Definition at line 96 of file ResourceEnvRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get resource environment ref. name.
Definition at line 80 of file ResourceEnvRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get resource environment ref. type.
Definition at line 88 of file ResourceEnvRefDesc.java. Referenced by org.objectweb.jonas.container.EJB.getAllJMSDestinationName(). |
|
|
String representation of the object for test purpose.
Definition at line 104 of file ResourceEnvRefDesc.java. |
1.3.9.1