|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
com.ibm.aglet | |
com.ibm.aglet.system | |
com.ibm.aglets | |
com.ibm.agletx.patterns | |
com.ibm.agletx.util | |
com.ibm.awb.misc |
Uses of Message in com.ibm.aglet |
Methods in com.ibm.aglet with parameters of type Message | |
ReplySet |
AgletContext.multicastMessage(Message msg)
Sends a multicast message to the subscribers in the context. |
void |
AgletContext.shutdown(Message msg)
Shutdown the context with the specific message object. |
boolean |
Aglet.handleMessage(Message message)
Handles the message form outside. |
void |
AgletProxy.delegateMessage(Message msg)
Delegates a message to the aglet. |
FutureReply |
AgletProxy.sendAsyncMessage(Message msg)
Sends a message in asynchronous way. |
FutureReply |
AgletProxy.sendFutureMessage(Message msg)
Sends a future message to the aglet. |
java.lang.Object |
AgletProxy.sendMessage(Message msg)
Sends a message in synchronous way. |
void |
AgletProxy.sendOnewayMessage(Message msg)
Sends a oneway message to the aglet. |
boolean |
Message.sameKind(Message m)
Checks if the message has same kind as the given message. |
Uses of Message in com.ibm.aglet.system |
Methods in com.ibm.aglet.system with parameters of type Message | |
abstract void |
AgletRuntime.shutdown(Message msg)
Shutdown all contexts in the current runtime with the specific message object. |
Uses of Message in com.ibm.aglets |
Methods in com.ibm.aglets with parameters of type Message | |
void |
RemoteAgletRef.delegateMessage(Message msg)
Delegates a message |
FutureReply |
RemoteAgletRef.sendFutureMessage(Message msg)
Sends a message in asynchronous way. |
java.lang.Object |
RemoteAgletRef.sendMessage(Message msg)
Sends a message in synchronous way. |
void |
RemoteAgletRef.sendOnewayMessage(Message msg)
Sends a oneway message |
void |
LocalAgletRef.delegateMessage(Message msg)
Delegates a message to the ref. |
FutureReply |
LocalAgletRef.sendFutureMessage(Message msg)
|
java.lang.Object |
LocalAgletRef.sendMessage(Message msg)
|
void |
LocalAgletRef.sendOnewayMessage(Message msg)
|
ReplySet |
AgletContextImpl.multicastMessage(Message msg)
|
void |
AgletContextImpl.shutdown(Message msg)
|
void |
AgletRuntime.shutdown(Message msg)
|
void |
AgletRef.delegateMessage(Message msg)
Delegates a message |
FutureReply |
AgletRef.sendFutureMessage(Message msg)
Sends a future message in asynchronous way. |
java.lang.Object |
AgletRef.sendMessage(Message msg)
Sends a message in synchronous way. |
void |
AgletRef.sendOnewayMessage(Message msg)
Sends an oneway message |
Uses of Message in com.ibm.agletx.patterns |
Methods in com.ibm.agletx.patterns with parameters of type Message | |
boolean |
Slave.handleMessage(Message msg)
|
boolean |
Notifier.handleMessage(Message msg)
|
static AgletProxy |
Messenger.create(AgletContext context,
java.net.URL dest,
AgletID id,
Message message)
Creates a messenger. |
static AgletProxy |
Messenger.create(AgletContext context,
java.net.URL codebase,
java.net.URL dest,
AgletID id,
Message message)
Creates a messenger. |
Uses of Message in com.ibm.agletx.util |
Methods in com.ibm.agletx.util that return Message | |
Message |
SeqPlanItinerary.getMessageAt(int index)
|
Methods in com.ibm.agletx.util with parameters of type Message | |
void |
AlternateItinerary.go(Message msg)
Go to one available destination where the message is processed |
void |
MessengerItinerary.setMessage(Message msg)
Set the message to be broadcast |
void |
SimpleItinerary.go(java.lang.String address,
Message msg)
Goes to the destination given by name and the message processed at the destination. |
void |
SeqPlanItinerary.addPlan(java.lang.String address,
Message msg)
Adds the new itinerary item of the form [address, message]. |
Constructors in com.ibm.agletx.util with parameters of type Message | |
MessengerItinerary(Aglet aglet,
Message msg)
Construct a MessengerItinerary object with the specified owner aglet and a message to broadcast. |
Uses of Message in com.ibm.awb.misc |
Subclasses of Message in com.ibm.awb.misc | |
class |
CGIMessage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |