Interface AdminCommandState

All Known Subinterfaces:
Job

public interface AdminCommandState
Author:
Martin Mares, Bhakti Mehta
  • Field Details

  • Method Details

    • getState

    • complete

      void complete(ActionReport actionReport)
      Completes whole progress and records result
      Parameters:
      actionReport - result message
    • getActionReport

      ActionReport getActionReport()
    • isOutboundPayloadEmpty

      boolean isOutboundPayloadEmpty()
      Are there data in outbound payload or not.
    • getId

      String getId()