|
xmlBlaster 2.2.0 client API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xmlBlaster.util.protocol.email.EmailExecutor.LoopProtection
protected class EmailExecutor.LoopProtection
Use to protect against looping messages
Field Summary | |
---|---|
java.lang.String |
key
|
long |
lastPingRequestId
Ping runs in another thread, we need to protect seperately (an update can legally overtake a ping and vice versa) |
long |
lastRequestId
Use to protect against looping messages, is a monotonous ascending timestamp |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String key
public long lastRequestId
public long lastPingRequestId
|
xmlBlaster 2.2.0 client API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |