Holger's
Java API

Uses of Package
com.antelmann.timeregister

Packages that use com.antelmann.timeregister
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
 

Classes in com.antelmann.timeregister used by com.antelmann.timeregister
AbstractPunchDB
          implmenents the verification and the listening capabilities and leaves the rest to the subclass
JPunchClock
          a gui-component that acts as a punch station.
PunchAdminDB
          adds the ability to administrate a punch entry database
PunchData
          encapsulates the check-in or a check-out data for an employee's time-punch.
PunchDataAnalyzer
          used to analyze PunchData objects.
PunchDB
          represents a database for holding PunchData objects.
PunchDBServer
          receives messages from a PunchDBClient and uses the given PunchDB
PunchListener
          allows to listen to time punches
PunchServerFrame
          a GUI that provides a server to JPunchClients using a NetConnectionServer.
PunchStation
          PunchStation represents a location where employees can punch their times.
RemotePunchDB
          corresponds to the RemoteDB interface - only that it can be used remotely.
SQLPunchDB
          implements a PunchDB based on a JDBC connection
TimeUser
          This class implements a special User that adds a WorkUnitValidator as a member.
WorkUnit
          represents a timeframe in which an employee worked.
WorkUnit.Type
           
WorkUnitValidator
          implements a schedule template for a user.
WorkUnitValidator.CheckInterval
          defines the time interval in which a WorkUnit can begin/end
 



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