jpl.mipl.mdms.concurrent
Interface BoundedQueue

All Superinterfaces:
Consumer, Producer, Queue

public interface BoundedQueue
extends Queue

Interface for channel with bounded memory size. This interface defines the required interface for channel with bounded memory size. It is derived from the Channel interface.

Version:
$Id: BoundedQueue.java,v 1.3 2003/09/09 22:55:01 rap Exp $
Author:
T. Huang

Method Summary
 long getMaxCapacity()
          Method to obtain the maximum capacity of the channel.
 
Methods inherited from interface jpl.mipl.mdms.concurrent.Queue
getSize, lookAhead, recv, recv, send, send
 

Method Detail

getMaxCapacity

long getMaxCapacity()
Method to obtain the maximum capacity of the channel.

Returns:
the max size of the channel.