|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.messages.Message<RemoteWorker,R>
fabric.worker.remote.messages.InterWorkerMessage<R>
public abstract class InterWorkerMessage<R extends Message.Response>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class fabric.messages.Message |
---|
Message.MessageType, Message.Response |
Field Summary |
---|
Fields inherited from class fabric.messages.Message |
---|
messageType |
Constructor Summary | |
---|---|
InterWorkerMessage(Message.MessageType messageType)
|
Method Summary | |
---|---|
static Object._Proxy |
readRef(java.lang.Class<?> type,
java.io.DataInput in)
Used for passing object references between workers. |
static void |
writeRef(Object._Proxy ref,
java.io.DataOutput out)
Used for passing object references between workers. |
Methods inherited from class fabric.messages.Message |
---|
dispatch, dispatch, receive, response, send, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterWorkerMessage(Message.MessageType messageType)
Method Detail |
---|
public static void writeRef(Object._Proxy ref, java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public static Object._Proxy readRef(java.lang.Class<?> type, java.io.DataInput in) throws java.io.IOException
type
- The type of the reference being read. This must be the interface
corresponding to the Fabric type, and not the _Proxy or _Impl
classes.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |