Inheritance diagram for org.objectweb.jonas.ant.jonasbase.JdbcRa:


Public Member Functions | |
| void | setName (String name) |
| void | setMapperName (String mapperName) |
| void | setUser (String user) |
| void | setPassword (String password) |
| void | setUrl (String url) |
| void | setDriverName (String driverName) |
| void | setJndiName (String jndiName) |
| void | execute () |
| boolean | isAutoload () |
| void | setAutoload (boolean autoload) |
| boolean | isP6spy () |
| void | setP6spy (boolean p6spy) |
Definition at line 41 of file JdbcRa.java.
|
Here is the call graph for this function:

|
|
Copy rar to autoload or only in rars/ ?
Definition at line 276 of file JdbcRa.java. Referenced by org.objectweb.jonas.ant.jonasbase.JdbcRa.execute(). |
|
|
Configure the using of the P6Spy tool or not ?
Definition at line 292 of file JdbcRa.java. |
|
|
opy rar to autoload or only in rars/ ?
Definition at line 284 of file JdbcRa.java. |
|
|
Set the name of the driver of this JDBC Resource Adaptor
Definition at line 162 of file JdbcRa.java. |
|
|
Set the jndiName of this JDBC Resource Adaptor
Definition at line 171 of file JdbcRa.java. |
|
|
Set the mapper name of this JDBC Resource Adaptor
Definition at line 130 of file JdbcRa.java. |
|
|
Set the name of this JDBC Resource Adaptor
Definition at line 122 of file JdbcRa.java. |
|
|
Configure the using of the P6Spy tool or not ?
Definition at line 300 of file JdbcRa.java. |
|
|
Set the password of this JDBC Resource Adaptor
Definition at line 146 of file JdbcRa.java. |
|
|
Set the url of this JDBC Resource Adaptor
Definition at line 154 of file JdbcRa.java. |
|
|
Set the user of this JDBC Resource Adaptor
Definition at line 138 of file JdbcRa.java. |
1.3.9.1