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 |
java.util.Date |
getCurrentDate()
Retrieves current time and date. |
getCurrentDate
java.util.Date getCurrentDate()
- Retrieves current time and date.
- Returns:
- current time and date