J2CActivationSpec

@since 6.0.0



Attributes Summary
jndiName : StringThe JNDI name of J2CActivationSpec instance.
name : StringThe name of J2CActivationSpec instance.
description : StringThe description of J2CActivationSpec instance.
authenticationAlias : StringThis optional field will be used to bind the ActivationSpec to an Authentication Alias (configured via the security jaas screens).
destinationJndiName : StringThis optional field will be used to bind a configured Destination queue or topic (normally a J2CAdminObject) to the configured ActivationSpec.
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:  String
     default Value:   unspecified



name    -    The name of J2CActivationSpec instance.
     data type:  String
     default Value:   unspecified



description    -    The description of J2CActivationSpec instance.
     data type:  String
     default Value:   unspecified



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:  String
     default Value:   unspecified



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:  String
     default Value:   unspecified



activationSpec    -    The activation spec that the template properties are for.
     data type: ActivationSpec@



resourceProperties    -    A collection of activation spec properties per J2CActivationSpec.
     data type: J2EEResourceProperty*


Copyright IBM Corp. 1997-2004