ActivationSpecTemplateProps

@since 6.0.0Merged RA and introspected activation spec properties. These are used as a template when creating a J2CActivationSpec.



Attributes Summary
resourceProperties : J2EEResourceProperty * A collection of template properties per activation spec.
activationSpec : ActivationSpec@ A reference to the ra.
complexPropertySet : J2EEResourcePropertySetAn optional reference to a J2EEResourcePropertySet.

Attribute Details

resourceProperties    -    A collection of template properties per activation spec. These properties are generated during RAR installation and are not user-configurable. They are used during MDB deployment.When the MDB gets deployed, it's message listener is matched to the message listener type to determine which template props.
     data type: J2EEResourceProperty*



activationSpec    -    A reference to the ra.xml deployment descriptor ActivationSpec.
     data type: ActivationSpec@



complexPropertySet    -    An optional reference to a J2EEResourcePropertySet. (This level of indirection was first required by the javax.jms.destination complex type.)
     data type: J2EEResourcePropertySet


Copyright IBM Corp. 1997-2004