|
||||||||||
| 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.Messagelistener
This class defines the implementation of the element messagelistener
| Constructor Summary | |
Messagelistener()
Constructor |
|
| Method Summary | |
Activationspec |
getActivationspec()
Gets the activationspec |
java.lang.String |
getId()
Gets the id |
java.lang.String |
getMessagelistenerType()
Gets the messagelistener-type |
void |
setActivationspec(Activationspec activationspec)
Set the activationspec |
void |
setId(java.lang.String id)
Set the id |
void |
setMessagelistenerType(java.lang.String messagelistenerType)
Set the messagelistener-type |
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 Messagelistener()
| Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id - id objectpublic java.lang.String getMessagelistenerType()
public void setMessagelistenerType(java.lang.String messagelistenerType)
messagelistenerType - messagelistenerTypepublic Activationspec getActivationspec()
public void setActivationspec(Activationspec activationspec)
activationspec - activationspecpublic 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 | |||||||||