Class TimesyncRequest
java.lang.Object
org.openwms.common.comm.osip.Payload
org.openwms.common.comm.osip.synq.TimesyncRequest
- All Implemented Interfaces:
- Serializable
A TimesyncRequest.
- Author:
- Heiko Scherrer
- See Also:
- 
Field SummaryFieldsFields inherited from class org.openwms.common.comm.osip.PayloadDATE_LENGTH, ERROR_CODE_LENGTH, MESSAGE_IDENTIFIER_LENGTH
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanUse all fields.Subclasses have to return an unique, case-sensitive message identifier.inthashCode()Use all fields.booleanDoes this type of message needs to be replied to?voidsetSenderTimer(Date senderTimer) toString()Use all fields.Methods inherited from class org.openwms.common.comm.osip.Payloadexists, getCreated, getErrorCode, getHeader, hasErrorCode, setCreated, setErrorCode, setHeader
- 
Field Details- 
IDENTIFIERMessage identifier "SYNQ" .- See Also:
 
- 
senderTimer
 
- 
- 
Constructor Details- 
TimesyncRequestpublic TimesyncRequest()
 
- 
- 
Method Details- 
setSenderTimer
- 
getSenderTimer
- 
getMessageIdentifierSubclasses have to return an unique, case-sensitive message identifier.- Specified by:
- getMessageIdentifierin class- Payload
- Returns:
- The message TYPE field (see OSIP specification)
 
- 
isWithoutReplypublic boolean isWithoutReply()Does this type of message needs to be replied to?- Specified by:
- isWithoutReplyin class- Payload
- Returns:
- true no reply needed, otherwise false
 
- 
equalsUse all fields. Use all fields.
- 
hashCodepublic int hashCode()Use all fields. Use all fields.
- 
toStringUse all fields. Use all fields.
 
-