|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.minisim.block
public class block
Blocking channel entity demo/test. Note how the send and receive co-routines block at the channel send and receive calls. The channel also provides methods for non-blocking sends, and dropping packets if the channel is full.
Field Summary | |
---|---|
private Channel |
c
Communication channel entity. |
Constructor Summary | |
---|---|
block()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Schedule two messages; one with the receive first and one with the send first. |
void |
receive()
Receive a message from the channel. |
void |
send()
Send a message along the channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Channel c
Constructor Detail |
---|
public block()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command-line parameterspublic void send()
public void receive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |