|
||||||||||
| 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.Activationspec
This class defines the implementation of the element activationspec
| Constructor Summary | |
Activationspec()
Constructor |
|
| Method Summary | |
void |
addRequiredConfigProperty(RequiredConfigProperty requiredConfigProperty)
Add a new required-config-property element to this object |
java.lang.String |
getActivationspecClass()
Gets the activationspec-class |
JLinkedList |
getRequiredConfigPropertyList()
Gets the required-config-property |
void |
setActivationspecClass(java.lang.String activationspecClass)
Set the activationspec-class |
void |
setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)
Set the required-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 Activationspec()
| Method Detail |
public java.lang.String getActivationspecClass()
public void setActivationspecClass(java.lang.String activationspecClass)
activationspecClass - activationspecClasspublic JLinkedList getRequiredConfigPropertyList()
public void setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)
requiredConfigPropertyList - requiredConfigPropertypublic void addRequiredConfigProperty(RequiredConfigProperty requiredConfigProperty)
requiredConfigProperty - the requiredConfigPropertyobjectpublic 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 | |||||||||