Holger's
Java API

Uses of Interface
com.antelmann.calendar.Timed

Packages that use Timed
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
com.antelmann.util.revision This package contains classes useful for implementing systems that deal with revisions. 
 

Uses of Timed in com.antelmann.calendar
 

Classes in com.antelmann.calendar that implement Timed
 class Stopwatch
          Stopwatch is a convenient implementation to bench just about anything.
 class TimeInDay
          represents the time of the day of any given date.
 

Fields in com.antelmann.calendar with type parameters of type Timed
static Comparator<Timed> Timed.COMPARATOR
           
static PatternExtractor<Timed,Date> Timed.DATE_EXTRACTOR
           
 

Uses of Timed in com.antelmann.db
 

Subinterfaces of Timed in com.antelmann.db
 interface ProtocolNote
          a protocol note.
 

Classes in com.antelmann.db that implement Timed
 class DBUpdateEvent
           
 class DBVersionedUpdateEvent
          this special update event extends a standard event by including the actual entry state before and after the update.
 class LockEntry
           
 class LockInfo
           
 class ProtocolNoteEntry
           
 

Uses of Timed in com.antelmann.genealogy
 

Subinterfaces of Timed in com.antelmann.genealogy
 interface GEvent
          represents an event in history that may be related to one or many people
 

Classes in com.antelmann.genealogy that implement Timed
 class GAnnotation
           
 class GEventEntry
           
 class GEventImpl
          implements an event within this context
 class GPersonalBlogEntry
           
 

Uses of Timed in com.antelmann.io
 

Classes in com.antelmann.io that implement Timed
 class MyFile
          A specialized File class that provides some additional functionality.
 

Uses of Timed in com.antelmann.net
 

Classes in com.antelmann.net that implement Timed
 class ServerLogEntry
          a log entry from a web-server log
 class ServerLogFile
          ServerLogFile implements a web-server log based on a standard log file.
 

Uses of Timed in com.antelmann.net.mail
 

Classes in com.antelmann.net.mail that implement Timed
 class MessageEntry
          A wrapper around a Message object that allows for database storage and serialization.
 

Uses of Timed in com.antelmann.sound
 

Classes in com.antelmann.sound that implement Timed
 class SampleSounds
          SampleSounds provides some sample sounds that are included in the standard antelmann.jar file.
 

Uses of Timed in com.antelmann.util.logging
 

Classes in com.antelmann.util.logging that implement Timed
 class LogEntry
          LogEntry represents a single record of a log logged by a Logger object and handled by a LogWriter object.
 

Uses of Timed in com.antelmann.util.revision
 

Subinterfaces of Timed in com.antelmann.util.revision
 interface Revision
          represents revision that can be applied to a revisable object
 

Classes in com.antelmann.util.revision that implement Timed
 class DefaultRevision
          implements a standard immutable revision object
 



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