Interface ConnectionFactory

All Superinterfaces:
Referenceable, Referenceable, Serializable

public interface ConnectionFactory extends Serializable, Referenceable
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 jakarta.resource.Referenceableinterfaces to support JNDI registration.

Version:
0.8
See Also: