|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.sourceforge.jemm.comm.shared | |
| Uses of Message in org.sourceforge.jemm.comm.shared |
|---|
| Subclasses of Message in org.sourceforge.jemm.comm.shared | |
|---|---|
class |
AvailableIFsMessage
Initialisation message used by RPCHandler listing the interfaces available for call by the sender. |
class |
ErrorMessage
A class representing an error returned by the server. |
class |
RPCCallMessage
The RPCCallMessage details an RPC call, giving information about the calling thread, target interface,method arguments and whether the call is synchronous or asynchronous. |
class |
RPCCallRespMessage
|
class |
ServerReadyMessage
Initialisation message used by RPCHandler listing the interfaces available for call by the sender. |
| Fields in org.sourceforge.jemm.comm.shared with type parameters of type Message | |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,java.util.concurrent.SynchronousQueue<Message>> |
RPCHandler.msgSyncPoints
|
protected java.lang.ThreadLocal<java.util.concurrent.SynchronousQueue<Message>> |
RPCHandler.syncQueueTL
|
| Methods in org.sourceforge.jemm.comm.shared that return Message | |
|---|---|
Message |
RPCHandler.sendSyncMessage(Message message)
Send a synchronous message to the server. |
| Methods in org.sourceforge.jemm.comm.shared with parameters of type Message | |
|---|---|
protected void |
RPCHandler.receiveMessage(Message message)
|
Message |
RPCHandler.sendSyncMessage(Message message)
Send a synchronous message to the server. |
protected void |
RPCHandler.writeMessage(Message message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||