|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SinkException | |
---|---|
org.apache.excalibur.event |
Uses of SinkException in org.apache.excalibur.event |
---|
Subclasses of SinkException in org.apache.excalibur.event | |
---|---|
class |
SinkClosedException
A SinkClosedException is thrown when an enqueue operation occurs on a queue that is already closed. |
class |
SinkFullException
A SinkException is thrown when an enqueue operation occurs on a queue that is already full. |
Methods in org.apache.excalibur.event that throw SinkException | |
---|---|
void |
Sink.enqueue(Object element)
Enqueues the given element onto the Sink. |
void |
Sink.enqueue(Object[] elements)
Given an array of elements, atomically enqueues all of the elements in the array. |
PreparedEnqueue |
Sink.prepareEnqueue(Object[] elements)
Support for transactional enqueue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |