public interface MessageInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addMessageReciever(java.lang.String protocol,
MessageReceiver recv) |
java.io.Serializable |
sendCall(java.lang.String protocol,
int scope,
java.io.Serializable msg)
Sends a synchronous message.
|
void |
sendMessage(java.lang.String protocol,
int scope,
java.io.Serializable msg)
Sends an asynchronous message
|
void addMessageReciever(java.lang.String protocol,
MessageReceiver recv)
void sendMessage(java.lang.String protocol,
int scope,
java.io.Serializable msg)
throws java.lang.Exception
java.lang.Exceptionjava.io.Serializable sendCall(java.lang.String protocol,
int scope,
java.io.Serializable msg)
throws java.lang.Exception
java.lang.Exception