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 handle for use in controlling the
ECIConnections transaction state.
|
java.lang.String |
toString()
Returns a string representation of this instance for use in tracing.
|
getMetaData, getResultSetInfo
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Connection
close
in class CICSConnection
javax.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