Interface DestinationStatus
- All Superinterfaces:
ecmwf.web.model.ModelBean,MonitoringStatus
- All Known Implementing Classes:
DestinationStatusBean
The Interface DestinationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the bad data transfers size.intGets 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.intGets the queue size.Gets the status.booleanGets the using internet.booleanChecks if is using primary host.voidsetBadDataTransfersSize(int i) Sets the bad data transfers size.voidsetBigSisterStatus(int i) Sets the big sister status.voidSets the big sister status comment.voidSets the calculation date.voidSets the currently used host name.voidSets the last transfer.voidSets the monitoring date.voidSets the primary host.voidsetQueueSize(int i) Sets the queue size.voidSets the status.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setIdMethods 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
-