J2CActivationSpec


This type is a class for model objects.

@since 6.0.0

Package: j2c

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

Collection attributes having this type:
  J2CResourceAdapter.j2cActivationSpec



Attributes Summary
jndiName : EString The JNDI name of J2CActivationSpec instance.
name : EString The name of J2CActivationSpec instance.
description : EString The description of J2CActivationSpec instance.
authenticationAlias : EString This optional field will be used to bind the ActivationSpec to an Authentication Alias (configured via the security jaas screens). This alias will be used to access a userid/password that will be set on the configured ActivationSpec. Very similar processing as what we do with the authentication aliases on the ConnectionFactory configurations.
destinationJndiName : EString This optional field will be used to bind a configured Destination queue or topic (normally a J2CAdminObject) to the configured ActivationSpec. This field will only be used if the type of the Destination property on the ActivatoinSpec is considered a complex type (ie. javax.jms.Destination).
activationSpec : ActivationSpec @ The activation spec that the template properties are for.
resourceProperties : J2EEResourceProperty * A collection of activation spec properties per J2CActivationSpec.



Attribute Details

jndiName  -  The JNDI name of J2CActivationSpec instance.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

name  -  The name of J2CActivationSpec instance.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

description  -  The description of J2CActivationSpec instance.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

authenticationAlias  -  This optional field will be used to bind the ActivationSpec to an Authentication Alias (configured via the security jaas screens). This alias will be used to access a userid/password that will be set on the configured ActivationSpec. Very similar processing as what we do with the authentication aliases on the ConnectionFactory configurations.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

destinationJndiName  -  This optional field will be used to bind a configured Destination queue or topic (normally a J2CAdminObject) to the configured ActivationSpec. This field will only be used if the type of the Destination property on the ActivatoinSpec is considered a complex type (ie. javax.jms.Destination).
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

activationSpec  -  The activation spec that the template properties are for.
    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

resourceProperties  -  A collection of activation spec properties per J2CActivationSpec.
    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



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