|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sender | |
---|---|
com.sentilla.platform.cmote | Sentilla system implementations for the Client applications running on a host. |
Uses of Sender in com.sentilla.platform.cmote |
---|
Subclasses of Sender in com.sentilla.platform.cmote | |
---|---|
class |
ByteSender
|
static class |
ClientRadioProtocol.Sender
Provides sender class for the simulated radio. |
static class |
MimeoDisseminationProtocol.MimeoSender
Sender implementation for the MimeoDisseminationProtocol. |
Fields in com.sentilla.platform.cmote declared as Sender | |
---|---|
protected Sender |
Sender.nextData
Dispatcher.sendServiceQueue automatically nulls out this field when this object is done sending. |
Methods in com.sentilla.platform.cmote that return Sender | |
---|---|
abstract Sender |
Protocol.newSender()
Creates a new sender. |
Sender |
MimeoDisseminationProtocol.newSender()
Returns a new Sender object for the MimeoDisseminationProtocol. |
Sender |
CollectionProtocol.newSender()
Not supported. |
Sender |
Sender.setSend(Object obj)
Sets the object to send. |
Methods in com.sentilla.platform.cmote with parameters of type Sender | |
---|---|
boolean |
Dispatcher.queueForSend(Sender sender)
Queues a Sender object for transmission. |
abstract void |
Protocol.stackSend(Sender s)
Processes a message to send with the implementing protocol. |
void |
MimeoDisseminationProtocol.stackSend(Sender s)
Sends messages with Mimeo. |
void |
CollectionProtocol.stackSend(Sender s)
Not supported. |
void |
ClientRadioProtocol.stackSend(Sender ds)
Sends a message to the host server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |