|
xmlBlaster 2.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of I_QueuePutListener in org.xmlBlaster.client.dispatch |
|---|
| Classes in org.xmlBlaster.client.dispatch that implement I_QueuePutListener | |
|---|---|
class |
ClientDispatchManager
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.engine.dispatch |
|---|
| Classes in org.xmlBlaster.engine.dispatch that implement I_QueuePutListener | |
|---|---|
class |
ServerDispatchManager
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.dispatch |
|---|
| Subinterfaces of I_QueuePutListener in org.xmlBlaster.util.dispatch | |
|---|---|
interface |
I_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 |
JdbcQueueCommonTablePlugin.addPutListener(I_QueuePutListener l)
|
void |
JdbcQueue.removePutListener(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 2.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||