|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cz.zcu.fav.kiv.jsim.ipc | |
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
cz.zcu.fav.kiv.jsim.ipc | This package provides classes for simulation of inter-process communication. |
Classes in cz.zcu.fav.kiv.jsim.ipc used by cz.zcu.fav.kiv.jsimJSimMessage
|
A message is a piece of data sent from a process to another one. JSimMessageBox
|
A message box is a data structure able to keep messages sent between processes. JSimMessageForReceiver
|
A message whose receiver is known but the sender is not. JSimSemaphore
|
A JSimSemaphore is a mean of synchronization of two or more J-Sim processes. JSimSymmetricMessage
|
A symmetric message is a message whose sender and receiver are both known. |
Classes in cz.zcu.fav.kiv.jsim.ipc used by cz.zcu.fav.kiv.jsim.ipcJSimAssymetricMessage
|
An assymetric message is a message where only the sender or the receiver is known but not both. JSimMessage
|
A message is a piece of data sent from a process to another one. JSimMessageWithKnownReceiver
|
All message classes implementing this interface assure that their receiving process can be obtained and it is a single specific process, not a set of processes, all processes, or an unspecified process. JSimMessageWithKnownSender
|
All message classes implementing this interface assure that their sending process can be obtained and it is a single specific process, not a set of processes, all processes, or an unspecified process. JSimTooManySemaphoresException
|
The JSimTooManySemaphoresException is thrown whenever J-Sim cannot add a new semaphore (JSimSemaphore) into a simulation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |