org.apache.openejb.jee
Class MessageListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageListenerType
protected String messageListenerType
activationSpec
protected ActivationSpec activationSpec
id
protected String id
MessageListener
public MessageListener()
MessageListener
public MessageListener(String messageListenerType,
String activationSpecClass)
MessageListener
public MessageListener(Class messageListenerType,
Class activationSpecClass)
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-2013 The Apache OpenEJB development community. All Rights Reserved.