| Package | Description |
|---|---|
| org.jboss.jca.common.api.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
| org.jboss.jca.common.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionDefinition> |
OutboundResourceAdapter.getConnectionDefinitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
ConnectionDefinition |
ConnectionDefinitionImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionDefinition> |
OutboundResourceAdapterImpl.getConnectionDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundResourceAdapterImpl.forceConnectionDefinitions(java.util.List<ConnectionDefinition> newContent)
Force connectionDefinition with new content.
|
| Constructor and Description |
|---|
OutboundResourceAdapterImpl(java.util.List<ConnectionDefinition> connectionDefinition,
TransactionSupportEnum transactionSupport,
java.util.List<AuthenticationMechanism> authenticationMechanism,
boolean reauthenticationSupport,
java.lang.String id,
java.lang.String transactionSupportId,
java.lang.String reauthenticationSupportId)
Constructor
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)