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 Summary
Modifier and TypeMethodDescriptionvoidAdds the transfer server.voidDelete transfer server.booleanGets the active.booleanGets the backup.Gets the cluster name.intGets the cluster weight.Gets the comment.booleanGets the filter.Gets the host for backup.Gets the host for backup name.intGets the min filtering count.intGets the min replication count.getName()Gets the name.booleanGets the replicate.Gets the transfer servers.intGets the volume count.voidsetActive(boolean b) Sets the active.voidsetBackup(boolean b) Sets the backup.voidSets the cluster name.voidsetClusterWeight(int i) Sets the cluster weight.voidsetComment(String c) Sets the comment.voidsetFilter(boolean b) Sets the filter.voidsetHostForBackupName(String name) Sets the host for backup name.voidsetMinFilteringCount(int i) Sets the min filtering count.voidsetMinReplicationCount(int i) Sets the min replication count.voidSets the name.voidsetReplicate(boolean b) Sets the replicate.voidsetVolumeCount(int param) Sets the volume count.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getHostForBackup
Gets the host for backup.- Returns:
- the host for backup
- Throws:
DataFileException- the data file exception
-
getHostForBackupName
-
setHostForBackupName
Sets the host for backup name.- Parameters:
name- the new host for backup name
-
getName
-
getClusterName
-
getComment
-
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
-
setClusterName
-
setComment
-
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
Gets the transfer servers.- Returns:
- the transfer servers
- Throws:
DataFileException- the data file exception
-
addTransferServer
-
deleteTransferServer
-