Holger's
Java API

Uses of Interface
com.antelmann.calendar.TimeSystem

Packages that use TimeSystem
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of TimeSystem in com.antelmann.calendar
 

Classes in com.antelmann.calendar that implement TimeSystem
 class AtomicClock
          uses the Network Time Protocol (NTP).
 class AtomicTime
          works based on an AtomicClock instance adding reliability by using multiple server if one fails.
 

Fields in com.antelmann.calendar declared as TimeSystem
static TimeSystem TimeSystem.systemTime
          provides a TimeSystem implementation based on the system time.
 

Methods in com.antelmann.calendar that return TimeSystem
 TimeSystem NTPServer.getTimeSystem()
          returns TimeSystem.systemTime by default
 

Methods in com.antelmann.calendar with parameters of type TimeSystem
 void NTPServer.setTimeSystem(TimeSystem ts)
          allows to use another time system instead of the system time to provide the correct time.
 

Constructors in com.antelmann.calendar with parameters of type TimeSystem
NTPServer(int port, TimeSystem ts)
           
NTPServer(TimeSystem ts)
           
 

Uses of TimeSystem in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister that return TimeSystem
 TimeSystem PunchStation.getTimeSystem()
           
 

Methods in com.antelmann.timeregister with parameters of type TimeSystem
 void PunchStation.setTimeSystem(TimeSystem ts)
          sets a time system to be used; if null, the system time is used.
 

Constructors in com.antelmann.timeregister with parameters of type TimeSystem
PunchStation(PunchDB db, String location, TimeSystem ts)
           
PunchStation(PunchDB db, String location, TimeSystem ts, Logger logger)
           
PunchStation(PunchDB db, String location, TimeSystem ts, Logger logger, String activity)
           
 

Uses of TimeSystem in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return TimeSystem
 TimeSystem JWatchLabel.getTimeSystem()
           
 

Constructors in com.antelmann.util.gui with parameters of type TimeSystem
JWatchLabel(DateFormat format, TimeSystem ts)
           
JWatchLabel(TimeSystem ts)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads