|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionType | |
---|---|
org.apache.openejb | |
org.apache.openejb.core | |
org.apache.openejb.core.transaction | |
org.apache.openejb.spring |
Uses of TransactionType in org.apache.openejb |
---|
Methods in org.apache.openejb that return TransactionType | |
---|---|
TransactionType |
DeploymentInfo.getTransactionType(Method method)
|
Uses of TransactionType in org.apache.openejb.core |
---|
Methods in org.apache.openejb.core that return TransactionType | |
---|---|
TransactionType |
CoreDeploymentInfo.getTransactionType(Method method)
|
Uses of TransactionType in org.apache.openejb.core.transaction |
---|
Fields in org.apache.openejb.core.transaction declared as TransactionType | |
---|---|
protected TransactionType |
JtaTransactionPolicy.transactionType
|
Methods in org.apache.openejb.core.transaction that return TransactionType | |
---|---|
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. |
Methods in org.apache.openejb.core.transaction with parameters of type TransactionType | |
---|---|
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. |
Constructors in org.apache.openejb.core.transaction with parameters of type TransactionType | |
---|---|
JtaTransactionPolicy(TransactionType transactionType,
TransactionManager transactionManager)
|
Uses of TransactionType in org.apache.openejb.spring |
---|
Fields in org.apache.openejb.spring declared as TransactionType | |
---|---|
protected TransactionType |
SpringTransactionPolicy.type
|
Methods in org.apache.openejb.spring that return TransactionType | |
---|---|
TransactionType |
SpringTransactionPolicy.getTransactionType()
|
Methods in org.apache.openejb.spring with parameters of type TransactionType | |
---|---|
TransactionPolicy |
SpringTransactionPolicyFactory.createTransactionPolicy(TransactionType type)
|
Constructors in org.apache.openejb.spring with parameters of type TransactionType | |
---|---|
SpringTransactionPolicy(org.springframework.transaction.PlatformTransactionManager transactionManager,
TransactionType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |