|
||||||||||
| 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_rar.deployment.xml.TmParams
This class defines the implementation of the element tm-params
| Constructor Summary | |
TmParams()
Constructor |
|
| Method Summary | |
void |
addTmConfigProperty(TmConfigProperty tmConfigProperty)
Add a new tm-config-property element to this object |
JLinkedList |
getTmConfigPropertyList()
Gets the tm-config-property |
void |
setTmConfigPropertyList(JLinkedList tmConfigPropertyList)
Set the tm-config-property |
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 TmParams()
| Method Detail |
public JLinkedList getTmConfigPropertyList()
public void setTmConfigPropertyList(JLinkedList tmConfigPropertyList)
tmConfigPropertyList - tmConfigPropertypublic void addTmConfigProperty(TmConfigProperty tmConfigProperty)
tmConfigProperty - the tmConfigPropertyobjectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||