Interface CommandProgress

All Superinterfaces:
ProgressStatus, Serializable

public interface CommandProgress extends ProgressStatus
Base interface of progress status implementation. Provides information about overall progress.
Author:
mmares
  • Field Details

  • Method Details

    • getEndTime

      Date getEndTime()
      Timestamp of command complete event or null for running command
    • getStartTime

      Date getStartTime()
      Timestamp of command creation
    • createMirroringChild

      ProgressStatusMirroringImpl createMirroringChild(int allocatedSteps)
      Creates child for mirroring (supplemental commands)
    • getId

      String getId()
      Unique id of this command
      Specified by:
      getId in interface ProgressStatus
    • getName

      String getName()
    • computeCompletePortion

      float computeCompletePortion()
    • getLastMessage

      String getLastMessage()
    • setEventBroker

      void setEventBroker(AdminCommandEventBroker eventBroker)
    • computeSumSteps

      int computeSumSteps()
    • isSpinnerActive

      boolean isSpinnerActive()