Klasse MBeanOperationResultView.OperationBackgroundTask

java.lang.Object
io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
de.bytestore.hostinger.view.MBeanOperationResultView.OperationBackgroundTask
Umschließende Klasse:
MBeanOperationResultView

protected class MBeanOperationResultView.OperationBackgroundTask extends io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jmix.flowui.backgroundtask.BackgroundTask

    io.jmix.flowui.backgroundtask.BackgroundTask.ProgressListener<T,V>, io.jmix.flowui.backgroundtask.BackgroundTask.ProgressListenerAdapter<T,V>
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
    OperationBackgroundTask(long timeoutSeconds, io.jmix.flowui.view.View<?> view)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    done(Object res)
     
    boolean
     
    boolean
     
    run(io.jmix.flowui.backgroundtask.TaskLifeCycle<Long> taskLifeCycle)
     
    protected void
    showResult(String resultMessage)
     

    Von Klasse geerbte Methoden io.jmix.flowui.backgroundtask.BackgroundTask

    addProgressListener, canceled, getOwnerView, getParams, getProgressListeners, getTimeoutMilliseconds, getTimeoutSeconds, progress, removeProgressListener

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • OperationBackgroundTask

      protected OperationBackgroundTask(long timeoutSeconds, io.jmix.flowui.view.View<?> view)
  • Methodendetails

    • run

      public Object run(io.jmix.flowui.backgroundtask.TaskLifeCycle<Long> taskLifeCycle)
      Angegeben von:
      run in Klasse io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
    • done

      public void done(Object res)
      Setzt außer Kraft:
      done in Klasse io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
    • handleException

      public boolean handleException(Exception ex)
      Setzt außer Kraft:
      handleException in Klasse io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
    • handleTimeoutException

      public boolean handleTimeoutException()
      Setzt außer Kraft:
      handleTimeoutException in Klasse io.jmix.flowui.backgroundtask.BackgroundTask<Long,Object>
    • showResult

      protected void showResult(String resultMessage)