J2EEResourceFactory
Configuration for the resources that are bound within the java:comp namespace.
Attributes Summary
name The required display name for the resource. jndiName The required JNDI name for the resource, including any naming subcontexts. description An optional description of the resource. category An optional category string that can be used to classify or group the resource. provider The provider that created the resource factory. propertySet Configuration settings for resource factories.
Attribute Details
name
The required display name for the resource.
Data type: String
Default value: unspecified
jndiName
The required JNDI name for the resource, including any naming subcontexts. The name is used to link the platform binding information. The binding associates the resources defined the deployment descriptor of the module to the actual (physical) resources bound into JNDI by the platform.
Data type: String
Default value: unspecified
description
An optional description of the resource.
Data type: String
Default value: unspecified
category
An optional category string that can be used to classify or group the resource.
Data type: String
Default value: unspecified
provider
The provider that created the resource factory.
Data type:
propertySet
Configuration settings for resource factories.
Data type: J2EEResourcePropertySet