Class EPIConnection

java.lang.Object
com.ibm.jakarta.connector2.cics.CICSConnection
com.ibm.jakarta.connector2.cics.EPIConnection
All Implemented Interfaces:
jakarta.resource.cci.Connection

public final class EPIConnection extends CICSConnection
EPIConnection represents the application level connection to a CICS Terminal.
  • Field Details

  • Method Details

    • close

      public void close() throws jakarta.resource.ResourceException
      This method closes a connection. The Terminal will be reset to an idle state so that another connection gets a clean terminal.
      Specified by:
      close in interface jakarta.resource.cci.Connection
      Overrides:
      close in class CICSConnection
      Throws:
      jakarta.resource.ResourceException - If an error occurs.
    • createInteraction

      public jakarta.resource.cci.Interaction createInteraction() throws jakarta.resource.ResourceException
      This method creates an interaction which you use to perform actions on this connection.
      Returns:
      An Interaction you can use on this connection.
      Throws:
      jakarta.resource.ResourceException
    • getLocalTransaction

      public jakarta.resource.cci.LocalTransaction getLocalTransaction() throws jakarta.resource.ResourceException
      This method will throw a NotSupportedException. Transactions are not available using this resource adapter.
      Throws:
      jakarta.resource.NotSupportedException
      jakarta.resource.ResourceException