Inner class (Thread) which itereates through tcpSocketInfoList,at every minute.
Inheritance:
Public Methods
-
CheckTcpSocketTimer()
- Default constructor
-
void start()
- Check timer if every TCP-IP Socket.
Inherited from Thread:
Public Fields
-
ithread_t threadId
Public Methods
-
virtual int run()
-
static void* entryPoint(void*pthis)
Documentation
Inner class (Thread) which itereates through tcpSocketInfoList,at every minute.
For each iterated TcpSocketInfo, it checks Timer
CheckTcpSocketTimer()
-
Default constructor
void 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++.