|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.tools.configurator.api.JDBCConfiguration
public class JDBCConfiguration
| Field Summary | |
|---|---|
String |
checkLevel
The check level |
String |
datasourceClass
The driver class |
String |
driverName
The driver name |
String |
jndiName
The jndi name |
String |
mappername
The mapper name |
String |
password
The password |
String |
poolInitialSize
The pool init size |
String |
poolMaximumAgeMinutes
The pool max age |
String |
poolMaximumNumberOfPreparedStatements
The max prepared Statements size of this JDBC Resource Adaptor Connection Pool. |
String |
poolMaximumNumberOfWaiters
The pool max waiters time |
String |
poolMaximumOpenTime
The pool max open time |
String |
poolMaximumSize
The pool max size |
String |
poolMaximumWaitTime
The pool max wait time |
String |
poolMinimumSize
The pool min size |
String |
poolSamplingPeriod
The pool sampling period |
String |
rarLink
The link to the rar. |
String |
testStatement
The test statement |
String |
url
The url |
String |
user
The user |
| Constructor Summary | |
|---|---|
JDBCConfiguration()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String driverName
public String datasourceClass
public String checkLevel
public String testStatement
public String jndiName
public String mappername
public String password
public String rarLink
public String url
public String user
public String poolInitialSize
public String poolMaximumSize
public String poolMaximumAgeMinutes
public String poolMaximumOpenTime
public String poolMaximumNumberOfWaiters
public String poolMaximumWaitTime
public String poolMinimumSize
public String poolSamplingPeriod
public String poolMaximumNumberOfPreparedStatements
| Constructor Detail |
|---|
public JDBCConfiguration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||