J2EEResourceFactory

Configuration for the resources that are bound within the java:comp namespace.



Attributes Summary
name : StringThe required display name for the resource.
jndiName : StringThe required JNDI name for the resource, including any naming subcontexts.
description : StringAn optional description of the resource.
category : StringAn optional category string that can be used to classify or group the resource.
providerType : StringThis internal attribute is used to associate J2EEResourceProvider and J2EEResourceFactory instances at runtime level instead of model level.
provider : The provider that created the resource factory.
propertySet : J2EEResourcePropertySetConfiguration 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



providerType    -    This internal attribute is used to associate J2EEResourceProvider and J2EEResourceFactory instances at runtime level instead of model level.
     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


Copyright IBM Corp. 1997-2004