class TcpIpEmptyUpdates

Inner class which is used to send empty updates through Tcp/Ip channel to the client, to check whether client is still alive (socket is still open) or not.

Inheritance:


Public Methods

[more] TcpIpEmptyUpdates()
Default constructor
[more]void start()
It is the method call by system when this class's start() method is called.


Inherited from Thread:

Public Fields

oithread_t threadId

Public Methods

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


Documentation

Inner class which is used to send empty updates through Tcp/Ip channel to the client, to check whether client is still alive (socket is still open) or not. This is a thread and it sends empty updates every 5 minutes interval. It iterates the TcpSocketInfoList, and for each and every
o TcpIpEmptyUpdates()
Default constructor

ovoid start()
It is the method call by system when this class's start() method is called. It iterates the TcpSocketInfoList, and for each and every
See Also:
TcpSocketInfo TcpSocketInfo instance, Send empty updates i.e <updates/>EOF to client. This thread wakes up for every 5 minute. If some exceptions occurs, it sends closeSession request to UchManager by passing sessionId (taking from TcpSocketInfo) and removes TcpSocketInfo from TcpSocketInfoList.
run()


This class has no child classes.
Author:
Parikshit Thakur & Team
Version:
Revision: 1.0
See Also:
TcpSocketInfo TcpSocketInfo instance, Send empty updates i.e <updates/>EOF to client. This thread wakes up for every 5 minutes. If some exceptions occurs, it sends closeSession request to UchManager by passing sessionId (taking from TcpSocketInfo) and removes TcpSocketInfo from TcpSocketInfoList.

Alphabetic index HTML hierarchy of classes or Java



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