Uses of Class
com.sentilla.net.ProtocolNotFoundException

Packages that use ProtocolNotFoundException
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of ProtocolNotFoundException in com.sentilla.net
 

Methods in com.sentilla.net that throw ProtocolNotFoundException
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".
 

Uses of ProtocolNotFoundException in com.sentilla.platform.tmote
 

Methods in com.sentilla.platform.tmote that throw ProtocolNotFoundException
 Sender SenderDriver.newSender(Addressable addr, String name)
          Returns a sender for protocol "name" and address "addr".
 void Dispatcher.registerReceiver(Receiver receiver)
          Register a new Receiver with the Dispatcher.
 void Dispatcher.registerSender(Sender sender)
          Register a new Sender with the Dispatcher.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.