J2C Connection Factories collection
Use this page to view Java 2 Connector (J2C) connection factories, which represent sets of connection configuration values.
Application components such as enterprise beans have resource reference descriptors that refer to the connection factory, not the resource adapter. The connection factory is really a configuration properties list holder. In addition to the arbitrary set of configuration properties defined by the vendor of the resource adapter, there are several standard configuration properties that apply to the connection factory. These standard properties are used by the Java 2 Connectors connection pool manager in the appserver run time and are not known by the vendor-supplied resource adapter code. You can access this console page in one of two ways:
- Resources > Resource Adapters > J2C connection factories
- Resources > Resource Adapters > Resource Adapters > resource_adapter > J2C connection factories
- Name
Specify a list of the connection factory display names.
Data type String
- JNDI name
Specify the Java Naming and Directory Interface (JNDI) name of this connection factory.
Data type String
- Scope
Scope of the connection factory. Only applications that are installed within this scope can use this connection factory.
- Provider
- Resource adapter that WAS uses for this connection factory.
- Description
Specify a text description of this connection factory.
Data type String
- Connection factory interface
Fully qualified name of the interface that provides the implementation class for the connection factory.
- Category
Specify a string used to to classify or group this connection factory.
Data type String
Sub-topics
J2C Connection Factories settings
J2C Connection Factory advanced settings
Related concepts
Resource adapters
Connection pooling
Related tasks
Configure connection factories for resource adapters within applications
Configure J2EE Connector connection factories in the administrative console
Related Reference
Administrative console buttons
Administrative console page features
Administrative console preference settings
Administrative console scope settings
Reference topic