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 |
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.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommonXaPool
A XaPool.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
CommonConnDef.getPool()
Get the pool.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
DataSource.getPool()
Get the pool.
|
Modifier and Type | Method and Description |
---|---|
protected CommonPool |
AbstractParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
Modifier and Type | Class and Description |
---|---|
class |
CommonPoolImpl
A PoolImpl.
|
class |
CommonXaPoolImpl
A XaPoolImpl.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
CommonConnDefImpl.getPool()
Get the pool.
|
Constructor and Description |
---|
CommonConnDefImpl(java.util.Map<java.lang.String,java.lang.String> configProperties,
java.lang.String className,
java.lang.String jndiName,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.Boolean useJavaContext,
java.lang.Boolean useCcm,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery)
Create a new ConnectionDefinition.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
DataSourceImpl.getPool()
Get the pool.
|
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.
|
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)