SunSPOT API V5.0


Uses of Class
com.sun.spot.interisolate.ReplyEnvelope

Packages that use ReplyEnvelope
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. 
 

Uses of ReplyEnvelope in com.sun.spot.interisolate
 

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

Methods in com.sun.spot.interisolate that return ReplyEnvelope
abstract  ReplyEnvelope RequestEnvelope.execute(Object context)
           
 ReplyEnvelope RequestSender.send(RequestEnvelope envelope)
           
 

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

Methods in com.sun.spot.peripheral.proxy that return ReplyEnvelope
 ReplyEnvelope WaitForIrqCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope ReleaseCommand.execute(IAT91_PIO pio)
           
protected abstract  ReplyEnvelope PIOCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope GetAvailableCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope EnableIrqCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope DisableIrqCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope ClaimCommand.execute(IAT91_PIO pio)
           
 ReplyEnvelope PIOCommand.execute(Object context)
           
 

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

Methods in com.sun.spot.peripheral.radio.proxy that return ReplyEnvelope
 ReplyEnvelope WaitForAllAcksCommand.execute(IRadioProtocolManager radioProtocolManager)
           
 

Uses of ReplyEnvelope in com.sun.spot.resourcesharing
 

Methods in com.sun.spot.resourcesharing that return ReplyEnvelope
 ReplyEnvelope UnlockCommand.execute(Object context)
           
 ReplyEnvelope UnlockAllCommand.execute(Object context)
           
 ReplyEnvelope RegisterCommand.execute(Object context)
           
 ReplyEnvelope LockCommand.execute(Object context)
           
 ReplyEnvelope AdjustLockCommand.execute(Object context)
           
 


SunSPOT API V5.0


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