org.eclipse.jst.j2ee.jca
Interface MessageAdapter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface MessageAdapter
extends J2EEEObject

A representation of the model object 'Message Adapter'.

Version:
J2EE1.4 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.

The following features are supported:

See Also:
JcaPackage.getMessageAdapter()

Method Summary
 org.eclipse.emf.common.util.EList getMessageListeners()
          Returns the value of the 'Message Listeners' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMessageListeners

org.eclipse.emf.common.util.EList getMessageListeners()
Returns the value of the 'Message Listeners' containment reference list. The list contents are of type MessageListener.

If the meaning of the 'Message Listeners' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Listeners' containment reference list.
See Also:
JcaPackage.getMessageAdapter_MessageListeners()