public interface ICICSTransactionSelector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
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.
|
static final java.lang.String COPYRIGHT
java.lang.String selectTransaction(java.util.concurrent.Callable<?> callable)
callable
- the Callable to map to a transaction idjava.lang.String selectTransaction(java.lang.Runnable runnable)
runnable
- the Runnable to map to a transaction idjava.lang.String selectTransaction(ICICSHttpRunnable cicsHttpRunnable)
cicsHttpRunnable
- the Runnable to map to a transaction id