|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.gct.InterProcessCommunicator
public class InterProcessCommunicator
| Constructor Summary | |
|---|---|
InterProcessCommunicator(int source,
int destination)
Creates a new instance of InterProcessCommunicator |
|
| Method Summary | |
|---|---|
byte[] |
receive()
Receives a datagram from GCT Interprocess. |
void |
send(byte[] packet)
Sends datagram to the destination module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterProcessCommunicator(int source,
int destination)
source - the integer identifier of the originated moduledestination - the integer idenifier of the destination module.| Method Detail |
|---|
public byte[] receive()
throws java.io.IOException
java.io.IOException
public void send(byte[] packet)
throws java.io.IOException
packet - the datagram to be sent.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||