Interface TransferGroup

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

public interface TransferGroup extends ecmwf.web.model.ModelBean
The Interface TransferGroup.
  • Method Details

    • getHostForBackup

      Host getHostForBackup() throws DataFileException
      Gets the host for backup.
      Returns:
      the host for backup
      Throws:
      DataFileException - the data file exception
    • getHostForBackupName

      String getHostForBackupName()
      Gets the host for backup name.
      Returns:
      the host for backup name
    • setHostForBackupName

      void setHostForBackupName(String name)
      Sets the host for backup name.
      Parameters:
      name - the new host for backup name
    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • getClusterName

      String getClusterName()
      Gets the cluster name.
      Returns:
      the cluster name
    • getComment

      String getComment()
      Gets the comment.
      Returns:
      the comment
    • getActive

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • getReplicate

      boolean getReplicate()
      Gets the replicate.
      Returns:
      the replicate
    • getFilter

      boolean getFilter()
      Gets the filter.
      Returns:
      the filter
    • getBackup

      boolean getBackup()
      Gets the backup.
      Returns:
      the backup
    • setBackup

      void setBackup(boolean b)
      Sets the backup.
      Parameters:
      b - the new backup
    • setVolumeCount

      void setVolumeCount(int param)
      Sets the volume count.
      Parameters:
      param - the new volume count
    • getVolumeCount

      int getVolumeCount()
      Gets the volume count.
      Returns:
      the volume count
    • getMinFilteringCount

      int getMinFilteringCount()
      Gets the min filtering count.
      Returns:
      the min filtering count
    • getClusterWeight

      int getClusterWeight()
      Gets the cluster weight.
      Returns:
      the cluster weight
    • getMinReplicationCount

      int getMinReplicationCount()
      Gets the min replication count.
      Returns:
      the min replication count
    • setName

      void setName(String n)
      Sets the name.
      Parameters:
      n - the new name
    • setClusterName

      void setClusterName(String n)
      Sets the cluster name.
      Parameters:
      n - the new cluster name
    • setComment

      void setComment(String c)
      Sets the comment.
      Parameters:
      c - the new comment
    • setActive

      void setActive(boolean b)
      Sets the active.
      Parameters:
      b - the new active
    • setReplicate

      void setReplicate(boolean b)
      Sets the replicate.
      Parameters:
      b - the new replicate
    • setFilter

      void setFilter(boolean b)
      Sets the filter.
      Parameters:
      b - the new filter
    • setMinFilteringCount

      void setMinFilteringCount(int i)
      Sets the min filtering count.
      Parameters:
      i - the new min filtering count
    • setClusterWeight

      void setClusterWeight(int i)
      Sets the cluster weight.
      Parameters:
      i - the new cluster weight
    • setMinReplicationCount

      void setMinReplicationCount(int i)
      Sets the min replication count.
      Parameters:
      i - the new min replication count
    • getTransferServers

      Collection<TransferServer> getTransferServers() throws DataFileException
      Gets the transfer servers.
      Returns:
      the transfer servers
      Throws:
      DataFileException - the data file exception
    • addTransferServer

      void addTransferServer(TransferServer s)
      Adds the transfer server.
      Parameters:
      s - the s
    • deleteTransferServer

      void deleteTransferServer(TransferServer s)
      Delete transfer server.
      Parameters:
      s - the s