com.sentilla.platform.tmote
Class LoopBackProtocol.LoopBackSender
java.lang.Object
com.sentilla.platform.tmote.DispatcherAction
com.sentilla.platform.tmote.Sender
com.sentilla.platform.tmote.LoopBackProtocol.LoopBackSender
- All Implemented Interfaces:
- Sender, Action
- Enclosing class:
- LoopBackProtocol
public static class LoopBackProtocol.LoopBackSender
- extends Sender
Provides the sender implementation for the loop back protocol.
LoopBackProtocol.LoopBackSender
public LoopBackProtocol.LoopBackSender()
setAddress
public void setAddress(Addressable addr)
- Description copied from class:
Sender
- Sets the destination address.
Any valid object implementing the Addressable interface can be set
as the destination address. The protocols extending this class
should throw an error if the address object is not supported.
- Specified by:
setAddress
in interface Sender
- Specified by:
setAddress
in class Sender
- Parameters:
addr
- object implementing Addressable interface to be used as address- See Also:
Addressable
Copyright © 2007 Sentilla Corporation. All Rights Reserved.