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

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

public class JDBCConfiguration
extends Object


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

driverName

public String driverName
The driver name


datasourceClass

public String datasourceClass
The driver class


checkLevel

public String checkLevel
The check level


testStatement

public String testStatement
The test statement


jndiName

public String jndiName
The jndi name


mappername

public String mappername
The mapper name


password

public String password
The password


rarLink

public String rarLink
The link to the rar.


url

public String url
The url


user

public String user
The user


poolInitialSize

public String poolInitialSize
The pool init size


poolMaximumSize

public String poolMaximumSize
The pool max size


poolMaximumAgeMinutes

public String poolMaximumAgeMinutes
The pool max age


poolMaximumOpenTime

public String poolMaximumOpenTime
The pool max open time


poolMaximumNumberOfWaiters

public String poolMaximumNumberOfWaiters
The pool max waiters time


poolMaximumWaitTime

public String poolMaximumWaitTime
The pool max wait time


poolMinimumSize

public String poolMinimumSize
The pool min size


poolSamplingPeriod

public String poolSamplingPeriod
The pool sampling period


poolMaximumNumberOfPreparedStatements

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

Constructor Detail

JDBCConfiguration

public JDBCConfiguration()


Copyright © 2011 OW2 Consortium. All Rights Reserved.