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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ExtendedmessagingservicePackageImpl

public interface ExtendedmessagingservicePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Server-level configuration settings for the WBI Extended Messaging service (server-wbi.xml).

See Also:
ExtendedmessagingserviceFactory

Nested Class Summary
static interface ExtendedmessagingservicePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION
          The meta object id for the 'Asynch Message Consumer Extension' class
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION__ENABLED
          The feature id for the 'Enabled' attribute
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION__LISTENER_PORT
          The feature id for the 'Listener Port' reference
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_INTERVAL
          The feature id for the 'Request Interval' attribute
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_TIMEOUT
          The feature id for the 'Request Timeout' attribute
static int ASYNCH_MESSAGE_CONSUMER_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Asynch Message Consumer Extension' class
static ExtendedmessagingservicePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int EXTENDED_MESSAGING_SERVICE
          The meta object id for the 'Extended Messaging Service' class
static int EXTENDED_MESSAGING_SERVICE__CONTEXT
          The feature id for the 'Context' container reference
static int EXTENDED_MESSAGING_SERVICE__ENABLE
          The feature id for the 'Enable' attribute
static int EXTENDED_MESSAGING_SERVICE__LISTENER_PORT_EXTENSIONS
          The feature id for the 'Listener Port Extensions' containment reference list
static int EXTENDED_MESSAGING_SERVICE__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int EXTENDED_MESSAGING_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Extended Messaging Service' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_Enabled()
          Returns the meta object for the attribute 'Enabled'
 org.eclipse.emf.ecore.EReference getAsynchMessageConsumerExtension_ListenerPort()
          Returns the meta object for the reference 'Listener Port'
 org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestInterval()
          Returns the meta object for the attribute 'Request Interval'
 org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestTimeout()
          Returns the meta object for the attribute 'Request Timeout'
 org.eclipse.emf.ecore.EClass getAsynchMessageConsumerExtension()
          Returns the meta object for class 'Asynch Message Consumer Extension'
 org.eclipse.emf.ecore.EReference getExtendedMessagingService_ListenerPortExtensions()
          Returns the meta object for the containment reference list 'Listener Port Extensions'
 org.eclipse.emf.ecore.EClass getExtendedMessagingService()
          Returns the meta object for class 'Extended Messaging Service'
 ExtendedmessagingserviceFactory getExtendedmessagingserviceFactory()
          Returns the factory that creates the instances of the model
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ExtendedmessagingservicePackage eINSTANCE
The singleton instance of the package.


EXTENDED_MESSAGING_SERVICE

static final int EXTENDED_MESSAGING_SERVICE
The meta object id for the 'Extended Messaging Service' class.

See Also:
ExtendedMessagingServiceImpl, ExtendedmessagingservicePackageImpl.getExtendedMessagingService(), Constant Field Values

EXTENDED_MESSAGING_SERVICE__ENABLE

static final int EXTENDED_MESSAGING_SERVICE__ENABLE
The feature id for the 'Enable' attribute.

See Also:
Constant Field Values

EXTENDED_MESSAGING_SERVICE__CONTEXT

static final int EXTENDED_MESSAGING_SERVICE__CONTEXT
The feature id for the 'Context' container reference.

See Also:
Constant Field Values

EXTENDED_MESSAGING_SERVICE__PROPERTIES

static final int EXTENDED_MESSAGING_SERVICE__PROPERTIES
The feature id for the 'Properties' containment reference list.

See Also:
Constant Field Values

EXTENDED_MESSAGING_SERVICE__LISTENER_PORT_EXTENSIONS

static final int EXTENDED_MESSAGING_SERVICE__LISTENER_PORT_EXTENSIONS
The feature id for the 'Listener Port Extensions' containment reference list.

See Also:
Constant Field Values

EXTENDED_MESSAGING_SERVICE_FEATURE_COUNT

static final int EXTENDED_MESSAGING_SERVICE_FEATURE_COUNT
The number of structural features of the 'Extended Messaging Service' class.

See Also:
Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION
The meta object id for the 'Asynch Message Consumer Extension' class.

See Also:
AsynchMessageConsumerExtensionImpl, ExtendedmessagingservicePackageImpl.getAsynchMessageConsumerExtension(), Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION__ENABLED

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__ENABLED
The feature id for the 'Enabled' attribute.

See Also:
Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_INTERVAL

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_INTERVAL
The feature id for the 'Request Interval' attribute.

See Also:
Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_TIMEOUT

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__REQUEST_TIMEOUT
The feature id for the 'Request Timeout' attribute.

See Also:
Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION__LISTENER_PORT

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION__LISTENER_PORT
The feature id for the 'Listener Port' reference.

See Also:
Constant Field Values

ASYNCH_MESSAGE_CONSUMER_EXTENSION_FEATURE_COUNT

static final int ASYNCH_MESSAGE_CONSUMER_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Asynch Message Consumer Extension' class.

See Also:
Constant Field Values
Method Detail

getExtendedMessagingService

org.eclipse.emf.ecore.EClass getExtendedMessagingService()
Returns the meta object for class 'Extended Messaging Service'.

Returns:
the meta object for class 'Extended Messaging Service'.
See Also:
ExtendedMessagingService

getExtendedMessagingService_ListenerPortExtensions

org.eclipse.emf.ecore.EReference getExtendedMessagingService_ListenerPortExtensions()
Returns the meta object for the containment reference list 'Listener Port Extensions'.

Returns:
the meta object for the containment reference list 'Listener Port Extensions'.
See Also:
ExtendedMessagingService.getListenerPortExtensions(), getExtendedMessagingService()

getAsynchMessageConsumerExtension

org.eclipse.emf.ecore.EClass getAsynchMessageConsumerExtension()
Returns the meta object for class 'Asynch Message Consumer Extension'.

Returns:
the meta object for class 'Asynch Message Consumer Extension'.
See Also:
AsynchMessageConsumerExtension

getAsynchMessageConsumerExtension_Enabled

org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_Enabled()
Returns the meta object for the attribute 'Enabled'.

Returns:
the meta object for the attribute 'Enabled'.
See Also:
AsynchMessageConsumerExtension.isEnabled(), getAsynchMessageConsumerExtension()

getAsynchMessageConsumerExtension_RequestInterval

org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestInterval()
Returns the meta object for the attribute 'Request Interval'.

Returns:
the meta object for the attribute 'Request Interval'.
See Also:
AsynchMessageConsumerExtension.getRequestInterval(), getAsynchMessageConsumerExtension()

getAsynchMessageConsumerExtension_RequestTimeout

org.eclipse.emf.ecore.EAttribute getAsynchMessageConsumerExtension_RequestTimeout()
Returns the meta object for the attribute 'Request Timeout'.

Returns:
the meta object for the attribute 'Request Timeout'.
See Also:
AsynchMessageConsumerExtension.getRequestTimeout(), getAsynchMessageConsumerExtension()

getAsynchMessageConsumerExtension_ListenerPort

org.eclipse.emf.ecore.EReference getAsynchMessageConsumerExtension_ListenerPort()
Returns the meta object for the reference 'Listener Port'.

Returns:
the meta object for the reference 'Listener Port'.
See Also:
AsynchMessageConsumerExtension.getListenerPort(), getAsynchMessageConsumerExtension()

getExtendedmessagingserviceFactory

ExtendedmessagingserviceFactory getExtendedmessagingserviceFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.