dataservices
Class ProxySessionManager

public class ProxySessionManager
extends Thread

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
0.5
Author:
Christopher M. King (kingc@uci.edu)
Method Detail

run

public void run()
Starts a thread for the ProxySessionManager that counts down time by one second at a time, calling the tick() function on every Session it is managing and timing out Sessions that have expired (i.e. have had no activity for over a specified time)
See Also:
Session