com.ibm.cics.osgi.classification

Class CICSTransactionSelectorBase

  • java.lang.Object
    • com.ibm.cics.osgi.classification.CICSTransactionSelectorBase
  • All Implemented Interfaces:
    ICICSTransactionSelector


    public abstract class CICSTransactionSelectorBase
    extends java.lang.Object
    implements ICICSTransactionSelector
    This interface can be implemented in order to provide a mapping service to map work to a suitable CICS Transaction.
    Since CICS TS version:
    5.3
    Since package version:
    1.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String selectTransaction(java.util.concurrent.Callable<?> callable)
      Selects a suitable CICS transaction id to run work for the nominated Callable under.
      java.lang.String selectTransaction(ICICSHttpRunnable cicsHttpRunnable)
      Selects a suitable CICS transaction id to run work for the nominated ICICSHttpRunnable under.
      java.lang.String selectTransaction(java.lang.Runnable runnable)
      Selects a suitable CICS transaction id to run work for the nominated Runnable under.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait