Uses of Class
cz.zcu.fav.kiv.jsim.JSimSecurityException

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
protected  void JSimProcess.passivate()
          Passivates the process.
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 JSimProcess.activate(double when)
          Activates a process at the given time.
 void JSimProcess.cancel()
          Deletes all process's scheduled events from the calendar.
protected  void JSimProcess.reactivate()
          Reactivates the process.
protected  void JSimProcess.wait(JSimHead head)
          Passivates the process and inserts it to the specified queue.
 void JSimProcess.blockOnSemaphore(JSimSemaphore semaphore)
          Blocks the process until it is unblocked by a semaphore's V() function.
 void JSimProcess.unblockFromSemaphore(JSimSemaphore semaphore)
          Unblocks the process which has previously got blocked on a semaphore.
protected  void JSimProcess.copyToMessageClipboard(JSimMessage message)
          Copies a single message to the process's clipboard.
private  void JSimProcess.unblockFromMessageSendOrReceive()
          A routine used for process reactivation after a successfully completed send or receive blocking operation.
 void JSimLink.into(JSimHead queue)
          Inserts the item into a queue.
 void JSimLink.follow(JSimLink otherLink)
          Inserts the link into a queue after another link.
 void JSimLink.precede(JSimLink otherLink)
          Inserts the item into a queue before another item.
 void JSimLink.out()
          Removes the link from its queue.
 JSimLink JSimLink.getNext()
          Returns the next link in the queue.
 JSimLink JSimLink.getPrevious()
          Returns the previous link in the queue.
 



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