rina.irm.api
Interface IRMAPI
- All Known Implementing Classes:
- IRM
public interface IRMAPI
flow allocator API
- Version:
- 1.0
- Author:
- Yuefeng Wang and Flavio Esposito. Computer Science Department, Boston University
Method Summary |
int |
allocateFlow(java.lang.String srcName,
java.lang.String dstName)
|
void |
deallocate(int handleID)
|
byte[] |
receive(int handleID)
|
void |
send(int handleID,
byte[] msg)
|
allocateFlow
int allocateFlow(java.lang.String srcName,
java.lang.String dstName)
deallocate
void deallocate(int handleID)
send
void send(int handleID,
byte[] msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
receive
byte[] receive(int handleID)