| java.lang.Object org.apache.openejb.jee.ContainerTransaction
ContainerTransaction | public class ContainerTransaction (Code) | | The container-transactionType specifies how the container
must manage transaction scopes for the enterprise bean's
method invocations. It defines an optional description, a
list of method elements, and a transaction attribute. The
transaction attribute is to be applied to all the specified
methods.
|
ContainerTransaction | public ContainerTransaction()(Code) | | |
getDescriptions | public Text[] getDescriptions()(Code) | | |
setDescriptions | public void setDescriptions(Text[] text)(Code) | | |
|
|