Package | Description |
---|---|
org.jboss.jca.common.api.metadata |
This package contains interfaces to define metadata api
|
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.ra |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.api.metadata.ra.ra10 |
This package contains common metadatas fand parser for connector_1_0
.xsd
|
org.jboss.jca.common.metadata |
This package contains classes that handles common metadata operations.
|
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.common.v10 |
This package contains classes specific to the 1.0 schemas.
|
org.jboss.jca.common.metadata.common.v11 |
This package contains classes specific to the 1.1 schemas.
|
org.jboss.jca.common.metadata.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
org.jboss.jca.common.metadata.ds.v10 |
This package contains the specific classes for the datasources:1.0 schema
|
org.jboss.jca.common.metadata.ds.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
org.jboss.jca.common.metadata.ds.v12 |
This package contains the specific classes for the datasources:1.2 schema
|
org.jboss.jca.common.metadata.ra.common |
This package contains metadatas common for connector-*.xsd
|
org.jboss.jca.common.metadata.ra.ra10 |
This package contains metadatas for connector-1.0.dtd
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatableMetadata.validate()
Validate this metadata according validation required by specification
|
Modifier and Type | Method and Description |
---|---|
void |
Capacity.validate() |
void |
Extension.validate() |
void |
Recovery.validate() |
Constructor and Description |
---|
Capacity(Extension incrementer,
Extension decrementer)
Constructor
|
Extension(java.lang.String className,
java.util.Map<java.lang.String,java.lang.String> configPropertiesMap)
Create a new JdbcAdapterExtension.
|
Recovery(Credential credential,
Extension recoverPlugin,
java.lang.Boolean noRecovery)
Create a new Recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapter1516.validate() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapter10.validate() |
Modifier and Type | Method and Description |
---|---|
protected Capacity |
AbstractParser.parseCapacity(javax.xml.stream.XMLStreamReader reader)
Parse capacity tag
|
protected Credential |
AbstractParser.parseCredential(javax.xml.stream.XMLStreamReader reader)
parse credential tag
|
protected Extension |
AbstractParser.parseExtension(javax.xml.stream.XMLStreamReader reader,
java.lang.String enclosingTag)
parse the Extension tag
|
protected CommonPool |
AbstractParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected Recovery |
AbstractParser.parseRecovery(javax.xml.stream.XMLStreamReader reader)
Parse recovery tag
|
protected CommonSecurity |
AbstractParser.parseSecuritySettings(javax.xml.stream.XMLStreamReader reader)
parse a
CommonSecurity element |
protected CommonXaPool |
AbstractParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
Modifier and Type | Method and Description |
---|---|
void |
CommonPoolImpl.validate() |
void |
CommonSecurityImpl.validate() |
void |
CredentialImpl.validate() |
Constructor and Description |
---|
CommonPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy)
Create a new PoolImpl.
|
CommonSecurityImpl(java.lang.String securityDomainManaged,
java.lang.String securityDomainAndApplicationManaged,
boolean applicationManaged)
Create a new SecurityImpl.
|
CommonTimeOutImpl(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout)
Create a new STimeOutImpl.
|
CommonValidationImpl(java.lang.Boolean backgroundValidation,
java.lang.Long backgroundValidationMillis,
java.lang.Boolean useFastFail)
Create a new CommonValidationImpl.
|
CommonXaPoolImpl(java.lang.Integer minPoolSize,
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)
Create a new XaPoolImpl.
|
CredentialImpl(java.lang.String userName,
java.lang.String password,
java.lang.String securityDomain)
Create a new SecurityImpl.
|
Modifier and Type | Method and Description |
---|---|
protected CommonConnDef |
CommonIronJacamarParser.parseConnectionDefinitions(javax.xml.stream.XMLStreamReader reader,
java.lang.Boolean isXA)
parse a single connection-definition tag
|
protected CommonTimeOut |
CommonIronJacamarParser.parseTimeOut(javax.xml.stream.XMLStreamReader reader,
java.lang.Boolean isXa)
Parse timeout
|
protected CommonValidation |
CommonIronJacamarParser.parseValidation(javax.xml.stream.XMLStreamReader reader)
Parse validation
|
Modifier and Type | Method and Description |
---|---|
protected CommonConnDef |
CommonIronJacamarParser.parseConnectionDefinitions(javax.xml.stream.XMLStreamReader reader,
java.lang.Boolean isXA)
parse a single connection-definition tag
|
protected ConnDefPool |
CommonIronJacamarParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected WorkManager |
CommonIronJacamarParser.parseWorkManager(javax.xml.stream.XMLStreamReader reader)
Parse workmanager element
|
protected WorkManagerSecurity |
CommonIronJacamarParser.parseWorkManagerSecurity(javax.xml.stream.XMLStreamReader reader)
Parse workmanager's security element
|
protected ConnDefXaPool |
CommonIronJacamarParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
Constructor and Description |
---|
ConnDefPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity)
Construcot
|
ConnDefXaPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity,
java.lang.Boolean isSameRmOverride,
java.lang.Boolean interleaving,
java.lang.Boolean padXid,
java.lang.Boolean wrapXaResource,
java.lang.Boolean noTxSeparatePool)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataSourceAbstractImpl.partialCommonValidation()
Partial validation for common fields defined in this abstract class
|
void |
DatasourcesImpl.validate() |
void |
DriverImpl.validate() |
void |
DsSecurityImpl.validate() |
void |
StatementImpl.validate() |
void |
TimeOutImpl.validate() |
void |
ValidationImpl.validate() |
Constructor and Description |
---|
DataSourceAbstractImpl(TransactionIsolation transactionIsolation,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
java.lang.Boolean useJavaContext,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.String jndiName,
java.lang.Boolean spy,
java.lang.Boolean useCcm)
Create a new DataSourceAbstractImpl.
|
DatasourcesImpl(java.util.List<DataSource> datasource,
java.util.List<XaDataSource> xaDataSource,
java.util.Map<java.lang.String,Driver> drivers)
Create a new DatasourcesImpl.
|
DriverImpl(java.lang.String name,
java.lang.Integer majorVersion,
java.lang.Integer minorVersion,
java.lang.String module,
java.lang.String driverClass,
java.lang.String dataSourceClass,
java.lang.String xaDataSourceClass)
Create a new DriverImpl.
|
DsSecurityImpl(java.lang.String userName,
java.lang.String password,
java.lang.String securityDomain,
Extension reauthPlugin)
Create a new DsSecurityImpl.
|
StatementImpl(java.lang.Boolean sharePreparedStatements,
java.lang.Long preparedStatementsCacheSize,
Statement.TrackStatementsEnum trackStatements)
Create a new StatementImpl.
|
TimeOutImpl(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout,
java.lang.Boolean setTxQueryTimeout,
java.lang.Long queryTimeout,
java.lang.Long useTryLock)
Create a new TimeOutImpl.
|
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 | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader)
Parse datasource
|
protected DataSources |
DsParser.parseDataSources(javax.xml.stream.XMLStreamReader reader)
Parse datasource
|
protected Driver |
DsParser.parseDriver(javax.xml.stream.XMLStreamReader reader)
Parse driver
|
protected DsSecurity |
DsParser.parseDsSecurity(javax.xml.stream.XMLStreamReader reader)
Parse security
|
protected Statement |
DsParser.parseStatementSettings(javax.xml.stream.XMLStreamReader reader)
Parse statement
|
protected TimeOut |
DsParser.parseTimeOutSettings(javax.xml.stream.XMLStreamReader reader)
Parse timeout
|
protected Validation |
DsParser.parseValidationSetting(javax.xml.stream.XMLStreamReader reader)
Parse validation
|
protected XaDataSource |
DsParser.parseXADataSource(javax.xml.stream.XMLStreamReader reader)
Parse XA datasource
|
void |
DataSourceImpl.validate() |
void |
XADataSourceImpl.validate() |
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,
CommonPool pool)
Create a new DataSourceImpl.
|
XADataSourceImpl(TransactionIsolation transactionIsolation,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
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.util.Map<java.lang.String,java.lang.String> xaDataSourceProperty,
java.lang.String xaDataSourceClass,
java.lang.String driver,
java.lang.String newConnectionSql,
CommonXaPool xaPool,
Recovery recovery)
Create a new XADataSourceImpl.
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader) |
protected DsPool |
DsParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected XaDataSource |
DsParser.parseXADataSource(javax.xml.stream.XMLStreamReader reader) |
protected DsXaPool |
DsParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool 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.
|
DsPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean allowMultipleUsers)
Create a new PoolImpl.
|
DsXaPoolImpl(java.lang.Integer minPoolSize,
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)
Create a new XaPoolImpl.
|
XADataSourceImpl(TransactionIsolation transactionIsolation,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
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.util.Map<java.lang.String,java.lang.String> xaDataSourceProperty,
java.lang.String xaDataSourceClass,
java.lang.String driver,
java.lang.String newConnectionSql,
DsXaPool xaPool,
Recovery recovery)
Create a new XADataSourceImpl.
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader) |
protected DsPool |
DsParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected XaDataSource |
DsParser.parseXADataSource(javax.xml.stream.XMLStreamReader reader) |
protected DsXaPool |
DsParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool 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.
|
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.
|
XADataSourceImpl(TransactionIsolation transactionIsolation,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlProperty,
java.lang.String urlSelectorStrategyClassName,
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.util.Map<java.lang.String,java.lang.String> xaDataSourceProperty,
java.lang.String xaDataSourceClass,
java.lang.String driver,
java.lang.String newConnectionSql,
DsXaPool xaPool,
Recovery recovery)
Create a new XADataSourceImpl.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractResourceAdapetrImpl.validate() |
void |
ConnectorAbstractmpl.validate()
Validate specification metadata
|
void |
ResourceAdapter1516Impl.validate() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapter10Impl.validate() |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)