org.objectweb.jonas_rar.deployment.api
Class MessagelistenerDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.MessagelistenerDesc
All Implemented Interfaces:
java.io.Serializable

public class MessagelistenerDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element messagelistener

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
MessagelistenerDesc(Messagelistener ml)
          Constructor
 
Method Summary
 ActivationspecDesc getActivationspecDesc()
          Gets the activationspec
 java.lang.String getId()
          Gets the id
 java.lang.String getMessagelistenerType()
          Gets the messagelistener-type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagelistenerDesc

public MessagelistenerDesc(Messagelistener ml)
Constructor

Method Detail

getId

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

Returns:
the id

getMessagelistenerType

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

Returns:
the messagelistener-type

getActivationspecDesc

public ActivationspecDesc getActivationspecDesc()
Gets the activationspec

Returns:
the activationspec