org.eclipse.jst.j2ee.jca
Interface InboundResourceAdapter

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

public interface InboundResourceAdapter
extends J2EEEObject

A representation of the model object 'Inbound Resource Adapter'.

Version:
J2EE1.4 The inbound-resourceadapterType specifies information about an inbound resource adapter. This contains information specific to the implementation of the resource adapter library as specified through the messageadapter element.

The following features are supported:

See Also:
JcaPackage.getInboundResourceAdapter()

Method Summary
 MessageAdapter getMessageAdapter()
          Returns the value of the 'Message Adapter' containment reference
 void setMessageAdapter(MessageAdapter value)
          Sets the value of the 'Message Adapter' containment reference
 
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

getMessageAdapter

MessageAdapter getMessageAdapter()
Returns the value of the 'Message Adapter' containment reference.

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

The messagelistener-type element content must be unique in the messageadapter. Several messagelisteners can not use the same messagelistener-type.

Returns:
the value of the 'Message Adapter' containment reference.
See Also:
setMessageAdapter(MessageAdapter), JcaPackage.getInboundResourceAdapter_MessageAdapter()

setMessageAdapter

void setMessageAdapter(MessageAdapter value)
Sets the value of the 'Message Adapter' containment reference.

Parameters:
value - the new value of the 'Message Adapter' containment reference.
See Also:
getMessageAdapter()