Package com.netscape.certsrv.base
Interface ITimeSource
-
public interface ITimeSource
This interface represents a time source where current time can be retrieved. CMS is installed with a default time source that returns current time based on the system time. It is possible to register a time source that returns the current time from a NTP server.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCurrentDate()
Retrieves current time and date.
-