Class InternalDurableTaskWrapper<T extends Serializable,R>
java.lang.Object
org.openspaces.core.executor.internal.InternalSpaceTaskWrapper<T>
org.openspaces.core.executor.internal.InternalDistributedSpaceTaskWrapper<T,R>
org.openspaces.core.executor.internal.InternalDurableTaskWrapper<T,R>
- All Implemented Interfaces:
AsyncResultFilter<T>,AsyncResultsReducer<T,,R> DistributedSpaceTask<T,,R> DurableTask,SpaceTask<T>,SpaceTaskWrapper,SmartExternalizable,Externalizable,Serializable
public class InternalDurableTaskWrapper<T extends Serializable,R>
extends InternalDistributedSpaceTaskWrapper<T,R>
implements DurableTask
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gigaspaces.async.AsyncResultFilter
AsyncResultFilter.Decision -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openspaces.core.executor.internal.InternalDistributedSpaceTaskWrapper
onResult, readExternal, reduce, writeExternalMethods inherited from class org.openspaces.core.executor.internal.InternalSpaceTaskWrapper
execute, getRouting, getSupportCodeChangeAnnotationContainer, getTask, getWrappedTask, setRoutingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
InternalDurableTaskWrapper
public InternalDurableTaskWrapper() -
InternalDurableTaskWrapper
-
-
Method Details
-
cancel
- Specified by:
cancelin interfaceDurableTask- Throws:
Exception
-