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 Summary
Modifier and TypeMethodDescriptionboolean
Gets the active.boolean
getCheck()
Gets the check.Gets the data transfers today.getHost()
Gets the host.Gets the host for replication.Gets the host for replication name.long
Gets the last update.Gets the last update date.Gets the last update duration.long
getLoad()
Gets the load.int
Gets the max inactivity.int
Gets the max transfers.getName()
Gets the name.int
getPort()
Gets the port.boolean
Gets the replicate.getReport
(ecmwf.web.model.users.User u) Gets the report.Gets the transfer group.Gets the transfer group name.void
setActive
(boolean b) Sets the active.void
setCheck
(boolean b) Sets the check.void
Sets the host.void
Sets the host for replication name.void
setLastUpdate
(int i) Sets the last update.void
setMaxInactivity
(int i) Sets the max inactivity.void
setMaxTransfers
(int i) Sets the max transfers.void
Sets the name.void
setPort
(int i) Sets the port.void
setReplicate
(boolean b) Sets the replicate.void
setTransferGroupName
(String name) Sets the transfer group name.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getName
-
getMaxTransfers
int getMaxTransfers()Gets the max transfers.- Returns:
- the max transfers
-
getMaxInactivity
int getMaxInactivity()Gets the max inactivity.- Returns:
- the max inactivity
-
getLastUpdate
long getLastUpdate()Gets the last update.- Returns:
- the last update
-
getLastUpdateDate
-
getLastUpdateDuration
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
getCheck
boolean getCheck()Gets the check.- Returns:
- the check
-
getHost
-
getPort
int getPort()Gets the port.- Returns:
- the port
-
getLoad
long getLoad()Gets the load.- Returns:
- the load
-
getDataTransfersToday
Gets the data transfers today.- Returns:
- the data transfers today
- Throws:
DataFileException
- the data file exception
-
getTransferGroup
Gets the transfer group.- Returns:
- the transfer group
- Throws:
DataFileException
- the data file exception
-
getTransferGroupName
-
getHostForReplication
Gets the host for replication.- Returns:
- the host for replication
- Throws:
DataFileException
- the data file exception
-
getHostForReplicationName
String getHostForReplicationName()Gets the host for replication name.- Returns:
- the host for replication name
-
getReplicate
boolean getReplicate()Gets the replicate.- Returns:
- the replicate
-
setName
-
setMaxTransfers
void setMaxTransfers(int i) Sets the max transfers.- Parameters:
i
- the new max transfers
-
setMaxInactivity
void setMaxInactivity(int i) Sets the max inactivity.- Parameters:
i
- the new max inactivity
-
setLastUpdate
void setLastUpdate(int i) Sets the last update.- Parameters:
i
- the new last update
-
setActive
void setActive(boolean b) Sets the active.- Parameters:
b
- the new active
-
setCheck
void setCheck(boolean b) Sets the check.- Parameters:
b
- the new check
-
setHost
-
setPort
void setPort(int i) Sets the port.- Parameters:
i
- the new port
-
setTransferGroupName
Sets the transfer group name.- Parameters:
name
- the new transfer group name
-
setHostForReplicationName
Sets the host for replication name.- Parameters:
name
- the new host for replication name
-
setReplicate
void setReplicate(boolean b) Sets the replicate.- Parameters:
b
- the new replicate
-
getReport
Gets the report.- Parameters:
u
- the u- Returns:
- the report
- Throws:
DataFileException
- the data file exception
-