|
||||||||||
| 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(java.lang.Object element)
Enqueues the given element onto the Sink. |
void |
Sink.enqueue(java.lang.Object[] elements)
Given an array of elements, atomically enqueues all of the elements in the array. |
PreparedEnqueue |
Sink.prepareEnqueue(java.lang.Object[] elements)
Support for transactional enqueue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||