J2EEResourceProvider
Resource Provider subtypes define config 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.
Attributes Summary
name The name of the resource provider. description An optional description for the resource provider. classpath A list of paths or jarfile names which together form the location for the resource provider classes. nativepath An optional native path (which may include substitution variables). factories Configurations for entities that create objects. propertySet A set of properties describing a resource provider config.
Attribute Details
name
The name of the resource provider.
Data type: String
Default value: unspecified
description
An optional description for the resource provider.
Data type: String
Default value: unspecified
classpath
A list of paths or jarfile names which together form the location for the resource provider classes.
Data type: String
Default value: unspecified
nativepath
An optional native path (which may include substitution variables).
Data type: String
Default value: unspecified
factories
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.
Data type: J2EEResourceFactory
propertySet
A set of properties describing a resource provider config.
Data type: J2EEResourcePropertySet