Uses of Interface
com.ibm.di.queue.QCallback
-
Packages that use QCallback Package Description com.ibm.di.queue Provides classes for the Security Verify Directory Integrator memory queue. -
-
Uses of QCallback in com.ibm.di.queue
Methods in com.ibm.di.queue with parameters of type QCallback Modifier and Type Method Description 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()functionvoid
QNotification. unregister(QCallback a, int purpose)
unregister : unregisters a callback
-