org.apache.openejb.jee
Class MessageListener

java.lang.Object
  extended by org.apache.openejb.jee.MessageListener

public class MessageListener
extends Object

The messagelistenerType specifies information about a specific message listener supported by the messaging resource adapter. It contains information on the Java type of the message listener interface and an activation specification.


Field Summary
protected  ActivationSpec activationSpec
           
protected  String id
           
protected  String messageListenerType
           
 
Constructor Summary
MessageListener()
           
 
Method Summary
 ActivationSpec getActivationSpec()
           
 String getId()
           
 String getMessageListenerType()
           
 void setActivationSpec(ActivationSpec value)
           
 void setId(String value)
           
 void setMessageListenerType(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageListenerType

protected String messageListenerType

activationSpec

protected ActivationSpec activationSpec

id

protected String id
Constructor Detail

MessageListener

public MessageListener()
Method Detail

getMessageListenerType

public String getMessageListenerType()

setMessageListenerType

public void setMessageListenerType(String value)

getActivationSpec

public ActivationSpec getActivationSpec()

setActivationSpec

public void setActivationSpec(ActivationSpec value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.