Uses of Class
org.eclipse.persistence.internal.helper.type.IsBuildObjectCompleteOutcome
-
Packages that use IsBuildObjectCompleteOutcome Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.helper.type -
-
Uses of IsBuildObjectCompleteOutcome in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return IsBuildObjectCompleteOutcome Modifier and Type Method Description static IsBuildObjectCompleteOutcomeExplainDeadLockUtil. isBuildObjectOnThreadComplete(ConcurrencyManagerState concurrencyManagerStateDto, Thread thread, Map<Thread,Thread> recursiveSet)This method is nothing more than copy paste code from the algorithmConcurrencyManager.isBuildObjectOnThreadComplete(Thread, Map, List, boolean)We re-write this code to instead of returning true/false return an actual DTO object that can allow our dead lock explanation algorithm to identify the next thread to expand to explain the dead lock. -
Uses of IsBuildObjectCompleteOutcome in org.eclipse.persistence.internal.helper.type
Fields in org.eclipse.persistence.internal.helper.type declared as IsBuildObjectCompleteOutcome Modifier and Type Field Description static IsBuildObjectCompleteOutcomeIsBuildObjectCompleteOutcome. BUILD_OBJECT_IS_COMPLETE_TRUEAlgorithm can return null when it detects that the object is fully built ant the thread should be allowed to progresses.
-