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.merge |
This package contains Merge util classes for metadatas
|
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 | Method and Description |
---|---|
boolean |
DefaultConnectionDefinitionMatcher.match(ConnectionDefinition left,
CommonConnDef right) |
Modifier and Type | Method and Description |
---|---|
Connector |
Merger.mergeConnectorWithCommonIronJacamar(CommonIronJacamar ij,
Connector conn,
ExtensionMatcher<AdminObject,CommonAdminObject> adminMatcher,
ExtensionMatcher<ConnectionDefinition,CommonConnDef> connDefMatcher)
Merge a
Connector and a CommonIronJacamar passing also Matcher to identify AdminObject
and ConnectionDefinition to merge inside the passed objects |
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,
java.lang.Boolean reauthenticationSupport,
java.lang.String id) |
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)