Public Member Functions | |
| ContainerTransaction () | |
| String | getDescription () |
| void | setDescription (String description) |
| JLinkedList | getMethodList () |
| void | setMethodList (JLinkedList methodList) |
| void | addMethod (Method method) |
| String | getTransAttribute () |
| void | setTransAttribute (String transAttribute) |
| String | toXML (int indent) |
Definition at line 37 of file ContainerTransaction.java.
|
|
Constructor Definition at line 58 of file ContainerTransaction.java. |
|
|
Add a new method element to this object
Definition at line 99 of file ContainerTransaction.java. |
|
|
Gets the description
Definition at line 67 of file ContainerTransaction.java. |
|
|
Gets the method
Definition at line 83 of file ContainerTransaction.java. |
|
|
Gets the trans-attribute
Definition at line 107 of file ContainerTransaction.java. |
|
|
Set the description
Definition at line 75 of file ContainerTransaction.java. |
|
|
Set the method
Definition at line 91 of file ContainerTransaction.java. |
|
|
Set the trans-attribute
Definition at line 115 of file ContainerTransaction.java. |
|
|
Represents this element by it's XML description.
Definition at line 124 of file ContainerTransaction.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(). |
Here is the call graph for this function:

1.3.9.1