Class ContinuationService.ContinuationRunnable
java.lang.Object
com.oracle.coherence.concurrent.executor.ContinuationService.ContinuationRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
ContinuationService<T>
The
Runnable that will execute a ComposableContinuation for an
Object using a specified ExecutorService index.- Since:
- 21.12
- Author:
- Brian Oliver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intThe service index.protected final TThe object. -
Constructor Summary
ConstructorsConstructorDescriptionContinuationRunnable(T object, int serviceIndex) Constructs aContinuationService<T>.ContinuationRunnable. -
Method Summary
-
Field Details
-
f_object
The object. -
f_nServiceIndex
protected final int f_nServiceIndexThe service index.
-
-
Constructor Details
-
ContinuationRunnable
Constructs aContinuationService<T>.ContinuationRunnable.- Parameters:
object- theObjectserviceIndex- the service index
-
-
Method Details
-
run
-