org.ow2.jonas.tools.configurator.api
Class JDBCConfiguration

java.lang.Object
  extended by org.ow2.jonas.tools.configurator.api.JDBCConfiguration

public class JDBCConfiguration
extends java.lang.Object


Field Summary
 java.lang.String checkLevel
          The check level
 java.lang.String datasourceClass
          The driver class
 java.lang.String driverName
          The driver name
 java.lang.String jndiName
          The jndi name
 java.lang.String mappername
          The mapper name
 java.lang.String password
          The password
 java.lang.String poolInitialSize
          The pool init size
 java.lang.String poolMaximumAgeMinutes
          The pool max age
 java.lang.String poolMaximumNumberOfPreparedStatements
          The max prepared Statements size of this JDBC Resource Adaptor Connection Pool.
 java.lang.String poolMaximumNumberOfWaiters
          The pool max waiters time
 java.lang.String poolMaximumOpenTime
          The pool max open time
 java.lang.String poolMaximumSize
          The pool max size
 java.lang.String poolMaximumWaitTime
          The pool max wait time
 java.lang.String poolMinimumSize
          The pool min size
 java.lang.String poolSamplingPeriod
          The pool sampling period
 java.lang.String rarLink
          The link to the rar.
 java.lang.String testStatement
          The test statement
 java.lang.String url
          The url
 java.lang.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

driverName

public java.lang.String driverName
The driver name


datasourceClass

public java.lang.String datasourceClass
The driver class


checkLevel

public java.lang.String checkLevel
The check level


testStatement

public java.lang.String testStatement
The test statement


jndiName

public java.lang.String jndiName
The jndi name


mappername

public java.lang.String mappername
The mapper name


password

public java.lang.String password
The password


rarLink

public java.lang.String rarLink
The link to the rar.


url

public java.lang.String url
The url


user

public java.lang.String user
The user


poolInitialSize

public java.lang.String poolInitialSize
The pool init size


poolMaximumSize

public java.lang.String poolMaximumSize
The pool max size


poolMaximumAgeMinutes

public java.lang.String poolMaximumAgeMinutes
The pool max age


poolMaximumOpenTime

public java.lang.String poolMaximumOpenTime
The pool max open time


poolMaximumNumberOfWaiters

public java.lang.String poolMaximumNumberOfWaiters
The pool max waiters time


poolMaximumWaitTime

public java.lang.String poolMaximumWaitTime
The pool max wait time


poolMinimumSize

public java.lang.String poolMinimumSize
The pool min size


poolSamplingPeriod

public java.lang.String poolSamplingPeriod
The pool sampling period


poolMaximumNumberOfPreparedStatements

public java.lang.String poolMaximumNumberOfPreparedStatements
The max prepared Statements size of this JDBC Resource Adaptor Connection Pool.

Constructor Detail

JDBCConfiguration

public JDBCConfiguration()


Copyright © 2010 OW2 Consortium. All Rights Reserved.