rina.ipcProcess.api
Interface IPCProcessAPI

All Known Implementing Classes:
IPCProcessImpl

public interface IPCProcessAPI


Method Summary
 int allocateFlow(java.lang.String srcName, java.lang.String dstName)
           
 void deallocate(int portID)
           
 byte[] receive(int portID)
           
 void send(int portID, byte[] msg)
           
 

Method Detail

allocateFlow

int allocateFlow(java.lang.String srcName,
                 java.lang.String dstName)

deallocate

void deallocate(int portID)

send

void send(int portID,
          byte[] msg)
          throws java.lang.Exception
Throws:
java.lang.Exception

receive

byte[] receive(int portID)