Class AbstractSessionTask

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Session getSession()
      Gets the db the runnable must use.
      boolean isSessionImmutable()
      Returns whether the session is immutable.
      void setSession​(Session session)
      Sets the db.
      Done by SessionTaskDispatcher.
      void setSessionImmutable​(boolean sessionImmutable)
      Sets the session to immutable.
      • Methods inherited from class org.tentackle.task.AbstractTask

        addTaskListener, compareTo, equals, fireCompleted, fireStarted, getCause, getCompleted, getDispatcher, getId, getRepeatInterval, getResult, getScheduledEpochalTime, getStarted, hashCode, isInterruptable, removeTaskListener, setCause, setCompleted, setDispatcher, setId, setRepeatInterval, setResult, setScheduledEpochalTime, setStarted
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run