Package | Description |
---|---|
org.jboss.jca.common.api.metadata.common |
This package contains interfaces to define metadata api cpmmon in various xsds
|
org.jboss.jca.common.api.metadata.ds |
This package contains interfaces to define metadata api for data_sources_1.0.xml
|
org.jboss.jca.common.api.metadata.ds.v12 |
This package contains interfaces specific for the datasources:1.2 schema
|
org.jboss.jca.common.metadata |
This package contains classes that handles common metadata operations.
|
org.jboss.jca.common.metadata.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
org.jboss.jca.common.metadata.ds.v12 |
This package contains the specific classes for the datasources:1.2 schema
|
Modifier and Type | Method and Description |
---|---|
Extension |
Capacity.getDecrementer()
Get the decrementer
|
Extension |
Capacity.getIncrementer()
Get the incrementer
|
Extension |
Recovery.getRecoverPlugin()
Get the plugin.
|
Constructor and Description |
---|
Capacity(Extension incrementer,
Extension decrementer)
Constructor
|
Recovery(Credential credential,
Extension recoverPlugin,
java.lang.Boolean noRecovery)
Create a new Recovery.
|
Modifier and Type | Method and Description |
---|---|
Extension |
Validation.getExceptionSorter()
Get the exceptionSorter
|
Extension |
DsSecurity.getReauthPlugin()
Get the reauthPlugin extension
|
Extension |
Validation.getStaleConnectionChecker()
Get the staleConnectionChecker
|
Extension |
Validation.getValidConnectionChecker()
Get the validConnectionChecker
|
Modifier and Type | Method and Description |
---|---|
Extension |
DsPool.getConnectionListener()
Get the connection listener
|
Extension |
DsXaPool.getConnectionListener()
Get the connection listener
|
Modifier and Type | Method and Description |
---|---|
protected Extension |
AbstractParser.parseExtension(javax.xml.stream.XMLStreamReader reader,
java.lang.String enclosingTag)
parse the Extension tag
|
Modifier and Type | Method and Description |
---|---|
Extension |
ValidationImpl.getExceptionSorter()
Get the exceptionSorter.
|
Extension |
DsSecurityImpl.getReauthPlugin() |
Extension |
ValidationImpl.getStaleConnectionChecker()
Get the staleConnectionChecker.
|
Extension |
ValidationImpl.getValidConnectionChecker()
Get the validConnectionChecker.
|
Constructor and Description |
---|
DsSecurityImpl(java.lang.String userName,
java.lang.String password,
java.lang.String securityDomain,
Extension reauthPlugin)
Create a new DsSecurityImpl.
|
ValidationImpl(java.lang.Boolean backgroundValidation,
java.lang.Long backgroundValidationMillis,
java.lang.Boolean useFastFail,
Extension validConnectionChecker,
java.lang.String checkValidConnectionSql,
java.lang.Boolean validateOnMatch,
Extension staleConnectionChecker,
Extension exceptionSorter)
Create a new ValidationImpl.
|
Modifier and Type | Field and Description |
---|---|
protected Extension |
DsPoolImpl.connectionListener
connection-listener
|
protected Extension |
DsXaPoolImpl.connectionListener
connection-listener
|
Modifier and Type | Method and Description |
---|---|
Extension |
DsPoolImpl.getConnectionListener()
Get the connection listener
|
Extension |
DsXaPoolImpl.getConnectionListener()
Get the connection listener
|
Constructor and Description |
---|
DsPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean allowMultipleUsers,
Capacity capacity,
Extension connectionListener)
Create a new PoolImpl.
|
DsXaPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean isSameRmOverride,
java.lang.Boolean interleaving,
java.lang.Boolean padXid,
java.lang.Boolean wrapXaResource,
java.lang.Boolean noTxSeparatePool,
java.lang.Boolean allowMultipleUsers,
Capacity capacity,
Extension connectionListener)
Create a new XaPoolImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)