|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.cldc.mts.Sender
public class Sender
Sends a message directly within its own socket to a destination address. This class is used by the inform actuator and request actuator when the message transport service is operating in asynchronous mode.
| Constructor Summary | |
|---|---|
Sender()
|
|
| Method Summary | |
|---|---|
static boolean |
send(FOS fos,
java.lang.String perf)
Sends a message within a socket. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sender()
| Method Detail |
|---|
public static boolean send(FOS fos,
java.lang.String perf)
fos - a first order structure representation of the URL of the destination
of the message.perf - the performative of the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||