J2EEResourceProvider

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.



Attributes Summary
name : StringThe name of the resource provider.
description : StringAn optional description for the resource provider.
classpath : StringA list of paths or jarfile names which together form the location for the resource provider classes.
nativepath : StringAn optional native path (which may include substitution variables).
providerType : StringThis 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.
propertySet : J2EEResourcePropertySetA set of properties describing a resource provider configuration.

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



providerType    -    This internal attribute is used to identify what J2EEResourceProvider template was used to create the instance of J2EEResourceProvider.
     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 configuration.
     data type: J2EEResourcePropertySet


Copyright IBM Corp. 1997-2004