Interface DestinationStatus

All Superinterfaces:
ecmwf.web.model.ModelBean, MonitoringStatus
All Known Implementing Classes:
DestinationStatusBean

public interface DestinationStatus extends MonitoringStatus
The Interface DestinationStatus.
  • Method Details

    • getQueueSize

      int getQueueSize()
      Gets the queue size.
      Returns:
      the queue size
    • setQueueSize

      void setQueueSize(int i)
      Sets the queue size.
      Parameters:
      i - the new queue size
    • getStatus

      String getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      void setStatus(String s)
      Sets the status.
      Parameters:
      s - the new status
    • getBigSisterStatus

      int getBigSisterStatus()
      Gets the big sister status.
      Returns:
      the big sister status
    • setBigSisterStatus

      void setBigSisterStatus(int i)
      Sets the big sister status.
      Parameters:
      i - the new big sister status
    • getBigSisterStatusComment

      String getBigSisterStatusComment()
      Gets the big sister status comment.
      Returns:
      the big sister status comment
    • setBigSisterStatusComment

      void setBigSisterStatusComment(String s)
      Sets the big sister status comment.
      Parameters:
      s - the new big sister status comment
    • getLastTransfer

      DataTransfer getLastTransfer()
      Gets the last transfer.
      Returns:
      the last transfer
    • setLastTransfer

      void setLastTransfer(DataTransfer t)
      Sets the last transfer.
      Parameters:
      t - the new last transfer
    • getBadDataTransfersSize

      int getBadDataTransfersSize()
      Gets the bad data transfers size.
      Returns:
      the bad data transfers size
    • setBadDataTransfersSize

      void setBadDataTransfersSize(int i)
      Sets the bad data transfers size.
      Parameters:
      i - the new bad data transfers size
    • getUsingInternet

      boolean getUsingInternet()
      Gets the using internet.
      Returns:
      If the main host is using internet or something else.
    • getPrimaryHost

      Host getPrimaryHost()
      Gets the primary host.
      Returns:
      the primary host
    • setPrimaryHost

      void setPrimaryHost(Host h)
      Sets the primary host.
      Parameters:
      h - the new primary host
    • getCurrentlyUsedHostName

      String getCurrentlyUsedHostName()
      Gets the currently used host name.
      Returns:
      the currently used host name
    • setCurrentlyUsedHostName

      void setCurrentlyUsedHostName(String h)
      Sets the currently used host name.
      Parameters:
      h - the new currently used host name
    • isUsingPrimaryHost

      boolean isUsingPrimaryHost()
      Checks if is using primary host.
      Returns:
      true, if is using primary host
    • getCalculationDate

      Date getCalculationDate()
      When was updated this information.
      Returns:
      the calculation date
    • setCalculationDate

      void setCalculationDate(Date d)
      Sets the calculation date.
      Parameters:
      d - the new calculation date
    • getMonitoringDate

      Date getMonitoringDate()
      The day we are monitoring.
      Returns:
      the monitoring date
    • setMonitoringDate

      void setMonitoringDate(Date d)
      Sets the monitoring date.
      Parameters:
      d - the new monitoring date