|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--SSF.OS.OSPFv2.test.Reset.TimerConfiguration
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 |
|
| Field Detail |
private int action
private long expires
| Constructor Detail |
public Reset.TimerConfiguration(long exp,
int act)
| Method Detail |
public long getDuration()
public int getAction()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||