Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ds.v11 |
This package contains interfaces specific for the datasources:1.1 schema
|
org.jboss.jca.common.api.metadata.ds.v12 |
This package contains interfaces specific for the datasources:1.2 schema
|
org.jboss.jca.common.metadata.ds.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
Modifier and Type | Method and Description |
---|---|
DsPool |
DataSource.getPool()
Get the pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DsPool
A pool for a datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
DsPoolImpl
A pool implementation
|
Modifier and Type | Method and Description |
---|---|
DsPool |
DataSourceImpl.getPool()
Get the pool.
|
protected DsPool |
DsParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
Constructor and Description |
---|
DataSourceImpl(java.lang.String connectionUrl,
java.lang.String driverClass,
java.lang.String dataSourceClass,
java.lang.String driver,
TransactionIsolation transactionIsolation,
java.util.Map<java.lang.String,java.lang.String> connectionProperties,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
java.lang.String newConnectionSql,
java.lang.Boolean useJavaContext,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.String jndiName,
java.lang.Boolean spy,
java.lang.Boolean useccm,
java.lang.Boolean jta,
DsPool pool)
Create a new DataSourceImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)