|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A channel.
| Method Summary | |
void |
close()
Close the channel |
MessageReference (src) |
receive(long wait)
Receive a message from the channel. |
void |
send(MessageReference (src) reference)
Send a message to the channel. |
| Method Detail |
public void send(MessageReference (src) reference)
reference - the message reference to sendpublic MessageReference (src) receive(long wait)
wait - the length of time to wait for a message if there are none
immediately available, use -1 for no wait.
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||