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.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.
|
Modifier and Type | Method and Description |
---|---|
CommonSecurity |
CommonConnDef.getSecurity()
Get the security.
|
Modifier and Type | Method and Description |
---|---|
protected CommonSecurity |
AbstractParser.parseSecuritySettings(javax.xml.stream.XMLStreamReader reader)
parse a
CommonSecurity element |
Modifier and Type | Class and Description |
---|---|
class |
CommonSecurityImpl
A SecurityImpl.
|
Modifier and Type | Field and Description |
---|---|
protected CommonSecurity |
CommonConnDefImpl.security
security
|
Modifier and Type | Method and Description |
---|---|
CommonSecurity |
CommonConnDefImpl.getSecurity()
Get the security.
|
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.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)