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.metadata.common |
This package contains metadatas commons for ironJacamar's extension xsd like -ds.xml, -ra.xml, ironjacamar.xml
|
org.jboss.jca.common.metadata.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
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 |
DsPool.getConnectionListener()
Get the connection listener
|
Extension |
DsXaPool.getConnectionListener()
Get the connection listener
|
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 |
---|---|
protected Extension |
AbstractParser.parseExtension(javax.xml.stream.XMLStreamReader reader,
java.lang.String enclosingTag)
parse the Extension tag
|
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
|
Extension |
ValidationImpl.getExceptionSorter()
Get the exceptionSorter
|
Extension |
DsSecurityImpl.getReauthPlugin() |
Extension |
ValidationImpl.getStaleConnectionChecker()
Get the staleConnectionChecker
|
Extension |
ValidationImpl.getValidConnectionChecker()
Get the validConnectionChecker
|
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,
java.lang.Boolean fair,
Extension connectionListener)
Create a new PoolImpl.
|
DsSecurityImpl(java.lang.String userName,
java.lang.String password,
java.lang.String securityDomain,
Extension reauthPlugin)
Create a new DsSecurityImpl.
|
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,
java.lang.Boolean fair,
Extension connectionListener)
Create a new XaPoolImpl.
|
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.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)