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.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
Modifier and Type | Method and Description |
---|---|
Extension |
Recovery.getRecoverPlugin()
Get the plugin.
|
Constructor and Description |
---|
Recovery(Credential credential,
Extension recoverPlugin,
java.lang.Boolean noRecovery)
Create a new Recovery.
|
Modifier and Type | Method and Description |
---|---|
Extension |
Validation.getExceptionSorter()
Get the exceptionSorter
|
Extension |
DsSecurity.getReauthPlugin()
Get the reauthPlugin extension
|
Extension |
Validation.getStaleConnectionChecker()
Get the staleConnectionChecker
|
Extension |
Validation.getValidConnectionChecker()
Get the validConnectionChecker
|
Modifier and Type | Method and Description |
---|---|
protected Extension |
AbstractParser.parseExtension(javax.xml.stream.XMLStreamReader reader,
java.lang.String enclosingTag)
parse the Extension tag
|
Modifier and Type | Method and Description |
---|---|
Extension |
ValidationImpl.getExceptionSorter()
Get the exceptionSorter.
|
Extension |
DsSecurityImpl.getReauthPlugin() |
Extension |
ValidationImpl.getStaleConnectionChecker()
Get the staleConnectionChecker.
|
Extension |
ValidationImpl.getValidConnectionChecker()
Get the validConnectionChecker.
|
Constructor and Description |
---|
DsSecurityImpl(java.lang.String userName,
java.lang.String password,
java.lang.String securityDomain,
Extension reauthPlugin)
Create a new DsSecurityImpl.
|
ValidationImpl(java.lang.Boolean backgroundValidation,
java.lang.Long backgroundValidationMillis,
java.lang.Boolean useFastFail,
Extension validConnectionChecker,
java.lang.String checkValidConnectionSql,
java.lang.Boolean validateOnMatch,
Extension staleConnectionChecker,
Extension exceptionSorter)
Create a new ValidationImpl.
|
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)