Interface TransferServer

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
TransferServerBean

public interface TransferServer extends ecmwf.web.model.ModelBean
The Interface TransferServer.
  • Method Details Link icon

    • getName Link icon

      String getName()
      Gets the name.
      Returns:
      the name
    • getMaxTransfers Link icon

      int getMaxTransfers()
      Gets the max transfers.
      Returns:
      the max transfers
    • getMaxInactivity Link icon

      int getMaxInactivity()
      Gets the max inactivity.
      Returns:
      the max inactivity
    • getLastUpdate Link icon

      long getLastUpdate()
      Gets the last update.
      Returns:
      the last update
    • getLastUpdateDate Link icon

      Date getLastUpdateDate()
      Gets the last update date.
      Returns:
      the last update date
    • getLastUpdateDuration Link icon

      String getLastUpdateDuration()
      Gets the last update duration.
      Returns:
      the last update duration
    • getActive Link icon

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • getCheck Link icon

      boolean getCheck()
      Gets the check.
      Returns:
      the check
    • getHost Link icon

      String getHost()
      Gets the host.
      Returns:
      the host
    • getPort Link icon

      int getPort()
      Gets the port.
      Returns:
      the port
    • getLoad Link icon

      long getLoad()
      Gets the load.
      Returns:
      the load
    • getDataTransfersToday Link icon

      Collection<DataTransfer> getDataTransfersToday() throws DataFileException
      Gets the data transfers today.
      Returns:
      the data transfers today
      Throws:
      DataFileException - the data file exception
    • getTransferGroup Link icon

      TransferGroup getTransferGroup() throws DataFileException
      Gets the transfer group.
      Returns:
      the transfer group
      Throws:
      DataFileException - the data file exception
    • getTransferGroupName Link icon

      String getTransferGroupName()
      Gets the transfer group name.
      Returns:
      the transfer group name
    • getHostForReplication Link icon

      Host getHostForReplication() throws DataFileException
      Gets the host for replication.
      Returns:
      the host for replication
      Throws:
      DataFileException - the data file exception
    • getHostForReplicationName Link icon

      String getHostForReplicationName()
      Gets the host for replication name.
      Returns:
      the host for replication name
    • getReplicate Link icon

      boolean getReplicate()
      Gets the replicate.
      Returns:
      the replicate
    • setName Link icon

      void setName(String s)
      Sets the name.
      Parameters:
      s - the new name
    • setMaxTransfers Link icon

      void setMaxTransfers(int i)
      Sets the max transfers.
      Parameters:
      i - the new max transfers
    • setMaxInactivity Link icon

      void setMaxInactivity(int i)
      Sets the max inactivity.
      Parameters:
      i - the new max inactivity
    • setLastUpdate Link icon

      void setLastUpdate(int i)
      Sets the last update.
      Parameters:
      i - the new last update
    • setActive Link icon

      void setActive(boolean b)
      Sets the active.
      Parameters:
      b - the new active
    • setCheck Link icon

      void setCheck(boolean b)
      Sets the check.
      Parameters:
      b - the new check
    • setHost Link icon

      void setHost(String s)
      Sets the host.
      Parameters:
      s - the new host
    • setPort Link icon

      void setPort(int i)
      Sets the port.
      Parameters:
      i - the new port
    • setTransferGroupName Link icon

      void setTransferGroupName(String name)
      Sets the transfer group name.
      Parameters:
      name - the new transfer group name
    • setHostForReplicationName Link icon

      void setHostForReplicationName(String name)
      Sets the host for replication name.
      Parameters:
      name - the new host for replication name
    • setReplicate Link icon

      void setReplicate(boolean b)
      Sets the replicate.
      Parameters:
      b - the new replicate
    • getReport Link icon

      String getReport(ecmwf.web.model.users.User u) throws DataFileException
      Gets the report.
      Parameters:
      u - the u
      Returns:
      the report
      Throws:
      DataFileException - the data file exception