Class ClusteredTaskManager.CleanupContinuation
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredTaskManager.CleanupContinuation
-
- All Implemented Interfaces:
com.oracle.coherence.common.base.Continuation<Object>,ComposableContinuation
- Enclosing class:
- ClusteredTaskManager<T,A,R>
public class ClusteredTaskManager.CleanupContinuation extends Object implements ComposableContinuation
AComposableContinuationto clean up theClusteredTaskManager.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.net.CacheServicef_cacheServiceTheCacheService.protected Stringf_sTaskIdThe task id.
-
Constructor Summary
Constructors Constructor Description CleanupContinuation(com.tangosol.net.CacheService cacheService, String sTaskId)Constructs aClusteredTaskManager.CleanupContinuation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposableContinuationcompose(ComposableContinuation continuation)Composes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.voidproceed(Object o)StringtoString()
-
-
-
Field Detail
-
f_cacheService
protected final com.tangosol.net.CacheService f_cacheService
TheCacheService.
-
f_sTaskId
protected final String f_sTaskId
The task id.
-
-
Constructor Detail
-
CleanupContinuation
public CleanupContinuation(com.tangosol.net.CacheService cacheService, String sTaskId)Constructs aClusteredTaskManager.CleanupContinuation.- Parameters:
cacheService- theCacheServicesTaskId- theTaskidentity
-
-
Method Detail
-
proceed
public void proceed(Object o)
- Specified by:
proceedin interfacecom.oracle.coherence.common.base.Continuation<Object>
-
compose
public ComposableContinuation compose(ComposableContinuation continuation)
Description copied from interface:ComposableContinuationComposes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.- Specified by:
composein interfaceComposableContinuation- Parameters:
continuation- theComposableContinuationto compose- Returns:
- the composed
ComposableContinuation
-
-