2010 FRC Java API


Uses of Class
com.sun.squawk.io.mailboxes.MailboxClosedException

Packages that use MailboxClosedException
com.sun.squawk.io.mailboxes Provides classes for inter-Isolate communication. 
 

Uses of MailboxClosedException in com.sun.squawk.io.mailboxes
 

Methods in com.sun.squawk.io.mailboxes that throw MailboxClosedException
 Channel ServerChannel.accept()
          Wait for a client to open a connection, then create an anonymous local Channel to use or further communication.
 Envelope Channel.receive()
          Wait for an envelope sent to this channel.
 Envelope Mailbox.receive()
          Blocks waiting for messages.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.