SunSPOT API V5.0


Uses of Package
com.sun.squawk.io.mailboxes

Packages that use com.sun.squawk.io.mailboxes
com.sun.spot.interisolate Generic support for RPC mechanisms between isolates. 
com.sun.spot.peripheral.proxy Support for controlling PIO pins from child isolates. 
com.sun.spot.peripheral.radio.proxy Allows child isolates access to the radio controlled by the master isolate. 
com.sun.spot.resourcesharing The resource sharing framework exists to support people writing device drivers. 
com.sun.spot.testFramework Provides a limited equivalent to jUnit for use on Sun SPOTs. 
com.sun.squawk.io.mailboxes   
 

Classes in com.sun.squawk.io.mailboxes used by com.sun.spot.interisolate
Envelope
          Abstract class for messages passed through Channels.
NoSuchMailboxException
          This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
 

Classes in com.sun.squawk.io.mailboxes used by com.sun.spot.peripheral.proxy
Envelope
          Abstract class for messages passed through Channels.
 

Classes in com.sun.squawk.io.mailboxes used by com.sun.spot.peripheral.radio.proxy
Envelope
          Abstract class for messages passed through Channels.
 

Classes in com.sun.squawk.io.mailboxes used by com.sun.spot.resourcesharing
Envelope
          Abstract class for messages passed through Channels.
 

Classes in com.sun.squawk.io.mailboxes used by com.sun.spot.testFramework
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.
ICopiable
          Interface for objects that may be passed in ObjectEnvelopes between Isolates.
MailboxClosedException
          This exception is thrown when trying to receive from a closed Mailbox.
MailboxInUseException
          This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
 

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.
MailboxClosedException
          This exception is thrown when trying to receive from a closed Mailbox.
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 Channel is a one-to-one connection between two isolates, a ServerChannel provides a factory to create new Channels by name.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.