Uses of Class
org.hotswap.agent.util.test.WaitHelper.ResultHolder
-
Packages that use WaitHelper.ResultHolder Package Description org.hotswap.agent.util.test -
-
Uses of WaitHelper.ResultHolder in org.hotswap.agent.util.test
Methods in org.hotswap.agent.util.test with parameters of type WaitHelper.ResultHolder Modifier and Type Method Description static booleanWaitHelper. waitForResult(WaitHelper.ResultHolder resultHolder)Wait for result set to true by another thread in resultHolder.static booleanWaitHelper. waitForResult(WaitHelper.ResultHolder resultHolder, int timeout)Wait for result set to true by another thread in resultHolder.
-