Package ucb.util.mailbox


package ucb.util.mailbox
  • Class
    Description
    Mailbox<Msg extends Serializable>
    A repository for messages, suitable for remote use.
    A MailboxWatch takes a stream of forwarded messages from a Mailbox and prints them to a specified stream.
    A Mailbox with a specified (positive) capacity
    A Mailbox with a capacity of 0.
    SinkBox<Msg extends Serializable>
    A Mailbox that throws away all mail (after any forwarding).