Class DeletedWhileEnqueuedConcurrentStateChange
- java.lang.Object
-
- cn.boboweike.carrot.server.concurrent.statechanges.AbstractAllowedConcurrentStateChange
-
- cn.boboweike.carrot.server.concurrent.statechanges.DeletedWhileEnqueuedConcurrentStateChange
-
- All Implemented Interfaces:
AllowedConcurrentStateChange
public class DeletedWhileEnqueuedConcurrentStateChange extends AbstractAllowedConcurrentStateChange
Needed for tasks that go from scheduled state to enqueued state while the task was already deleted.
-
-
Constructor Summary
Constructors Constructor Description DeletedWhileEnqueuedConcurrentStateChange()
-
Method Summary
-
Methods inherited from class cn.boboweike.carrot.server.concurrent.statechanges.AbstractAllowedConcurrentStateChange
matches, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.boboweike.carrot.server.concurrent.statechanges.AllowedConcurrentStateChange
matches
-
-