public final class EPIConnectionFactory extends CICSConnectionFactory
An EPI connection is a connection to a CICS Terminal which you can interact with.
Constructor and Description |
---|
EPIConnectionFactory()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.resource.cci.Connection |
getConnection(javax.resource.cci.ConnectionSpec spec)
This method returns a connection object.
|
javax.resource.cci.ResourceAdapterMetaData |
getMetaData()
Return the resource adapter meta data.
|
java.lang.String |
toString()
Return a string representation of this class.
|
getConnection, getRecordFactory, getReference, setReference
public EPIConnectionFactory()
public javax.resource.cci.ResourceAdapterMetaData getMetaData()
public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec spec) throws javax.resource.ResourceException
spec
- An EPIConnectionSpec object or nulljavax.resource.ResourceException
public java.lang.String toString()
toString
in class CICSConnectionFactory