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.resourceadapter |
This package contains interfaces to define metadata api for resource_adapter_1.0.xml
|
org.jboss.jca.common.api.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.metadata.resourceadapter |
This package contains metadatas implementation for resource_adapter_1.0.xsd
|
org.jboss.jca.common.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
Modifier and Type | Method and Description |
---|---|
static TransactionSupportEnum |
TransactionSupportEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionSupportEnum[] |
TransactionSupportEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransactionSupportEnum |
Activation.getTransactionSupport()
Get the transactionSupport.
|
Modifier and Type | Method and Description |
---|---|
TransactionSupportEnum |
OutboundResourceAdapter.getTransactionSupport() |
Modifier and Type | Field and Description |
---|---|
protected TransactionSupportEnum |
ActivationImpl.transactionSupport
transactionSupport
|
Modifier and Type | Method and Description |
---|---|
TransactionSupportEnum |
ActivationImpl.getTransactionSupport()
Get the transactionSupport.
|
Constructor and Description |
---|
ActivationImpl(java.lang.String id,
java.lang.String archive,
TransactionSupportEnum transactionSupport,
java.util.List<ConnectionDefinition> connectionDefinitions,
java.util.List<AdminObject> adminObjects,
java.util.Map<java.lang.String,java.lang.String> configProperties,
java.util.List<java.lang.String> beanValidationGroups,
java.lang.String bootstrapContext,
WorkManager workmanager)
Constructor
|
Modifier and Type | Method and Description |
---|---|
TransactionSupportEnum |
OutboundResourceAdapterImpl.getTransactionSupport() |
Modifier and Type | Method and Description |
---|---|
void |
OutboundResourceAdapterImpl.forceTransactionSupport(TransactionSupportEnum newTransactionSupport)
Force transactionSupport to the new value
This method is thread safe
|
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)