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: resources| Attributes 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. |
| isolatedClassLoader : EBoolean | @since 7.0.0 If selected, this resource provider will be loaded in its own class loader. Therefore, multiple versions of this resource provider can be loaded. Each version of a provider should be given a unique class path appropriate for that version. Applications that directly depend on classes from this resource provider will need to add a library reference to this resource provider. |
| factories : J2EEResourceFactory * | Configurations for entities that create objects. For example, JMS connection factories produce JMS connections. The factories themselves Settings for a Jakarta MQ resource adapter installed on a MoRE nodeare created by resource providers, such as JMS providers. |
| propertySet : J2EEResourcePropertySet @ | A set of properties describing a resource provider configuration. |
| Attribute Details |