Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ra |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.metadata.ra.common |
This package contains metadatas common for connector-*.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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConnectionDefinition> |
OutboundResourceAdapterImpl.getConnectionDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
OutboundResourceAdapterImpl.forceConnectionDefinitionsContent(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) |
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) |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)