Klasse BaseFuture

java.lang.Object
ch.nolix.core.programcontrol.future.BaseFuture
Alle implementierten Schnittstellen:
IFuture, FinishRequestable
Bekannte direkte Unterklassen:
Future, ImageGenerator, ResultFuture

public abstract class BaseFuture extends Object implements IFuture
Version:
2022-06-18
Autor:
Silvan Wyss
  • Konstruktordetails

    • BaseFuture

      public BaseFuture()
  • Methodendetails

    • isFinishedSuccessfully

      public final boolean isFinishedSuccessfully()
      Angegeben von:
      isFinishedSuccessfully in Schnittstelle IFuture
      Gibt zurück:
      true if the current IFuture is finished successfully.
    • isFinishedWithError

      public final boolean isFinishedWithError()
      Angegeben von:
      isFinishedWithError in Schnittstelle IFuture
      Gibt zurück:
      true if the current IFuture is finished with an error.
    • waitUntilIsFinishedSuccessfully

      public final void waitUntilIsFinishedSuccessfully()
      Lets the current IFuture wait until it is finished successfully.
      Angegeben von:
      waitUntilIsFinishedSuccessfully in Schnittstelle IFuture
    • waitUntilIsFinishedSuccessfully

      public final void waitUntilIsFinishedSuccessfully(int timeoutInMilliseconds)
      Lets the current IFuture wait until it is finished successfully within the given timeoutInMilliseconds.
      Angegeben von:
      waitUntilIsFinishedSuccessfully in Schnittstelle IFuture
      Parameter:
      timeoutInMilliseconds -