|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimSecurityException | |
---|---|
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
Uses of JSimSecurityException in cz.zcu.fav.kiv.jsim |
---|
Methods in cz.zcu.fav.kiv.jsim that throw JSimSecurityException | |
---|---|
void |
JSimProcess.activate(double when)
Activates a process at the given time. |
void |
JSimProcess.activateNow()
Activates a process at the current simulation time. |
void |
JSimProcess.blockOnSemaphore(JSimSemaphore semaphore)
Blocks the process until it is unblocked by a semaphore's V() function. |
void |
JSimProcess.cancel()
Deletes all process's scheduled events from the calendar. |
protected void |
JSimProcess.copyToMessageClipboard(JSimMessage message)
Copies a single message to the process's clipboard. |
void |
JSimLink.follow(JSimLink otherLink)
Inserts the link into a queue after another link. |
JSimLink |
JSimLink.getNext()
Returns the next link in the queue. |
JSimLink |
JSimLink.getPrevious()
Returns the previous link in the queue. |
protected void |
JSimProcess.hold(double deltaT)
Passivates the process but adds a new entry to the calendar, specifying the time when the process will be activated again. |
void |
JSimLink.into(JSimHead queue)
Inserts the item into a queue. |
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. |
void |
JSimLink.out()
Removes the link from its queue. |
protected void |
JSimProcess.passivate()
Passivates the process. |
void |
JSimLink.precede(JSimLink otherLink)
Inserts the item into a queue before another item. |
protected void |
JSimProcess.reactivate()
Reactivates the process. |
private void |
JSimProcess.unblockFromMessageSendOrReceive()
A routine used for process reactivation after a successfully completed send or receive blocking operation. |
void |
JSimProcess.unblockFromSemaphore(JSimSemaphore semaphore)
Unblocks the process which has previously got blocked on a semaphore. |
protected void |
JSimProcess.wait(JSimHead head)
Passivates the process and inserts it to the specified queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |