public class SessionManagerTimeoutTimer
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
Constructor and Description |
---|
SessionManagerTimeoutTimer(SessionManager sm)
The constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
double |
getTimebase()
Returns the number of milliseconds between timeout checks.
|
void |
run()
The run method will sleep for a specified amount of time.
|
void |
setTimebase()
This method will change the amount of time between timeout checks.
|
void |
setTimebase(double seconds)
This method will change the amount of time between timeout checks.
|
void |
startTimeoutTimer()
This will start the timer.
|
void |
stopTimeoutTimer()
This will stop the timer and cause the timer thread to exit.
|
public static final java.lang.String cvsRev
public SessionManagerTimeoutTimer(SessionManager sm)
pm
- The SessionManager object that for which we are calculating timeouts.public double getTimebase()
public void run()
run
in interface java.lang.Runnable
SessionManager
public void setTimebase()
seconds
- the amount of time in seconds to waitpublic void setTimebase(double seconds)
seconds
- the amount of time in seconds to waitpublic void startTimeoutTimer()
public void stopTimeoutTimer()
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.