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, 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
public javax.resource.cci.LocalTransaction getLocalTransaction() throws javax.resource.ResourceException
javax.resource.NotSupportedException
javax.resource.ResourceException