|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use I_QueuePutListener | |
| org.xmlBlaster.util.dispatch | |
| org.xmlBlaster.util.queue | |
| org.xmlBlaster.util.queue.cache | |
| org.xmlBlaster.util.queue.jdbc | |
| org.xmlBlaster.util.queue.ram | |
| Uses of I_QueuePutListener in org.xmlBlaster.util.dispatch |
| Classes in org.xmlBlaster.util.dispatch that implement I_QueuePutListener | |
class |
DispatchManager
Manages the sending of messages and commands and does error recovery further we communicate with the dispatcher plugin if one is configured. |
| Uses of I_QueuePutListener in org.xmlBlaster.util.queue |
| Methods in org.xmlBlaster.util.queue with parameters of type I_QueuePutListener | |
void |
I_Queue.addPutListener(I_QueuePutListener l)
Register a listener which wants to be informed on put() events. |
void |
I_Queue.removePutListener(I_QueuePutListener l)
Remove the listener which wanted to be informed on put() events. |
| Uses of I_QueuePutListener in org.xmlBlaster.util.queue.cache |
| Fields in org.xmlBlaster.util.queue.cache declared as I_QueuePutListener | |
private I_QueuePutListener |
CacheQueueInterceptorPlugin.putListener
|
| Methods in org.xmlBlaster.util.queue.cache with parameters of type I_QueuePutListener | |
void |
CacheQueueInterceptorPlugin.addPutListener(I_QueuePutListener l)
|
void |
CacheQueueInterceptorPlugin.removePutListener(I_QueuePutListener l)
|
| Uses of I_QueuePutListener in org.xmlBlaster.util.queue.jdbc |
| Fields in org.xmlBlaster.util.queue.jdbc declared as I_QueuePutListener | |
private I_QueuePutListener |
JdbcQueue.putListener
|
private I_QueuePutListener |
JdbcQueueCommonTablePlugin.putListener
|
| Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_QueuePutListener | |
void |
JdbcQueue.addPutListener(I_QueuePutListener l)
|
void |
JdbcQueue.removePutListener(I_QueuePutListener l)
|
void |
JdbcQueueCommonTablePlugin.addPutListener(I_QueuePutListener l)
|
void |
JdbcQueueCommonTablePlugin.removePutListener(I_QueuePutListener l)
|
| Uses of I_QueuePutListener in org.xmlBlaster.util.queue.ram |
| Fields in org.xmlBlaster.util.queue.ram declared as I_QueuePutListener | |
private I_QueuePutListener |
RamQueuePlugin.putListener
|
| Methods in org.xmlBlaster.util.queue.ram with parameters of type I_QueuePutListener | |
void |
RamQueuePlugin.addPutListener(I_QueuePutListener l)
|
void |
RamQueuePlugin.removePutListener(I_QueuePutListener l)
|
|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||