com.sentilla.platform.tmote
Class SenderDriver
java.lang.Object
com.sentilla.system.DriverAdapter
com.sentilla.net.SenderDriver
com.sentilla.platform.tmote.SenderDriver
- All Implemented Interfaces:
- Driver
public class SenderDriver
- extends SenderDriver
Driver class to creating a platform independent Sender object.
- See Also:
Sender
SenderDriver
public SenderDriver()
newSender
public Sender newSender(Addressable addr,
String name)
throws ProtocolNotFoundException
- Returns a sender for protocol "name" and address "addr".
- Specified by:
newSender
in class SenderDriver
- Parameters:
addr
- address to send messages toname
- name of protocol to use
- Returns:
- new sender for protocol "name"
- Throws:
ProtocolNotFoundException
- if the address type is not supported by protocol "name"- See Also:
Sender
,
Addressable
,
ProtocolNotFoundException
getDriverName
public String getDriverName(int n)
- Description copied from class:
DriverAdapter
- Returns the valid name(s) for
each driver. If a driver has N-names, then
getDriverName
returns a
string for n=0 to n=N-1, and returns null for all other values of n.
A driver may return multiple names because it provides the default
implementation for a specific name, such as associating "flash" by
default to the external flash, or "extflash" if an application
specifically asserts it requires the external flash resources. Some
drivers may return only a single valid name, such as "intflash" for
the internal flash.
- Specified by:
getDriverName
in interface Driver
- Specified by:
getDriverName
in class DriverAdapter
Copyright © 2007 Sentilla Corporation. All Rights Reserved.