|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSimMessageBox | |
|---|---|
| cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
| Uses of JSimMessageBox in cz.zcu.fav.kiv.jsim |
|---|
| Fields in cz.zcu.fav.kiv.jsim declared as JSimMessageBox | |
|---|---|
private JSimMessageBox |
JSimProcess.myMessageBox
Every process has its own message box where messages sent directly between processes are stored. |
| Methods in cz.zcu.fav.kiv.jsim that return JSimMessageBox | |
|---|---|
protected JSimMessageBox |
JSimProcess.getMessageBox()
Returns the process's message box. |
| Methods in cz.zcu.fav.kiv.jsim with parameters of type JSimMessageBox | |
|---|---|
JSimMessage |
JSimProcess.receiveMessageWithBlocking(JSimMessageBox box)
Receives and returns a message from the specified message box. |
JSimMessage |
JSimProcess.receiveMessageWithBlocking(JSimMessageBox box,
JSimProcess sender)
Receives and returns a message from the specified message box previously sent by the specified sender. |
JSimMessage |
JSimProcess.receiveMessageWithoutBlocking(JSimMessageBox box)
Receives and returns a message from the specified message box previously sent by any process. |
JSimMessage |
JSimProcess.receiveMessageWithoutBlocking(JSimMessageBox box,
JSimProcess sender)
Receives and returns a message from the specified message box previously sent by the specified sender. |
void |
JSimProcess.sendMessageWithBlocking(JSimMessage message,
JSimMessageBox box)
Sends the specified message to the specified message box. |
void |
JSimProcess.sendMessageWithoutBlocking(JSimMessage message,
JSimMessageBox box)
Sends the specified message to the specified message box. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||