Uses of Interface
com.ibm.di.queue.QCallback

Packages that use QCallback
com.ibm.di.queue   
 

Uses of QCallback in com.ibm.di.queue
 

Methods in com.ibm.di.queue with parameters of type QCallback
 void QNotification.register(QCallback a, int purpose)
          register : registers a callback which will be called when memQ is empty/full/data available it is assumed that the callback implements the handle()function
 void MemBufferQ.register(QCallback a, int purpose)
          Registers a callback which will be called when memQ is empty/full/data available it is assumed that the callback implements the handle()function.
 void QNotification.unregister(QCallback a, int purpose)
          unregister : unregisters a callback
 void MemBufferQ.unregister(QCallback a, int purpose)
          unregister : unregisters a callback