com.ibm.websphere.models.config.extendedmessagingservice
Interface ExtendedMessagingService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, com.ibm.websphere.models.config.process.Service
All Known Implementing Classes:
ExtendedMessagingServiceImpl

public interface ExtendedMessagingService
extends com.ibm.websphere.models.config.process.Service

A representation of the model object 'Extended Messaging Service'. The Extended Messaging Service provides runtime service for the support of Container Managed Messaging.

The following features are supported:

See Also:
ExtendedmessagingservicePackage.getExtendedMessagingService()

Method Summary
 org.eclipse.emf.common.util.EList getListenerPortExtensions()
          Returns the value of the 'Listener Port Extensions' containment reference list.
 
Methods inherited from interface com.ibm.websphere.models.config.process.Service
getContainerScope, getContext, getProperties, isEnable, isSetEnable, setContext, setEnable, unsetEnable
 
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

getListenerPortExtensions

org.eclipse.emf.common.util.EList getListenerPortExtensions()
Returns the value of the 'Listener Port Extensions' containment reference list. The list contents are of type AsynchMessageConsumerExtension. A list of the PME extensions to the base MDB listener ports. Each extension is uniquely associated with a listener port, and is used to store additional information for late response handling.

Returns:
the value of the 'Listener Port Extensions' containment reference list.
See Also:
ExtendedmessagingservicePackage.getExtendedMessagingService_ListenerPortExtensions()