|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmessageProcessor.ReplayDetection
class ReplayDetection
Detects whether a message has already been processed, or not. Detection is done using timestamps and hash tables.
This class is thread-safe (but parallel execution won't increase performance).
Constructor Summary | |
---|---|
protected |
ReplayDetection()
Loads values from property file and initializes hash tables. |
Method Summary | |
---|---|
protected boolean |
isReplay(BasicMessage basicMessage)
Detects whether a message has already been processed, or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ReplayDetection()
Method Detail |
---|
protected boolean isReplay(BasicMessage basicMessage)
basicMessage
- The message to be checked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |