Uses of Class
cz.zcu.fav.kiv.jsim.ipc.JSimMessageBox

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
 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.
 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.
 



Copyright © 2000-2004 University of West Bohemia, FAV-KIV. All Rights Reserved. Build date 20040510.