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 TypeMethodDescriptionvoid
Adds the transfer server.void
Delete transfer server.boolean
Gets the active.boolean
Gets the backup.Gets the cluster name.int
Gets the cluster weight.Gets the comment.boolean
Gets the filter.Gets the host for backup.Gets the host for backup name.int
Gets the min filtering count.int
Gets the min replication count.getName()
Gets the name.boolean
Gets the replicate.Gets the transfer servers.int
Gets the volume count.void
setActive
(boolean b) Sets the active.void
setBackup
(boolean b) Sets the backup.void
Sets the cluster name.void
setClusterWeight
(int i) Sets the cluster weight.void
setComment
(String c) Sets the comment.void
setFilter
(boolean b) Sets the filter.void
setHostForBackupName
(String name) Sets the host for backup name.void
setMinFilteringCount
(int i) Sets the min filtering count.void
setMinReplicationCount
(int i) Sets the min replication count.void
Sets the name.void
setReplicate
(boolean b) Sets the replicate.void
setVolumeCount
(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
-