|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction
public class ContainerTransaction
This class defines the implementation of the element container-transaction
| Constructor Summary | |
|---|---|
ContainerTransaction()
Constructor |
|
| Method Summary | |
|---|---|
void |
addMethod(Method method)
Add a new method element to this object |
java.lang.String |
getDescription()
Gets the description |
JLinkedList |
getMethodList()
Gets the method |
java.lang.String |
getTransAttribute()
Gets the trans-attribute |
void |
setDescription(java.lang.String description)
Set the description |
void |
setMethodList(JLinkedList methodList)
Set the method |
void |
setTransAttribute(java.lang.String transAttribute)
Set the trans-attribute |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerTransaction()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - descriptionpublic JLinkedList getMethodList()
public void setMethodList(JLinkedList methodList)
methodList - methodpublic void addMethod(Method method)
method - the methodobjectpublic java.lang.String getTransAttribute()
public void setTransAttribute(java.lang.String transAttribute)
transAttribute - transAttributepublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||