SSF.OS.OSPFv2.test
Class Reset.TimerConfiguration

java.lang.Object
  |
  +--SSF.OS.OSPFv2.test.Reset.TimerConfiguration
Enclosing class:
Reset

class Reset.TimerConfiguration
extends java.lang.Object

Holds the configuration of a single timer.


Field Summary
private  int action
          START or STOP
private  long expires
          time
 
Constructor Summary
Reset.TimerConfiguration(long exp, int act)
          Constructor
 
Method Summary
 int getAction()
          Determine the action of this timer
 long getDuration()
          Determine, when this timer expires
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

action

private int action
START or STOP

expires

private long expires
time
Constructor Detail

Reset.TimerConfiguration

public Reset.TimerConfiguration(long exp,
                                int act)
Constructor
Method Detail

getDuration

public long getDuration()
Determine, when this timer expires

getAction

public int getAction()
Determine the action of this timer