|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.ECIConnection
The ECIConnection class represents an applications handle to an underlying ECIManagedConnection. It is through the ECIConnection that ECIInteractions are created for communicating with a CICS server.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Method Summary | |
---|---|
void |
close()
Closes the ECI Connection, disabling it from further use. |
Interaction |
createInteraction()
Get a new ECIInteraction object with which to flow requests to CICS. |
javax.resource.cci.LocalTransaction |
getLocalTransaction()
This method is not supported in CCI for CICS TS. |
javax.resource.cci.ConnectionMetaData |
getMetaData()
returns the Meta Data for this Connection |
javax.resource.cci.ResultSetInfo |
getResultSetInfo()
Returns the resultSetInfo object. |
java.lang.String |
toString()
String method for use in tracing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CLASS_VERSION
Method Detail |
public void close() throws ResourceException
ResourceException
public Interaction createInteraction() throws ResourceException
ResourceException
- Thrown if Connection is closed.public javax.resource.cci.LocalTransaction getLocalTransaction() throws ResourceException
NotSupportedException
- This exception is always thrown
ResourceException
public java.lang.String toString()
public javax.resource.cci.ResultSetInfo getResultSetInfo() throws javax.resource.ResourceException
javax.resource.NotSupportedException
- If feature not supported.
javax.resource.ResourceException
public javax.resource.cci.ConnectionMetaData getMetaData() throws ResourceException
ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |