Class ActionRequiredFromApplicationTask

  • All Implemented Interfaces:
    AutoCloseable

    public final class ActionRequiredFromApplicationTask
    extends Object
    implements AutoCloseable
    The type ActionRequiredFromApplicationTask.
    • Method Detail

      • setAsCompleted

        public final void setAsCompleted()
        Sets action as completed.
      • close

        public void close()
                   throws Exception
        Dispose of associated resources. Note: close() must be called in order to release underlying resources held by the object.
        Specified by:
        close in interface AutoCloseable
        Throws:
        Exception