cz.zcu.validationserver.domain
Class TimeLimitedStackItem

java.lang.Object
  extended by cz.zcu.validationserver.domain.TimeLimitedStackItem

 class TimeLimitedStackItem
extends java.lang.Object

Trda reprezentuje polozku ve stacku "time limited" bloku pri zpracovani procesu.

User: Lukas Date: 14.5.2007 Time: 21:31:59


Field Summary
private  java.lang.String exceededKey
           
private  long maxMiliseconds
           
private  long startedAtTime
           
 
Constructor Summary
TimeLimitedStackItem(java.lang.String exceededKey, long maxMiliseconds, long startedAtTime)
           
 
Method Summary
 java.lang.String getExceededKey()
           
 long getMaxMiliseconds()
           
 long getStartedAtTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceededKey

private java.lang.String exceededKey

maxMiliseconds

private long maxMiliseconds

startedAtTime

private long startedAtTime
Constructor Detail

TimeLimitedStackItem

public TimeLimitedStackItem(java.lang.String exceededKey,
                            long maxMiliseconds,
                            long startedAtTime)
Method Detail

getExceededKey

public java.lang.String getExceededKey()

getMaxMiliseconds

public long getMaxMiliseconds()

getStartedAtTime

public long getStartedAtTime()


Copyright © 2007 University of West Bohemia, KIV, author Lukas Valenta (lvalenta at civ.zcu.cz). All Rights Reserved. Build date 20110415.