|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--com.adventnet.agent.tl1.AutoAcknowledge
This class is used to send acknowledgement if response is not sent within 2 seconds. The TL1AgentRequestInfo class maintains a flag having the status whether the response message of that is sent or not. The request info objects for various requests are stored in vector called requestVector in TL1Agent. The thread present here verifies the elements in the vector for every Ack period time and sends Acknowledgement if the response is not sent for the specified duration.
| Field Summary | |
(package private) TL1Agent |
agent
|
(package private) TL1Session |
session
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY,
values |
| Constructor Summary | |
(package private) |
AutoAcknowledge(TL1Agent agent)
|
| Method Summary | |
(package private) void |
checkCondition()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
TL1Agent agent
TL1Session session
| Constructor Detail |
AutoAcknowledge(TL1Agent agent)
| Method Detail |
public void run()
void checkCondition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||