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
|
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 | 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)
Create a new ConnectionDefinition.
|
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)