| Package | Description |
|---|---|
| org.apache.aries.transaction | |
| org.apache.aries.transaction.annotations | |
| org.apache.aries.transaction.parsing |
| Modifier and Type | Method and Description |
|---|---|
static TransactionPropagationType |
BundleWideTxDataUtil.getAttribute(String compId,
String method,
List<BundleWideTxData> bundleData)
based on method name and its associated compId, to check which transaction attribute should apply to
this method from the bundle wide transaction configuration.
|
TransactionPropagationType |
TxComponentMetaDataHelperImpl.getComponentMethodTxAttribute(org.osgi.service.blueprint.reflect.ComponentMetadata component,
String methodName) |
TransactionPropagationType |
TxComponentMetaDataHelper.getComponentMethodTxAttribute(org.osgi.service.blueprint.reflect.ComponentMetadata component,
String methodName) |
TransactionPropagationType |
BundleWideTxData.getValue() |
TransactionPropagationType |
MatchedTxData.getValue() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionAttribute |
TransactionAttribute.fromValue(TransactionPropagationType type) |
void |
TxComponentMetaDataHelperImpl.populateBundleWideTransactionData(org.apache.aries.blueprint.ComponentDefinitionRegistry cdr,
TransactionPropagationType txType,
String method,
String bean) |
void |
TxComponentMetaDataHelper.populateBundleWideTransactionData(org.apache.aries.blueprint.ComponentDefinitionRegistry cdr,
TransactionPropagationType value,
String method,
String bean) |
void |
TxComponentMetaDataHelperImpl.setComponentTransactionData(org.apache.aries.blueprint.ComponentDefinitionRegistry registry,
org.osgi.service.blueprint.reflect.ComponentMetadata component,
TransactionPropagationType txType,
String method) |
void |
TxComponentMetaDataHelper.setComponentTransactionData(org.apache.aries.blueprint.ComponentDefinitionRegistry registry,
org.osgi.service.blueprint.reflect.ComponentMetadata component,
TransactionPropagationType type,
String method) |
| Constructor and Description |
|---|
BundleWideTxData(TransactionPropagationType value,
String method,
String bean) |
MatchedTxData(TransactionPropagationType value,
Pattern method,
Pattern bean) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionPropagationType |
TransactionPropagationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionPropagationType[] |
TransactionPropagationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionPropagationType |
TxTypeConverter.convert(Transactional.TxType jtaType) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.