|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.client.UpdateDispatcher.CallbackInfo
Inner helper class to hold ACK/NAK state of subscriptions. We need this to be able to garbage collect map entries on reconnect to a different session.
| Field Summary | |
(package private) boolean |
ack
|
(package private) I_Callback |
callback
|
(package private) boolean |
persistent
|
| Constructor Summary | |
(package private) |
UpdateDispatcher.CallbackInfo(I_Callback callback,
boolean persistent)
|
| Method Summary | |
(package private) boolean |
isPersistent()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
I_Callback callback
boolean persistent
boolean ack
| Constructor Detail |
UpdateDispatcher.CallbackInfo(I_Callback callback,
boolean persistent)
| Method Detail |
boolean isPersistent()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||