org.objectweb.jonas_rar.deployment.xml
Class Messagelistener

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_rar.deployment.xml.Messagelistener
All Implemented Interfaces:
java.io.Serializable, Element

public class Messagelistener
extends AbsElement

This class defines the implementation of the element messagelistener

Author:
Eric Hardesty
See Also:
Serialized Form

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

Messagelistener

public Messagelistener()
Constructor

Method Detail

getId

public java.lang.String getId()
Gets the id

Returns:
the id

setId

public void setId(java.lang.String id)
Set the id

Parameters:
id - id object

getMessagelistenerType

public java.lang.String getMessagelistenerType()
Gets the messagelistener-type

Returns:
the messagelistener-type

setMessagelistenerType

public void setMessagelistenerType(java.lang.String messagelistenerType)
Set the messagelistener-type

Parameters:
messagelistenerType - messagelistenerType

getActivationspec

public Activationspec getActivationspec()
Gets the activationspec

Returns:
the activationspec

setActivationspec

public void setActivationspec(Activationspec activationspec)
Set the activationspec

Parameters:
activationspec - activationspec

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.