|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Member |
getAddress()
Get the address that this message originated from. |
long |
getTimestamp()
Timestamp message |
java.lang.String |
getUniqueId()
Each message must have a unique ID, in case of using async replication, and a smart queue, this id is used to replace messages not yet sent |
void |
setAddress(Member member)
Called by the cluster before sending it to the other nodes |
void |
setTimestamp(long timestamp)
Called by the cluster before sending out the message |
Method Detail |
public Member getAddress()
public void setAddress(Member member)
member
- Memberpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- longpublic java.lang.String getUniqueId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |