org.ow2.jonas.deployment.rar
Class MessagelistenerDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.MessagelistenerDesc
All Implemented Interfaces:
Serializable

public class MessagelistenerDesc
extends Object
implements 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
 String getId()
          Gets the id
 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 String getId()
Gets the id

Returns:
the id

getMessagelistenerType

public String getMessagelistenerType()
Gets the messagelistener-type

Returns:
the messagelistener-type

getActivationspecDesc

public ActivationspecDesc getActivationspecDesc()
Gets the activationspec

Returns:
the activationspec


Copyright © 2010 OW2 Consortium. All Rights Reserved.