org.eclipse.jst.j2ee.ejb
Interface ActivationConfig

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

public interface ActivationConfig
extends J2EEEObject

A representation of the model object 'Activation Config'.

Version:
J2EE1.4 The activation-configType defines information about the expected configuration properties of the message-driven bean in its operational environment. This may include information about message acknowledgement, message selector, expected destination type, etc. The configuration information is expressed in terms of name/value configuration properties. The properties that are recognized for a particular message-driven bean are determined by the messaging type.

The following features are supported:

See Also:
EjbPackage.getActivationConfig()

Method Summary
 org.eclipse.emf.common.util.EList getConfigProperties()
          Returns the value of the 'Config Properties' containment reference list.
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' 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

getConfigProperties

org.eclipse.emf.common.util.EList getConfigProperties()
Returns the value of the 'Config Properties' containment reference list. The list contents are of type ActivationConfigProperty.

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

Returns:
the value of the 'Config Properties' containment reference list.
See Also:
EjbPackage.getActivationConfig_ConfigProperties()

getDescriptions

org.eclipse.emf.common.util.EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

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

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
EjbPackage.getActivationConfig_Descriptions()