Uses of Class
com.sentilla.platform.tmote.Receiver

Packages that use Receiver
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of Receiver in com.sentilla.platform.tmote
 

Subclasses of Receiver in com.sentilla.platform.tmote
static class CC2420Radio.Receiver
          Provides receiver class for the CC2420 radio.
static class LoopBackProtocol.LoopBackReceiver
          Provides the receiver implementation for the loop back protocol.
 

Fields in com.sentilla.platform.tmote declared as Receiver
protected  Receiver Receiver.nextReceiver
           
 

Methods in com.sentilla.platform.tmote that return Receiver
 Receiver RemoteServiceProtocol.newReceiver()
          Do not use.
abstract  Receiver Protocol.newReceiver()
          Creates a new receiver.
 Receiver LoopBackProtocol.newReceiver()
          Creates a new LoopBackProtocol receiver.
 Receiver CollectionProtocol.newReceiver()
          Returns a new CollectionProtocol receiver.
 Receiver ReceiverDriver.newReceiver(Class msgClass)
          Returns a receiver for input class "msgClass".
 Receiver Receiver.setReceive()
          Sets the Receiver object to receive.
 

Methods in com.sentilla.platform.tmote with parameters of type Receiver
 void Receiver.addMetadata(Receiver rcvr)
          Adds a Receiver to the list of DispatchReceiver objects.
 void Dispatcher.dispatch(Receiver rcvr)
          Dispatches messages to protocols and waiting receivers.
 boolean Dispatcher.queueForReceive(Receiver rcvr)
          Queues a Receiver object that is ready to receive.
 void Dispatcher.registerReceiver(Receiver receiver)
          Register a new Receiver with the Dispatcher.
 boolean Dispatcher.removeFromReceiveQueue(Receiver rcvr)
          Remove a Receiver object from the receive queue.
 void Receiver.signalReceive(Receiver rcvr)
          Signals that an Object has been received by this receiver.
 void RemoteServiceProtocol.stackReceive(Receiver rcvr)
          Handles incoming RPC calls.
abstract  void Protocol.stackReceive(Receiver rcvr)
          Processes a message sent with the implementing protocol.
 void LoopBackProtocol.stackReceive(Receiver rcvr)
          Do not use.
 void CollectionProtocol.stackReceive(Receiver rcvr)
          Called by the system receive thread when a CollectionProtocol message is received.
 void CC2420Radio.stackReceive(Receiver rcvr)
          Do not use.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.