| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction
ContainerTransaction | public class ContainerTransaction extends AbsElement (Code) | | This class defines the implementation of the element container-transaction
author: JOnAS team |
ContainerTransaction | public ContainerTransaction()(Code) | | Constructor
|
addMethod | public void addMethod(Method method)(Code) | | Add a new method element to this object
Parameters: method - the methodobject |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getTransAttribute | public String getTransAttribute()(Code) | | Gets the trans-attribute
the trans-attribute |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setMethodList | public void setMethodList(JLinkedList methodList)(Code) | | Set the method
Parameters: methodList - method |
setTransAttribute | public void setTransAttribute(String transAttribute)(Code) | | Set the trans-attribute
Parameters: transAttribute - transAttribute |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|