Public Member Functions | |
| ConnectionDefinitionDesc (ConnectionDefinition cd) | |
| String | getId () |
| String | getManagedconnectionfactoryClass () |
| List | getConfigPropertyList () |
| String | getConnectionfactoryInterface () |
| String | getConnectionfactoryImplClass () |
| String | getConnectionInterface () |
| String | getConnectionImplClass () |
Definition at line 40 of file ConnectionDefinitionDesc.java.
|
Here is the call graph for this function:

|
|
Gets the config-property
Definition at line 113 of file ConnectionDefinitionDesc.java. Referenced by org.objectweb.jonas.resource.Rar.createFactory(), and org.objectweb.jonas.resource.Rar.processRar(). |
|
|
Gets the connectionfactory-impl-class
Definition at line 129 of file ConnectionDefinitionDesc.java. |
|
|
Gets the connectionfactory-interface
Definition at line 121 of file ConnectionDefinitionDesc.java. |
|
|
Gets the connection-impl-class
Definition at line 145 of file ConnectionDefinitionDesc.java. |
|
|
Gets the connection-interface
Definition at line 137 of file ConnectionDefinitionDesc.java. |
|
|
Gets the id
Definition at line 97 of file ConnectionDefinitionDesc.java. Referenced by org.objectweb.jonas.resource.Rar.createFactory(), and org.objectweb.jonas.resource.Rar.processRar(). |
|
|
Gets the managedconnectionfactory-class
Definition at line 105 of file ConnectionDefinitionDesc.java. Referenced by org.objectweb.jonas.resource.Rar.createFactory(), and org.objectweb.jonas.resource.Rar.processRar(). |
1.3.9.1