Interface DestinationStatus
- All Superinterfaces:
ecmwf.web.model.ModelBean
,MonitoringStatus
- All Known Implementing Classes:
DestinationStatusBean
The Interface DestinationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the bad data transfers size.int
Gets the big sister status.Gets the big sister status comment.When was updated this information.Gets the currently used host name.Gets the last transfer.The day we are monitoring.Gets the primary host.int
Gets the queue size.Gets the status.boolean
Gets the using internet.boolean
Checks if is using primary host.void
setBadDataTransfersSize
(int i) Sets the bad data transfers size.void
setBigSisterStatus
(int i) Sets the big sister status.void
Sets the big sister status comment.void
Sets the calculation date.void
Sets the currently used host name.void
Sets the last transfer.void
Sets the monitoring date.void
Sets the primary host.void
setQueueSize
(int i) Sets the queue size.void
Sets the status.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
Methods inherited from interface ecmwf.ecpds.master.plugin.http.model.monitoring.MonitoringStatus
getArrivalStatus, getRealTimeArrivalStatus, getRealTimeTransferStatus, getTransferStatus, isCalculated, isPresent, setArrivalStatus, setCalculated, setPresent, setRealTimeArrivalStatus, setRealTimeTransferStatus, setTransferStatus
-
Method Details
-
getQueueSize
int getQueueSize()Gets the queue size.- Returns:
- the queue size
-
setQueueSize
void setQueueSize(int i) Sets the queue size.- Parameters:
i
- the new queue size
-
getStatus
-
setStatus
-
getBigSisterStatus
int getBigSisterStatus()Gets the big sister status.- Returns:
- the big sister status
-
setBigSisterStatus
void setBigSisterStatus(int i) Sets the big sister status.- Parameters:
i
- the new big sister status
-
getBigSisterStatusComment
String getBigSisterStatusComment()Gets the big sister status comment.- Returns:
- the big sister status comment
-
setBigSisterStatusComment
Sets the big sister status comment.- Parameters:
s
- the new big sister status comment
-
getLastTransfer
-
setLastTransfer
-
getBadDataTransfersSize
int getBadDataTransfersSize()Gets the bad data transfers size.- Returns:
- the bad data transfers size
-
setBadDataTransfersSize
void setBadDataTransfersSize(int i) Sets the bad data transfers size.- Parameters:
i
- the new bad data transfers size
-
getUsingInternet
boolean getUsingInternet()Gets the using internet.- Returns:
- If the main host is using internet or something else.
-
getPrimaryHost
-
setPrimaryHost
-
getCurrentlyUsedHostName
String getCurrentlyUsedHostName()Gets the currently used host name.- Returns:
- the currently used host name
-
setCurrentlyUsedHostName
Sets the currently used host name.- Parameters:
h
- the new currently used host name
-
isUsingPrimaryHost
boolean isUsingPrimaryHost()Checks if is using primary host.- Returns:
- true, if is using primary host
-
getCalculationDate
-
setCalculationDate
-
getMonitoringDate
-
setMonitoringDate
-