org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface ActivationConfigType


public interface ActivationConfigType

A representation of the model object 'Activation Config Type'. 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:
EjbJar21Package.getActivationConfigType()
Generated:
Model:
extendedMetaData="name='activation-configType' kind='elementOnly'"

Method Summary
  getActivationConfigProperty()
          Returns the value of the 'Activation Config Property' containment reference list.
  getDescription()
          Returns the value of the 'Description' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar21Package.getActivationConfigType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getActivationConfigProperty

 getActivationConfigProperty()
Returns the value of the 'Activation Config Property' containment reference list. The list contents are of type ActivationConfigPropertyType.

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

Returns:
the value of the 'Activation Config Property' containment reference list.
See Also:
EjbJar21Package.getActivationConfigType_ActivationConfigProperty()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='activation-config-property' namespace='http://java.sun.com/xml/ns/j2ee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar21Package.getActivationConfigType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: