Class SchedulerValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.SchedulerValue
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected IntegerThe hos name.protected HostThe host.protected booleanThe scv has requeued.protected intThe scv id.protected LongThe scv last transfer ko.protected LongThe scv last transfer ok.protected BigDecimalThe scv reset time.protected intThe scv start count.Fields inherited from class ecmwf.common.database.DataBaseObjectcollectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new scheduler value.SchedulerValue(int id) Instantiates a new scheduler value.SchedulerValue(String id) Instantiates a new scheduler value.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanEquals.booleanGets the checks for requeued.getHost()Gets the host.Gets the host name.intgetId()Gets the id.Gets the last transfer ko.longgetLastTransferKo(long defaultValue) Gets the last transfer ko.Gets the last transfer ok.longgetLastTransferOk(long defaultValue) Gets the last transfer ok.Gets the reset time.intGets the start count.inthashCode()Hash code.voidsetHasRequeued(boolean param) Sets the checks for requeued.voidsetHasRequeued(String param) Sets the checks for requeued.voidSets the host.voidsetHostName(String param) Sets the host name.voidsetId(int param) Sets the id.voidSets the id.voidsetLastTransferKo(long param) Sets the last transfer ko.voidsetLastTransferKo(Long param) Sets the last transfer ko.voidsetLastTransferOk(long param) Sets the last transfer ok.voidsetLastTransferOk(Long param) Sets the last transfer ok.voidsetResetTime(Timestamp param) Sets the reset time.voidsetStartCount(int param) Sets the start count.voidsetStartCount(String param) Sets the start count.Methods inherited from class ecmwf.common.database.DataBaseObjectbigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
- 
Field Details- 
HOS_NAMEThe hos name.
- 
SCV_HAS_REQUEUEDprotected boolean SCV_HAS_REQUEUEDThe scv has requeued.
- 
SCV_IDprotected int SCV_IDThe scv id.
- 
SCV_LAST_TRANSFER_KOThe scv last transfer ko.
- 
SCV_LAST_TRANSFER_OKThe scv last transfer ok.
- 
SCV_RESET_TIMEThe scv reset time.
- 
SCV_START_COUNTprotected int SCV_START_COUNTThe scv start count.
- 
hostThe host.
 
- 
- 
Constructor Details- 
SchedulerValuepublic SchedulerValue()Instantiates a new scheduler value.
- 
SchedulerValuepublic SchedulerValue(int id) Instantiates a new scheduler value.- Parameters:
- id- the id
 
- 
SchedulerValue
 
- 
- 
Method Details- 
getHostName
- 
setHostName
- 
getHasRequeuedpublic boolean getHasRequeued()Gets the checks for requeued.- Returns:
- the checks for requeued
 
- 
setHasRequeuedpublic void setHasRequeued(boolean param) Sets the checks for requeued.- Parameters:
- param- the new checks for requeued
 
- 
setHasRequeuedSets the checks for requeued.- Parameters:
- param- the new checks for requeued
 
- 
getIdpublic int getId()Gets the id.- Returns:
- the id
 
- 
setIdpublic void setId(int param) Sets the id.- Parameters:
- param- the new id
 
- 
setId
- 
getLastTransferKo
- 
setLastTransferKoSets the last transfer ko.- Parameters:
- param- the new last transfer ko
 
- 
setLastTransferKopublic void setLastTransferKo(long param) Sets the last transfer ko.- Parameters:
- param- the new last transfer ko
 
- 
getLastTransferKopublic long getLastTransferKo(long defaultValue) Gets the last transfer ko.- Parameters:
- defaultValue- the default value
- Returns:
- the last transfer ko
 
- 
getLastTransferOk
- 
setLastTransferOkSets the last transfer ok.- Parameters:
- param- the new last transfer ok
 
- 
setLastTransferOkpublic void setLastTransferOk(long param) Sets the last transfer ok.- Parameters:
- param- the new last transfer ok
 
- 
getLastTransferOkpublic long getLastTransferOk(long defaultValue) Gets the last transfer ok.- Parameters:
- defaultValue- the default value
- Returns:
- the last transfer ok
 
- 
getResetTime
- 
setResetTimeSets the reset time.- Parameters:
- param- the new reset time
 
- 
getStartCountpublic int getStartCount()Gets the start count.- Returns:
- the start count
 
- 
setStartCountpublic void setStartCount(int param) Sets the start count.- Parameters:
- param- the new start count
 
- 
setStartCountSets the start count.- Parameters:
- param- the new start count
 
- 
getHost
- 
setHost
- 
hashCode
- 
equals
 
-