|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.minisim.sleepblock
public class sleepblock
A slightly more sophisticated Hello World of simulations to show the difference between blocking and non-blocking events.
Constructor Summary | |
---|---|
sleepblock()
Initialize sleepblock entity. |
Method Summary | |
---|---|
void |
block()
|
void |
hello(java.lang.String msg)
|
static void |
main(java.lang.String[] args)
Program entry point: show difference between blocking and non-blocking events with an extended "hello world!" |
void |
nonblock()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public sleepblock()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command-line parameterspublic void hello(java.lang.String msg)
public void nonblock()
public void block()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |