|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimProcessState | |
---|---|
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
Uses of JSimProcessState in cz.zcu.fav.kiv.jsim |
---|
Fields in cz.zcu.fav.kiv.jsim declared as JSimProcessState | |
---|---|
private JSimProcessState |
JSimProcess.myState
This process's state – new, passive, scheduled, active, blocked on semaphore, terminated, etc. |
private JSimProcessState |
JSimInvalidProcessStateException.newState
|
private JSimProcessState |
JSimInvalidProcessStateException.oldState
|
Methods in cz.zcu.fav.kiv.jsim that return JSimProcessState | |
---|---|
JSimProcessState |
JSimProcess.getProcessState()
Returns the process's state. |
static JSimProcessState |
JSimProcessState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JSimProcessState[] |
JSimProcessState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in cz.zcu.fav.kiv.jsim with parameters of type JSimProcessState | |
---|---|
protected void |
JSimProcess.mainSwitchingRoutine(JSimProcessState requestedBlockingState,
java.lang.String callingMethodName)
The main switching routine, responsible for switching between the main simulation thread and the process and back. |
protected void |
JSimProcess.setProcessState(JSimProcessState newState)
Switches the process to a new state. |
Constructors in cz.zcu.fav.kiv.jsim with parameters of type JSimProcessState | |
---|---|
JSimInvalidProcessStateException(java.lang.String param,
JSimProcessState oldSt,
JSimProcessState newSt)
Creates a new JSimInvalidProcessStateException with a specific information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |