public final class EPIConnection extends CICSConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method closes a connection.
|
javax.resource.cci.Interaction |
createInteraction()
This method creates an interaction which you use to perform actions on
this connection.
|
javax.resource.cci.LocalTransaction |
getLocalTransaction()
This method will throw a NotSupportedException.
|
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.ResourceExceptionpublic javax.resource.cci.LocalTransaction getLocalTransaction()
throws javax.resource.ResourceException
javax.resource.NotSupportedExceptionjavax.resource.ResourceException