Class SecondaryLaunchFinishCondition

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Boolean>

    public class SecondaryLaunchFinishCondition
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Boolean>
    Condition which designed to wait for all secondary launches finished (true), or at least one launch finished (false).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecondaryLaunchFinishCondition

        public SecondaryLaunchFinishCondition​(LaunchIdLock launchIdLock,
                                              java.lang.String selfUuid)
    • Method Detail

      • call

        public java.lang.Boolean call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Boolean>