rina.flowAllocator.api
Interface FlowAPI

All Known Implementing Classes:
Flow

public interface FlowAPI

Flow API

Version:
1.0
Author:
Yuefeng Wang and Flavio Esposito. Computer Science Department, Boston University

Method Summary
 byte[] receive()
           
 void send(byte[] message)
           
 

Method Detail

send

void send(byte[] message)
          throws java.lang.Exception
Parameters:
message - to send
Throws:
java.lang.Exception

receive

byte[] receive()
               throws java.lang.Exception
Returns:
message
Throws:
java.lang.Exception