|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface specifies an object storing a HostInfoMessage and a timestamp indicating when the HostInfoMessage has been received the last time.
Method Summary | |
IHostInfoMessage |
getHostInfoMessage()
Returns the HostInfoMessage encapsulated by this object. |
long |
getTimestamp()
Retrieve the timestamp of the last update of the HostInfoMessage encapsulated by this object. |
void |
setHostInfoMessage(IHostInfoMessage msg)
Sets the HostInfoMessage encapsulated by this object to a new value. |
void |
setTimestamp(long timestamp)
Sets the timestamp of the last update of the HostInfoMessage encapsulated by this object. |
Method Detail |
public IHostInfoMessage getHostInfoMessage()
public void setHostInfoMessage(IHostInfoMessage msg)
msg
- IHostInfoMessage
public long getTimestamp()
long
timestamppublic void setTimestamp(long timestamp)
timestamp
- long
timestamp of the last update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |