xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.queue.I_QueuePutListener

Packages that use I_QueuePutListener
org.xmlBlaster.client.dispatch   
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.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.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
 

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
 

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
 

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.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.