org.apache.openejb.jee
Class MessageAdapter

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

public class MessageAdapter
extends java.lang.Object

The messageadapterType specifies information about the messaging capabilities of the resource adapter. This contains information specific to the implementation of the resource adapter library as specified through the messagelistener element.


Field Summary
protected  java.lang.String id
           
protected  java.util.List<MessageListener> messageListener
           
 
Constructor Summary
MessageAdapter()
           
 
Method Summary
 MessageListener addMessageListener(MessageListener listener)
           
 java.lang.String getId()
           
 java.util.List<MessageListener> getMessageListener()
           
 void setId(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageListener

protected java.util.List<MessageListener> messageListener

id

protected java.lang.String id
Constructor Detail

MessageAdapter

public MessageAdapter()
Method Detail

getMessageListener

public java.util.List<MessageListener> getMessageListener()

addMessageListener

public MessageListener addMessageListener(MessageListener listener)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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