Class ContinuationService.ContinuationRunnable
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ContinuationService.ContinuationRunnable
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ContinuationService<T>
public class ContinuationService.ContinuationRunnable extends Object implements Runnable
TheRunnablethat will execute aComposableContinuationfor anObjectusing a specifiedExecutorServiceindex.
-
-
Field Summary
Fields Modifier and Type Field Description protected intf_nServiceIndexThe service index.protected Tf_objectThe object.
-
Constructor Summary
Constructors Constructor Description ContinuationRunnable(T object, int serviceIndex)Constructs aContinuationService.ContinuationRunnable.
-
-
-
Field Detail
-
f_object
protected final T f_object
The object.
-
f_nServiceIndex
protected final int f_nServiceIndex
The service index.
-
-
Constructor Detail
-
ContinuationRunnable
public ContinuationRunnable(T object, int serviceIndex)
Constructs aContinuationService.ContinuationRunnable.- Parameters:
object- theObjectserviceIndex- the service index
-
-