Package ucb.util.mailbox

Interface Summary
Mailbox A repository for messages, suitable for remote use.
 

Class Summary
MailboxWatch A MailboxWatch takes a stream of forwarded messages from a Mailbox and prints them to a specified stream.
QueuedConcurrentMailbox  
QueuedMailbox A Mailbox with a specified (positive) capacity.
SimpleMailbox A filter on Mailboxes that turns all InterruptedException and RemoteExceptions into RuntimeExceptions (MailboxExceptions).
SyncMailbox A SyncMailbox has a capacity of 0.
 

Exception Summary
MailboxException