| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.ContainerTransaction
ContainerTransaction | public class ContainerTransaction (Code) | | Defines a contrainer transaction used within an assembly descriptor.
author: Florent BENOIT |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
ContainerTransaction | public ContainerTransaction()(Code) | | Defines a new Container transaction object.
|
addMethod | public void addMethod(MethodDD method)(Code) | | Add a new Method.
Parameters: method - the given method. |
getTransactionAttribute | public TransactionAttributeType getTransactionAttribute()(Code) | | Gets the transaction attribute for this block.
the transaction attribute |
setTransactionAttribute | public void setTransactionAttribute(TransactionAttributeType txAttribute)(Code) | | Sets the transaction attribute for this block.
Parameters: txAttribute - the given transaction attribute |
toString | public String toString()(Code) | | string representation of this module. |
|
|
|