|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionAttributeEnum | |
---|---|
org.apache.openejb.jee.was.v6.ejb | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of TransactionAttributeEnum in org.apache.openejb.jee.was.v6.ejb |
---|
Fields in org.apache.openejb.jee.was.v6.ejb declared as TransactionAttributeEnum | |
---|---|
protected TransactionAttributeEnum |
MethodTransaction.transactionAttribute
|
Methods in org.apache.openejb.jee.was.v6.ejb that return TransactionAttributeEnum | |
---|---|
static TransactionAttributeEnum |
TransactionAttributeEnum.fromValue(java.lang.String v)
|
TransactionAttributeEnum |
MethodTransaction.getTransactionAttribute()
Gets the value of the transactionAttribute property. |
static TransactionAttributeEnum |
TransactionAttributeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionAttributeEnum[] |
TransactionAttributeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type TransactionAttributeEnum | |
---|---|
void |
MethodTransaction.setTransactionAttribute(TransactionAttributeEnum value)
Sets the value of the transactionAttribute property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |