com.ibm.cics.server

Interface CICSTransactionRunnable

  • All Superinterfaces:
    java.lang.Runnable


    public interface CICSTransactionRunnable
    extends java.lang.Runnable
    This interface allows a user to signify that the Runnable work should be executed under a CICS transaction id of choice, rather than the default transaction id.
    Since CICS TS version:
    5.3
    Since package version:
    1.600.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getTranid()
      CICS will query this method to obtain the user-supplied transaction id under which the work should run.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • getTranid

        java.lang.String getTranid()
        CICS will query this method to obtain the user-supplied transaction id under which the work should run.
        Returns:
        a four character transaction id under which you would like the Runnable code to execute in CICS. Avoid using restricted CICS transaction names, like those that begin with 'C'.