com.sentilla.platform.cmote
Class MimeoDisseminationProtocol.MimeoSender
java.lang.Object
com.sentilla.platform.cmote.DispatcherAction
com.sentilla.platform.cmote.Sender
com.sentilla.platform.cmote.MimeoDisseminationProtocol.MimeoSender
- All Implemented Interfaces:
- Sender, Action
- Enclosing class:
- MimeoDisseminationProtocol
public static class MimeoDisseminationProtocol.MimeoSender
- extends Sender
Sender implementation for the MimeoDisseminationProtocol.
- See Also:
Sender
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.