public final class ECIConnection extends CICSConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the ECI connection, disabling it from further use.
|
javax.resource.cci.Interaction |
createInteraction()
Get a new ECIInteraction object with which to flow requests to CICS.
|
javax.resource.cci.LocalTransaction |
getLocalTransaction()
Return a CCI local transaction controller object for an application to
control the transaction state of the ECIConnection.
|
java.lang.String |
toString()
Returns a string representation of this instance for use in tracing.
|
getMetaData, getResultSetInfopublic void close()
throws javax.resource.ResourceException
close in interface javax.resource.cci.Connectionclose in class CICSConnectionjavax.resource.ResourceException - If an error occurs.public javax.resource.cci.Interaction createInteraction()
throws javax.resource.ResourceException
javax.resource.ResourceException - Thrown if the connection is closed.public javax.resource.cci.LocalTransaction getLocalTransaction()
throws javax.resource.ResourceException
javax.resource.ResourceException - Thrown if the connection is closed.public java.lang.String toString()
toString in class java.lang.Object