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.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
|
Modifier and Type | Method and Description |
---|---|
CommonTimeOut |
CommonConnDef.getTimeOut()
Get the timeOut.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimeOut
A TimeOut.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonTimeOutImpl
A TimeOutImpl.
|
Modifier and Type | Field and Description |
---|---|
protected CommonTimeOut |
CommonConnDefImpl.timeOut
timeout
|
Modifier and Type | Method and Description |
---|---|
CommonTimeOut |
CommonConnDefImpl.getTimeOut()
Get the timeOut.
|
protected CommonTimeOut |
CommonIronJacamarParser.parseTimeOut(javax.xml.stream.XMLStreamReader reader,
java.lang.Boolean isXa)
Parse timeout
|
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,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
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,
java.lang.Boolean sharable,
java.lang.Boolean enlistment,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeOutImpl
A TimeOutImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)