Holger's
Java API

Uses of Class
com.antelmann.timeregister.AbstractPunchDB

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

Uses of AbstractPunchDB in com.antelmann.timeregister
 

Subclasses of AbstractPunchDB in com.antelmann.timeregister
 class FilePunchDB
          The implementation is backed by a binary file but works largely in-memory.
 class OdbcPunchDB
           
 class PunchDataAnalyzer
          used to analyze PunchData objects.
 class PunchDBClient
          uses a NetConnection to communicate to a PunchDBServer that handles requests.
 class SQLPunchDB
          implements a PunchDB based on a JDBC connection
 



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