Public Member Functions | |
| ResourceRefDesc (ClassLoader classLoader, ResourceRef res, JonasResource jRes) throws DeploymentDescException | |
| String | getName () |
| String | getTypeName () |
| int | getAuthentication () |
| boolean | isJdbc () |
| String | getJndiName () |
| String | toString () |
Static Public Attributes | |
| final int | APPLICATION_AUTH = 0 |
| final int | CONTAINER_AUTH = 1 |
Florent Benoit
Definition at line 38 of file ResourceRefDesc.java.
|
||||||||||||||||
|
Construct a descriptor for the resource-ref and jonas-resource tags.
Definition at line 83 of file ResourceRefDesc.java. |
|
|
Get the authentication of the resource ref.
Definition at line 120 of file ResourceRefDesc.java. |
|
|
Get the jndi name of the resource ref.
Definition at line 136 of file ResourceRefDesc.java. Referenced by org.objectweb.jonas.container.EJB.getAllDataSourceName(), org.objectweb.jonas.container.EJB.getAllMailFactoryMName(), org.objectweb.jonas.container.EJB.getAllMailFactorySName(), and org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get resource ref. name
Definition at line 104 of file ResourceRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get resource ref. type name
Definition at line 112 of file ResourceRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Assessor for JDBC resource
Definition at line 128 of file ResourceRefDesc.java. Referenced by org.objectweb.jonas.container.EJB.getAllDataSourceName(). |
|
|
String representation of the object for test purpose
Definition at line 144 of file ResourceRefDesc.java. |
|
|
To indicate that the application manage the authentication. Definition at line 43 of file ResourceRefDesc.java. |
|
|
To indicate that the container manage the authentication. Definition at line 48 of file ResourceRefDesc.java. |
1.3.9.1