|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DequeueInterceptor | |
| org.apache.excalibur.event | |
| org.apache.excalibur.event.command | |
| org.apache.excalibur.event.impl | |
| Uses of DequeueInterceptor in org.apache.excalibur.event |
| Methods in org.apache.excalibur.event that return DequeueInterceptor | |
DequeueInterceptor |
Queue.getDequeueInterceptor()
Return the dequeue executable for this sink. |
| Methods in org.apache.excalibur.event with parameters of type DequeueInterceptor | |
void |
Queue.setDequeueInterceptor(DequeueInterceptor executable)
Set the dequeue executable for this sink. |
| Uses of DequeueInterceptor in org.apache.excalibur.event.command |
| Classes in org.apache.excalibur.event.command that implement DequeueInterceptor | |
protected static class |
TPSPThreadManager.SourceDequeueInterceptor
This is used to plug into Queues so that we can intercept calls to the dequeue operation. |
| Uses of DequeueInterceptor in org.apache.excalibur.event.impl |
| Classes in org.apache.excalibur.event.impl that implement DequeueInterceptor | |
class |
NullDequeueInterceptor
The dequeue executable interface describes operations that are executed before and after elements are pulled from a queue. |
| Fields in org.apache.excalibur.event.impl declared as DequeueInterceptor | |
protected DequeueInterceptor |
AbstractQueue.m_interceptor
|
| Methods in org.apache.excalibur.event.impl that return DequeueInterceptor | |
DequeueInterceptor |
AbstractQueue.getDequeueInterceptor()
Return the dequeue executable for this sink. |
| Methods in org.apache.excalibur.event.impl with parameters of type DequeueInterceptor | |
void |
AbstractQueue.setDequeueInterceptor(DequeueInterceptor executable)
Set the dequeue executable for this sink. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||