Glossary:
com.pcbsys.nirvana.client.nChannelWatcher Interface Reference
This interface extends the nEventListener interface and also provides the ability to receive callbacks for purged events as well as events published on a specific channel or queue. More...
Inheritance diagram for com.pcbsys.nirvana.client.nChannelWatcher:

Public Member Functions | |
| void | purge (long startEID, long endEID, String filter) |
| This function is called when events are purged from the channel or queue. | |
Detailed Description
This interface extends the nEventListener interface and also provides the ability to receive callbacks for purged events as well as events published on a specific channel or queue.The purge callback is called when an event has been purged from the channel or queue.
Member Function Documentation
| void com.pcbsys.nirvana.client.nChannelWatcher.purge | ( | long | startEID, | |
| long | endEID, | |||
| String | filter | |||
| ) |
This function is called when events are purged from the channel or queue.
- Parameters:
-
startEID The starting range of the purge event endEID The ending range of the purge event filter A filter if supplied
