Class WaitFor


  • public abstract class WaitFor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WaitFor()  
      protected WaitFor​(long timeoutMs)  
      protected WaitFor​(long timeoutMs, long pollIntervalMs)  
      protected WaitFor​(java.lang.String optionalWatchDogName, long timeoutMs)  
    • Constructor Detail

      • WaitFor

        protected WaitFor()
      • WaitFor

        protected WaitFor​(@Nullable
                          java.lang.String optionalWatchDogName,
                          long timeoutMs)
      • WaitFor

        protected WaitFor​(long timeoutMs)
      • WaitFor

        protected WaitFor​(long timeoutMs,
                          long pollIntervalMs)
    • Method Detail

      • dumpStack

        protected void dumpStack()
      • condition

        protected abstract boolean condition()
      • isConditionMet

        public boolean isConditionMet()