This type is a class for model objects.
Configuration for the resources that are bound within the java:comp namespace.
Package: resourcesAttributes Summary | |
name : EString | The required display name for the resource. |
jndiName : EString | 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. |
description : EString | An optional description of the resource. |
category : EString | An optional category string that can be used to classify or group the resource. |
providerType : EString | This internal attribute is used to associate J2EEResourceProvider and J2EEResourceFactory instances at runtime level instead of model level. |
provider : J2EEResourceProvider @ | The provider that created the resource factory. |
propertySet : J2EEResourcePropertySet @ | Configuration settings for resource factories. |
Attribute Details |