This type is a class for model objects.
@since 6.0.0
Package: j2c| 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 |