|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
org.apache.excalibur.event | |
org.apache.excalibur.event.command | |
org.apache.excalibur.event.impl |
Uses of Source in org.apache.excalibur.event |
Subinterfaces of Source in org.apache.excalibur.event | |
interface |
Queue
A Source implements the side of an event queue where QueueElements are dequeued operations only. |
Methods in org.apache.excalibur.event with parameters of type Source | |
void |
DequeueInterceptor.before(Source context)
An operation executed before dequeing events from the queue. |
void |
DequeueInterceptor.after(Source context)
An operation executed after dequeing events from the queue. |
Uses of Source in org.apache.excalibur.event.command |
Methods in org.apache.excalibur.event.command that return Source | |
Source |
TPSPThreadManager.SourceRunner.getSource()
Get a reference to the Source. |
Source[] |
CommandManager.getSources()
Used by the Threadmanager to get the sources that are feeding the CommandManager. |
Source[] |
EventPipeline.getSources()
There can be many different sources to merge into a pipeline. |
Methods in org.apache.excalibur.event.command with parameters of type Source | |
void |
TPSPThreadManager.SourceDequeueInterceptor.before(Source context)
An operation executed before dequeing events from the queue. |
void |
TPSPThreadManager.SourceDequeueInterceptor.after(Source context)
An operation executed after dequeing events from the queue. |
Constructors in org.apache.excalibur.event.command with parameters of type Source | |
TPSPThreadManager.SourceRunner(Source source,
EventHandler handler)
Create a new SourceRunner. |
Uses of Source in org.apache.excalibur.event.impl |
Classes in org.apache.excalibur.event.impl that implement Source | |
class |
AbstractQueue
Provides the base functionality for the other Queue types. |
class |
DefaultQueue
The default queue implementation is a variable size queue. |
class |
FixedSizeQueue
Deprecated. Use the DefaultQueue as it properly supports the EnqueuePredicates |
Methods in org.apache.excalibur.event.impl with parameters of type Source | |
void |
NullDequeueInterceptor.before(Source context)
An operation executed before dequeing events from the queue. |
void |
NullDequeueInterceptor.after(Source context)
An operation executed after dequeing events from the queue. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |