| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.sun.squawk.io.mailboxes | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.io.mailboxes | Provides classes for inter-Isolate communication. | 
| Classes in com.sun.squawk.io.mailboxes used by com.sun.squawk | |
|---|---|
| Mailbox deprecated Use the higher-level ChannelandServerChannelclasses instead. | |
| MailboxAddress deprecated Use the higher-level ChannelandServerChannelclasses instead. | |
| Classes in com.sun.squawk.io.mailboxes used by com.sun.squawk.io.mailboxes | |
|---|---|
| AddressClosedException This exception is thrown when trying to send to a closed MailboxAddress, or when reading from a Mailbox, and the MailBoxHandler is managing a private address that has closed. | |
| Channel A Channel is a private bidirectional message passing mechanism, typically between Isolates. | |
| Envelope Abstract class for messages passed through Channels. | |
| ICopiable Interface for objects that may be passed in ObjectEnvelopes between Isolates. | |
| Mailbox deprecated Use the higher-level ChannelandServerChannelclasses instead. | |
| MailboxAddress deprecated Use the higher-level ChannelandServerChannelclasses instead. | |
| MailboxClosedException This exception is thrown when trying to receive from a closed Mailbox. | |
| MailboxHandler deprecated Use the higher-level ChannelandServerChannelclasses instead. | |
| MailboxInUseException This exception is thrown when trying to send to register a mailbox under a name, and that name is already used. | |
| NoSuchMailboxException This exception is thrown when trying to send to register a mailbox under a name, and that name is already used. | |
| ServerChannel Given that a Channelis a one-to-one connection between two isolates, a ServerChannel 
 provides a factory to create new Channels by name. | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||