| Package | Description |
|---|---|
| com.caucho.config.gen | |
| com.caucho.ejb.cfg | |
| com.caucho.ejb.gen | |
| javax.ejb |
| Modifier and Type | Method and Description |
|---|---|
TransactionAttributeType |
XaGenerator.getTransactionType()
Returns the transaction type
|
TransactionAttributeType |
TransactionAttributeLiteral.value() |
| Constructor and Description |
|---|
TransactionAttributeLiteral(TransactionAttributeType type) |
XaGenerator(XaFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next,
TransactionAttributeType xa,
boolean isBeanManaged) |
| Modifier and Type | Method and Description |
|---|---|
TransactionAttributeType |
EjbMethodPattern.getTransactionType()
Returns the method's transaction type, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbMethodPattern.setTransaction(TransactionAttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionAttributeType |
SingletonMethodHeadGenerator.getDefaultTransactionType() |
protected TransactionAttributeType |
StatefulMethodHeadGenerator.getDefaultTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionAttributeType |
TransactionAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionAttributeType[] |
TransactionAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|