| Package | Description |
|---|---|
| org.apache.openejb | |
| org.apache.openejb.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
BeanContext.getTransactionType() |
TransactionType |
MethodContext.getTransactionType() |
TransactionType |
MethodContext.InterfaceMethodContext.getTransactionType() |
TransactionType |
BeanContext.getTransactionType(Method method) |
TransactionType |
BeanContext.getTransactionType(Method method,
InterfaceType interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContext.setMethodTransactionAttribute(Method method,
TransactionType transactionType)
TODO: Move to MethodContext
|
void |
BeanContext.setMethodTransactionAttribute(Method method,
TransactionType transactionType,
String view)
TODO: Move to MethodContext
|
void |
MethodContext.setTransactionType(TransactionType transactionType) |
void |
MethodContext.InterfaceMethodContext.setTransactionType(TransactionType transactionType) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionType |
JtaTransactionPolicy.transactionType |
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
TransactionType.get(String name) |
static TransactionType |
TransactionType.get(javax.ejb.TransactionAttributeType type) |
TransactionType |
JtaTransactionPolicy.getTransactionType() |
TransactionType |
TransactionPolicy.getTransactionType()
Gets the TransactionType for this policy.
|
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionPolicy |
TransactionPolicyFactory.createTransactionPolicy(TransactionType type)
Creates and begins a TransactionPolicy for the specified TransactionType.
|
TransactionPolicy |
JtaTransactionPolicyFactory.createTransactionPolicy(TransactionType type) |
static TransactionPolicy |
EjbTransactionUtil.createTransactionPolicy(TransactionType type,
ThreadContext threadContext)
Creates a new TransctionPolicy of the specified type and associates it with the specified ThreadContext.
|
| Constructor and Description |
|---|
JtaTransactionPolicy(TransactionType transactionType,
TransactionManager transactionManager) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.