|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--com.ibm.manplato.Protocol.PacketTimer
The PacketTimer class. This class provides timer services to the PADP layer, including the ACK packet timer, the inter-packet timer, and the tickle timer. Additional classes wishing to use this timer should implement the PacketTimerInterface.
PacketTimerInterface
Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
Constructor Summary | |
(package private) |
PacketTimer(long time,
PacketTimerInterface watcher,
boolean flag)
Creates a new PacketTimer with the specified parameters. |
Method Summary | |
void |
run()
Runs the packet timer. |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
PacketTimer(long time, PacketTimerInterface watcher, boolean flag)
time
- the time to wait before timeout.watcher
- the class to notify when this timer times out.flag
- denotes wether debugging text should be displayed from this timer object.Method Detail |
public void run()
run
in class java.lang.Thread
java.lang.Thread.start()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |