Package netscape.ldap
Class TTLTimer
java.lang.Object
netscape.ldap.TTLTimer
- All Implemented Interfaces:
Runnable
Represents a timer which will timeout for every certain interval. It
provides methods to start, stop, or restart timer.
-
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