public class InterProcessCommunicator
extends java.lang.Object
| Constructor and Description |
|---|
InterProcessCommunicator(int source,
int destination)
Creates a new instance of InterProcessCommunicator
|
public InterProcessCommunicator(int source,
int destination)
source - the integer identifier of the originated moduledestination - the integer idenifier of the destination module.public int read(java.nio.ByteBuffer b)
throws java.io.IOException
java.io.IOExceptionpublic int write(java.nio.ByteBuffer b)
throws java.io.IOException
packet - the datagram to be sent.java.io.IOExceptionCopyright © 2011. All Rights Reserved.