SunSPOT API V3.0


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

Packages that use Envelope
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.squawk.io.mailboxes Provides classes for inter-Isolate communication. 
 

Uses of Envelope in com.sun.spot.interisolate
 

Subclasses of Envelope in com.sun.spot.interisolate
 class BooleanReplyEnvelope
           
 class ExceptionReplyEnvelope
           
 class NumberReplyEnvelope
           
 class ObjectReplyEnvelope
           
 class ReplyEnvelope
           
 class RequestEnvelope
           
 class VoidReplyEnvelope
           
 

Uses of Envelope in com.sun.spot.peripheral.proxy
 

Subclasses of Envelope in com.sun.spot.peripheral.proxy
 class ClaimCommand
           
 class DisableIrqCommand
           
 class EnableIrqCommand
           
 class GetAvailableCommand
           
 class PIOCommand
           
 class ReleaseCommand
           
 class WaitForIrqCommand
           
 

Uses of Envelope in com.sun.spot.peripheral.radio.proxy
 

Subclasses of Envelope in com.sun.spot.peripheral.radio.proxy
 class WaitForAllAcksCommand
           
 

Uses of Envelope in com.sun.spot.resourcesharing
 

Subclasses of Envelope in com.sun.spot.resourcesharing
 class AdjustLockCommand
           
 class LockCommand
           
 class RegisterCommand
           
 class UnlockAllCommand
           
 class UnlockCommand
           
 

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

Subclasses of Envelope in com.sun.squawk.io.mailboxes
 class ByteArrayEnvelope
          A ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel.
 class ByteArrayInputStreamEnvelope
          A ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream.
 class ObjectEnvelope
          A ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates.
 

Methods in com.sun.squawk.io.mailboxes that return Envelope
 Envelope Channel.receive()
          Wait for an envelope sent to this channel.
 

Methods in com.sun.squawk.io.mailboxes with parameters of type Envelope
 void Channel.send(Envelope env)
          Sends a message to the remote channel.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.