Class StagingPrecondition

  • All Implemented Interfaces:
    Runnable, Precondition

    public class StagingPrecondition
    extends Object
    implements Precondition, Runnable
    This is a precondition that watches status messages from other instances in order to confirm that a package can be processed. The check will block until a status is found. If no status is received in 60 seconds it will throw an exception.
    • Constructor Detail

      • StagingPrecondition

        public StagingPrecondition()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • run

        public void run()
        Specified by:
        run in interface Runnable