|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.rar.xml.Messagelistener
public class Messagelistener
This class defines the implementation of the element messagelistener
| Constructor Summary | |
|---|---|
Messagelistener()
Constructor |
|
| Method Summary | |
|---|---|
Activationspec |
getActivationspec()
Gets the activationspec |
String |
getId()
Gets the id |
String |
getMessagelistenerType()
Gets the messagelistener-type |
void |
setActivationspec(Activationspec activationspec)
Set the activationspec |
void |
setId(String id)
Set the id |
void |
setMessagelistenerType(String messagelistenerType)
Set the messagelistener-type |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.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 String getId()
public void setId(String id)
id - id objectpublic String getMessagelistenerType()
public void setMessagelistenerType(String messagelistenerType)
messagelistenerType - messagelistenerTypepublic Activationspec getActivationspec()
public void setActivationspec(Activationspec activationspec)
activationspec - activationspecpublic 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 | |||||||||