Uses of Interface
com.sentilla.net.Sender

Packages that use Sender
com.sentilla.mote.clientservices Sentilla Client Services application that provides health and status messages from the mote to the host and allows ping and reboot. 
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of Sender in com.sentilla.mote.clientservices
 

Fields in com.sentilla.mote.clientservices declared as Sender
 Sender ClientServicesLib.sender
          Sender used for heartbeat and command/ping reply
 

Uses of Sender in com.sentilla.net
 

Methods in com.sentilla.net that return Sender
static Sender SenderDriver.create(Addressable addr, String name)
          Returns a sender for protocol "name".
static Sender SenderDriver.create(String name)
           
static Sender SenderDriver.create(String driver, Addressable addr, String name)
          Returns a sender for protocol "name" and address "addr".
 Sender SenderFactory.createSender()
          Return a new Sender; the protocol and destination are defined by the factory.
 Sender BroadcastSenderFactory.createSender()
          Create a new broadcast sender.
abstract  Sender SenderDriver.newSender(Addressable addr, String name)
           
 Sender Sender.setSend(Object obj)
          Sets the object to send.
 

Uses of Sender in com.sentilla.net.rpc
 

Methods in com.sentilla.net.rpc that return Sender
 Sender RemoteInvoker.getSender()
           
 

Methods in com.sentilla.net.rpc with parameters of type Sender
 RemoteInvoker RemoteInvoker.setSender(Sender sender)
           
 

Constructors in com.sentilla.net.rpc with parameters of type Sender
RemoteInvoker(Sender sender, SenderFactory result_factory)
          Create a new RemoteInvoker for a particular sender and result path.
 

Uses of Sender in com.sentilla.platform.tmote
 

Classes in com.sentilla.platform.tmote that implement Sender
static class CC2420Radio.Sender
          Provides sender class for the CC2420 radio.
static class CollectionProtocol.CSender
          Sender for the collection protocol.
static class LoopBackProtocol.LoopBackSender
          Provides the sender implementation for the loop back protocol.
 class Sender
          Provides interfaces for sending objects with the radio and the UART.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.