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

Packages that use Receiver
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
 

Uses of Receiver in com.sentilla.platform.cmote
 

Subclasses of Receiver in com.sentilla.platform.cmote
static class ClientRadioProtocol.Receiver
          Provides receiver class for the client to receive from the host server.
static class MimeoDisseminationProtocol.MimeoReceiver
          Receiver implementation for the MimeoDisseminationProtocol.
 

Fields in com.sentilla.platform.cmote declared as Receiver
protected  Receiver Receiver.nextData
          Dispatcher.dispatch automatically nulls out this field when this object is done receiving.
protected  Receiver Receiver.nextReceiver
           
 

Methods in com.sentilla.platform.cmote that return Receiver
abstract  Receiver Protocol.newReceiver()
          Creates a new receiver.
 Receiver MimeoDisseminationProtocol.newReceiver()
          Returns a new Receiver object for the MimeoDisseminationProtocol.
 Receiver CollectionProtocol.newReceiver()
          Returns a new receiver for the CollectionProtocol.
 Receiver Receiver.setReceive()
          Sets the Receiver object to receive.
 

Methods in com.sentilla.platform.cmote 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.
 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.
abstract  void Protocol.stackReceive(Receiver rcvr)
          Processes a message sent with the implementing protocol.
 void MimeoDisseminationProtocol.stackReceive(Receiver rcvr)
          Needed by client applications to snoop on other client communications.
 void CollectionProtocol.stackReceive(Receiver rcvr)
          Receive a message with the collection protocol.
 void ClientRadioProtocol.stackReceive(Receiver rcvr)
          Needed by client applications to snoop on other client communications.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.