Package com.vdoc.sdk.commons.utils.task
Class OrganizationParentRecursiveTask
java.lang.Object
java.util.concurrent.ForkJoinTask<Boolean>
java.util.concurrent.RecursiveTask<Boolean>
com.vdoc.sdk.commons.utils.task.OrganizationParentRecursiveTask
- All Implemented Interfaces:
Serializable,Future<Boolean>
Search if a parent match a name.
Created by famaridon on 27/05/2015.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOrganizationParentRecursiveTask(IOrganization organization, String matchName) Constructor -
Method Summary
Methods inherited from class java.util.concurrent.RecursiveTask
exec, getRawResult, setRawResultMethods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, adaptInterruptible, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, exceptionNow, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, quietlyJoin, quietlyJoinUninterruptibly, reinitialize, resultNow, setForkJoinTaskTag, state, tryUnfork
-
Field Details
-
matchName
-
organization
-
-
Constructor Details
-
OrganizationParentRecursiveTask
Constructor- Parameters:
organization- the organizationmatchName- the match name
-
-
Method Details
-
compute
- Specified by:
computein classRecursiveTask<Boolean>
-