| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransAttribute |
ContainerTransaction.transAttribute |
| Modifier and Type | Method and Description |
|---|---|
TransAttribute |
ContainerTransaction.getAttribute() |
TransAttribute |
ContainerTransaction.getTransAttribute() |
static TransAttribute |
TransAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransAttribute[] |
TransAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerTransaction.setTransAttribute(TransAttribute value) |
| Constructor and Description |
|---|
ContainerTransaction(TransAttribute transAttribute,
Method method) |
ContainerTransaction(TransAttribute transAttribute,
String ejbName,
Method method) |
ContainerTransaction(TransAttribute transAttribute,
String className,
String ejbName,
String methodName) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.