Uses of Class
org.eclipse.persistence.internal.helper.type.IsBuildObjectCompleteOutcome
Packages that use IsBuildObjectCompleteOutcome
Package
Description
-
Uses of IsBuildObjectCompleteOutcome in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return IsBuildObjectCompleteOutcomeModifier and TypeMethodDescriptionstatic 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 IsBuildObjectCompleteOutcomeModifier and TypeFieldDescriptionstatic final 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.