|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSConnectionFactory
com.ibm.connector2.cics.EPIConnectionFactory
public final class EPIConnectionFactory
Use an instance of this class to request EPI Connections.
An EPI connection is a connection to a CICS Terminal which you can interact with.
Constructor Summary | |
---|---|
EPIConnectionFactory()
Default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.ibm.connector2.cics.CICSConnectionFactory |
---|
getConnection, getRecordFactory, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPIConnectionFactory()
Method Detail |
---|
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 null
javax.resource.ResourceException
public java.lang.String toString()
toString
in class CICSConnectionFactory
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |