Class QueueWithServer

java.lang.Object
  extended bycz.zcu.fav.kiv.jsim.JSimHead
      extended bycz.zcu.fav.kiv.jsim.unsecure.UnsecureHead
          extended byQueueWithServer
All Implemented Interfaces:
java.lang.Comparable, cz.zcu.fav.kiv.jsim.gui.JSimDisplayable

public class QueueWithServer
extends cz.zcu.fav.kiv.jsim.unsecure.UnsecureHead


Field Summary
 
Fields inherited from class cz.zcu.fav.kiv.jsim.JSimHead
lastChange, myParent, noOfItemsRemoved, sumLwUntilLastChange, sumTwRemoved
 
Constructor Summary
QueueWithServer(java.lang.String name, cz.zcu.fav.kiv.jsim.unsecure.UnsecureSimulation sim, cz.zcu.fav.kiv.jsim.JSimProcess s)
           
 
Method Summary
 cz.zcu.fav.kiv.jsim.JSimProcess getServer()
           
 void setServer(cz.zcu.fav.kiv.jsim.JSimProcess s)
           
 
Methods inherited from class cz.zcu.fav.kiv.jsim.unsecure.UnsecureHead
getNoOfItemsRemoved, getSumLwUntilLastChange, getSumTwRemoved, setNoOfItemsRemoved, setSumLwUntilLastChange, setSumTWRemoved
 
Methods inherited from class cz.zcu.fav.kiv.jsim.JSimHead
cardinal, clear, compareTo, createDetailedInfoWindow, decNoOfItems, empty, equals, first, getCurrentTime, getDetailedInformationArray, getFirstData, getFirstDataType, getHead, getLastData, getLastDataType, getLw, getName, getNumber, getObjectListItemDescription, getTail, getTw, getTwForAllLinks, hashCode, incNoOfItems, last, putAtHead, putAtTail, setHead, setTail, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueWithServer

public QueueWithServer(java.lang.String name,
                       cz.zcu.fav.kiv.jsim.unsecure.UnsecureSimulation sim,
                       cz.zcu.fav.kiv.jsim.JSimProcess s)
                throws cz.zcu.fav.kiv.jsim.JSimInvalidParametersException,
                       cz.zcu.fav.kiv.jsim.JSimTooManyProcessesException,
                       cz.zcu.fav.kiv.jsim.JSimTooManyHeadsException
Method Detail

getServer

public cz.zcu.fav.kiv.jsim.JSimProcess getServer()

setServer

public void setServer(cz.zcu.fav.kiv.jsim.JSimProcess s)