ActivationSpecTemplateProps


This type is a class for model objects.

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

Package: j2c

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  J2CResourceAdapter.activationSpecTemplateProps



Attributes Summary
resourceProperties : J2EEResourceProperty * 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.
activationSpec : ActivationSpec @ A reference to the ra.xml deployment descriptor ActivationSpec.
complexPropertySet : J2EEResourcePropertySet @ An optional reference to a J2EEResourcePropertySet. (This level of indirection was first required by the javax.jms.destination complex type.)



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.
    Reference Type: J2EEResourceProperty *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

activationSpec  -  A reference to the ra.xml deployment descriptor ActivationSpec.
    Reference Type: ActivationSpec @
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

complexPropertySet  -  An optional reference to a J2EEResourcePropertySet. (This level of indirection was first required by the javax.jms.destination complex type.)
    Reference Type: J2EEResourcePropertySet @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006