Interface ITimeSource

  • All Known Implementing Classes:
    SimpleTimeSource

    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 Detail

      • getCurrentDate

        java.util.Date getCurrentDate()
        Retrieves current time and date.
        Returns:
        current time and date