- getAttachment() - Method in interface org.apache.excalibur.event.Message
-
Get the attachment associated with this Message.
- getCause() - Method in exception org.apache.excalibur.event.SinkException
-
Retrieve root cause of the exception.
- getCreatedClass() - Method in interface org.apache.excalibur.mpool.ObjectFactory
-
Get the class of the object you are creating.
- getDelayInterval() - Method in interface org.apache.excalibur.event.command.DelayedCommand
-
Sets the initial delay for the Command.
- getDequeueInterceptor() - Method in interface org.apache.excalibur.event.Queue
-
Return the dequeue executable for this sink.
- getEnqueuePredicate() - Method in interface org.apache.excalibur.event.Queue
-
Return the enqueue predicate for this sink.
- getEventHandler() - Method in interface org.apache.excalibur.event.command.EventPipeline
-
Returns the reference to the EventHandler that the events from all the
Sinks get merged into.
- getManagedPool(ObjectFactory, int) - Method in interface org.apache.excalibur.mpool.PoolManager
-
Return a managed pool that has a controller.
- getNumberOfRepeats() - Method in interface org.apache.excalibur.event.command.RepeatedCommand
-
If the value is less than 1 (0 or negative), the command repeats for
as long as the CommandManager is running.
- getRepeatInterval() - Method in interface org.apache.excalibur.event.command.RepeatedCommand
-
Gets the repeat interval so that the CommandQueue keeps it for the
specified amount of time before enqueuing it again.
- getSources() - Method in interface org.apache.excalibur.event.command.EventPipeline
-
There can be many different sources to merge into a pipeline.
- grow(int, long) - Method in interface org.apache.excalibur.mpool.ManagablePool
-
Grow by the specified amount.
- setDequeueInterceptor(DequeueInterceptor) - Method in interface org.apache.excalibur.event.Queue
-
Set the dequeue executable for this sink.
- setEnqueuePredicate(EnqueuePredicate) - Method in interface org.apache.excalibur.event.Queue
-
Set the enqueue predicate for this sink.
- setTimeout(long) - Method in interface org.apache.excalibur.event.Source
-
Sets the timeout on a blocking Source.
- shrink(int, long) - Method in interface org.apache.excalibur.mpool.ManagablePool
-
Shrink the pool by the specified amount.
- Signal - Interface in org.apache.excalibur.event
-
A Signal is a specific type of queue element that denotes a Control code for
the Queue system.
- Sink - Interface in org.apache.excalibur.event
-
A Sink implements the end of a finite-length event queue where
elements are enqueued.
- SinkClosedException - Exception in org.apache.excalibur.event
-
A SinkClosedException is thrown when an enqueue operation occurs on a
queue that is already closed.
- SinkClosedException(String) - Constructor for exception org.apache.excalibur.event.SinkClosedException
-
Create a SinkClosedException with an associated message.
- SinkClosedException(String, Throwable) - Constructor for exception org.apache.excalibur.event.SinkClosedException
-
Create a SinkClosedException with an associated message
and the original exception that caused the problem.
- SinkException - Exception in org.apache.excalibur.event
-
A SourceException is thrown when an enqueue operation fails.
- SinkException(String) - Constructor for exception org.apache.excalibur.event.SinkException
-
Construct a new SinkException instance.
- SinkException(String, Throwable) - Constructor for exception org.apache.excalibur.event.SinkException
-
Construct a new SinkException instance.
- SinkFullException - Exception in org.apache.excalibur.event
-
A SinkException is thrown when an enqueue operation occurs on a queue that
is already full.
- SinkFullException(String) - Constructor for exception org.apache.excalibur.event.SinkFullException
-
Create a SinkFullException with an associated message.
- SinkFullException(String, Throwable) - Constructor for exception org.apache.excalibur.event.SinkFullException
-
Create a SinkClosedException with an associated message
and the original exception that caused the problem.
- size() - Method in interface org.apache.excalibur.event.Sink
-
Returns the number of elements waiting in this Sink.
- size() - Method in interface org.apache.excalibur.event.Source
-
Returns the number of elements waiting in this Source.
- size(long) - Method in interface org.apache.excalibur.mpool.ManagablePool
-
Determine the pool's current size.
- Source - Interface in org.apache.excalibur.event
-
A Source implements the side of an event queue where QueueElements are
dequeued operations only.