All Implemented Interfaces:
Referenceable, Serializable
ConnectionFactory provides an interface for getting
connection to an EIS instance. An implementation of ConnectionFactory
interface is provided by a resource adapter.
Application code looks up a ConnectionFactory instance from JNDI namespace and uses it to get EIS connections.
An implementation class for ConnectionFactory is required to
implement java.io.Serializable and
javax.resource.Referenceableinterfaces to support
JNDI registration.
Rahul - Sharma0.8 - | Method from javax.resource.cci.ConnectionFactory Summary: |
|---|
| getConnection, getConnection, getMetaData, getRecordFactory |
| Method from javax.resource.cci.ConnectionFactory Detail: |
|---|
|
It is important to note that the properties passed through the getConnection method should be client-specific (example: username, password, language) and not related to the configuration of a target EIS instance (example: port number, server name). The ManagedConnectionFactory instance is configured with complete set of properties required for the creation of a connection to an EIS instance. |
|
|