Class BinaryDataAbstractCommand

  • All Implemented Interfaces:
    BinaryDataCommand

    public abstract class BinaryDataAbstractCommand
    extends java.lang.Object
    implements BinaryDataCommand
    Abstract code area command class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Default dispose method do nothing.
      void execute()
      Default execution method performs simply redo operation.
      java.util.Optional<java.util.Date> getExecutionTime()
      Returns time of command execution.
      void use()
      Performs update of command use information.
      • Methods inherited from class java.lang.Object

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