class CheckTcpSocketTimer

Inner class (Thread) which itereates through tcpSocketInfoList,at every minute.

Inheritance:


Public Methods

[more] CheckTcpSocketTimer()
Default constructor
[more]void start()
Check timer if every TCP-IP Socket.


Inherited from Thread:

Public Fields

oithread_t threadId

Public Methods

ovirtual int run()
ostatic void* entryPoint(void*pthis)


Documentation

Inner class (Thread) which itereates through tcpSocketInfoList,at every minute. For each iterated TcpSocketInfo, it checks Timer
o CheckTcpSocketTimer()
Default constructor

ovoid start()
Check timer if every TCP-IP Socket. Close connection of that Socket whose timer value is greater than equal to 60.


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0
See Also:
TcpSocketInfo for more details and if timer founds > 60, it closes the session by calling UchManager's close session method.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.