| java.lang.Object com.sun.jumpimpl.process.JUMPProcessProxyImpl
All known Subclasses: com.sun.jumpimpl.process.JUMPIsolateProxyImpl,
JUMPProcessProxyImpl | protected JUMPProcessProxyImpl(int processId)(Code) | | Given a process id, create a proxy that can forward messages
|
deleteProcessProxyImpl | public static synchronized void deleteProcessProxyImpl(int processId)(Code) | | |
getProcessId | public int getProcessId()(Code) | | |
newMessage | public JUMPMessage newMessage(byte[] rawData)(Code) | | Create a new, immutable JUMPMessage
out of a raw array of bytes received on the message queue.
|
newOutgoingMessage | public JUMPOutgoingMessage newOutgoingMessage(String mesgType)(Code) | | Creates a new, blank JUMPOutgoingMessage for the
message type. The sender of the message is automatically filled
in by the factory implementation.
|
newOutgoingMessage | public JUMPOutgoingMessage newOutgoingMessage(JUMPMessage requestMessage)(Code) | | Create a new, blank JUMPOutgoingMessage as a
response to the request message passed. The sender of the
message is automatically filled in by the factory
implementation.
Make sure to pass the return type of the request message.
|
|
|