"

2013 FRC Java API

"

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

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

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

Methods in com.sun.squawk.io.mailboxes that throw MailboxInUseException
static ServerChannel ServerChannel.create(String name)
          Creates a new ServerChannel with the given name and registers it with the system.
static Mailbox Mailbox.create(String name, MailboxHandler handler)
          Creates a Mailbox with the given name and registers it with the system.
 void ServerChannel.reOpen()
          Re-opens a closed ServerChannel.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"