Package | Description |
---|---|
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.resourceadapter |
This package contains interfaces to define metadata api for resource_adapter_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.resourceadapter |
This package contains metadatas implementation for resource_adapter_1.0.xsd
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimeOut
A TimeOut.
|
Modifier and Type | Method and Description |
---|---|
TimeOut |
ConnectionDefinition.getTimeOut()
Get the timeOut.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeOutImpl
A TimeOutImpl.
|
Modifier and Type | Method and Description |
---|---|
protected TimeOut |
AbstractParser.parseTimeOut(javax.xml.stream.XMLStreamReader reader,
java.lang.Boolean isXa)
Parse timeout
|
Modifier and Type | Field and Description |
---|---|
protected TimeOut |
ConnectionDefinitionImpl.timeOut
timeout
|
Modifier and Type | Method and Description |
---|---|
TimeOut |
ConnectionDefinitionImpl.getTimeOut()
Get the timeOut.
|
Constructor and Description |
---|
ConnectionDefinitionImpl(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,
java.lang.Boolean sharable,
java.lang.Boolean enlistment,
java.lang.Boolean connectable,
java.lang.Boolean tracking,
java.lang.String mcp,
java.lang.Boolean enlistmentTrace,
Pool pool,
TimeOut timeOut,
Validation validation,
Security security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)