J2EEResourceFactory


This type is a class for model objects.

Configuration for the resources that are bound within the java:comp namespace.

Package: resources

Known subtypes:
    JMSDestination
    SchedulerConfiguration
    EventBusTransmissionProfile
    MQConnectionFactory
    WASQueue
    DataSource
    DataStoreProfile
    WASQueueConnectionFactory
    FilterFactoryProfile
    ServletCacheInstance
    WASTopic
    CMPConnectorFactory
    EventServerProfile
    MQQueueConnectionFactory
    WAS40DataSource
    WASTopicConnectionFactory
    JMSConnectionFactory
    EmitterFactoryProfile
    J2CConnectionFactory
    GenericJMSDestination
    ObjectPoolManagerInfo
    MailSession
    CacheInstance
    ObjectCacheInstance
    JMSTransmissionProfile
    URL
    EventGroupProfileList
    MQQueue
    MQTopicConnectionFactory
    ResourceEnvEntry
    ConnectionFactory
    WorkManagerInfo
    TimerManagerInfo
    GenericJMSConnectionFactory
    MQTopic

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  J2EEResourceProvider.factories



Attributes 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

name  -  The required display name for the resource.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

jndiName  -  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.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

description  -  An optional description of the resource.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

category  -  An optional category string that can be used to classify or group the resource.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

providerType  -  This internal attribute is used to associate J2EEResourceProvider and J2EEResourceFactory instances at runtime level instead of model level.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

provider  -  The provider that created the resource factory.
    Reference Type: J2EEResourceProvider @
    Containment:  false
    Container:  true
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  true
    Volatile:  false
    Opposite: J2EEResourceProvider.factories

propertySet  -  Configuration settings for resource factories.
    Reference Type: J2EEResourcePropertySet @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006