This type is a class for model objects.
Resource Provider subtypes define configuration settings for resource provider implementations such as JDBC Providers, JMS Providers, Mail Providers, etc. A provider is a pluggable implementation for a kind of resource under which resource factories like connections can be configured.
Package: resourcesAttributes Summary | |
name : EString | The name of the resource provider. |
description : EString | An optional description for the resource provider. |
classpath : EString | A list of paths or jarfile names which together form the location for the resource provider classes. |
nativepath : EString | An optional native path (which may include substitution variables). |
providerType : EString | This internal attribute is used to identify what J2EEResourceProvider template was used to create the instance of J2EEResourceProvider. |
factories : J2EEResourceFactory * | Configurations for entities that create objects. For example, JMS connection factories produce JMS connections. The factories themselves are created by resource providers, such as JMS providers. |
propertySet : J2EEResourcePropertySet @ | A set of properties describing a resource provider configuration. |
Attribute Details |