|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interfaces defines the transport mechanism between correlation engines. In general, each mechanism should be independent of correlation data.
| Method Summary | |
|---|---|
byte[] |
receiveReply()
Receive a reply. |
byte[] |
receiveRequest()
Receive a request. |
void |
sendReply(byte[] data,
int offset,
int length)
Send a reply. |
void |
sendRequest(byte[] data,
int offset,
int length)
Send a request. |
| Method Detail |
public void sendRequest(byte[] data,
int offset,
int length)
data - the data buffer to be sentoffset - the starting position of the data to be sentlength - the length (in bytes) of the data to be sentpublic byte[] receiveRequest()
public void sendReply(byte[] data,
int offset,
int length)
data - the data buffer to be sentoffset - the starting position of the data to be sentlength - the length (in bytes) of the data to be sentpublic byte[] receiveReply()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||