org.apache.avalon.excalibur.event
Interface Queue

All Superinterfaces:
Sink, Source
All Known Implementing Classes:
AbstractQueue

public interface Queue
extends Source, Sink

A Source implements the side of an event queue where QueueElements are dequeued operations only.

Author:
Berin Loritsch

Methods inherited from interface org.apache.avalon.excalibur.event.Source
canAccept, enqueue, enqueue, isFull, maxSize, prepareEnqueue, size, tryEnqueue
 
Methods inherited from interface org.apache.avalon.excalibur.event.Sink
dequeue, dequeue, dequeueAll, setTimeout, size
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.