Class TTLTimer
java.lang.Object
netscape.ldap.TTLTimer
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_timeout
private long m_timeout -
m_cache
-
t
-
-
Constructor Details
-
TTLTimer
TTLTimer(LDAPCache cache) Constructor with the specified timout.- Parameters:
timeout- the timeout value in milliseconds
-
-
Method Details
-
start
void start(long timeout) (Re)start the timer. -
stop
void stop()Stop the timer. -
run
-