Holger's
Java API

Uses of Package
com.antelmann.mgmt

Packages that use com.antelmann.mgmt
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.imagedb This package contains classes implementing a database for images. 
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.sql This package contains classes to ease JDBC development. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
 

Classes in com.antelmann.mgmt used by com.antelmann.calendar
DatabaseException
          DatabaseException signals problems while accessing/using any form of database.
 

Classes in com.antelmann.mgmt used by com.antelmann.imagedb
DatabaseException
          DatabaseException signals problems while accessing/using any form of database.
Entity
          represents an entity that is specified by various properties that may flexibly change.
EntityImpl
          This class represents a default Entity implementation that can serve as a base class for Entity implementations.
Resource
          represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.
 

Classes in com.antelmann.mgmt used by com.antelmann.mgmt
Database
          provides a lookup service for persistence services for Resource objects.
DatabaseException
          DatabaseException signals problems while accessing/using any form of database.
DBClassStore
          provides persistence service for a Resource in the context of a Database.
DBListener
          listens for database updates
DBTransaction
          a transaction controlls access to all resources of a Database through DBClassStore instances.
DBUpdateEvent
           
DBUpdateEvent.UpdateType
           
Entity
          represents an entity that is specified by various properties that may flexibly change.
EntityImpl
          This class represents a default Entity implementation that can serve as a base class for Entity implementations.
LoginEvent
           
LoginListener
           
Resource
          represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.
RevisionEvent
          represents a revision for a Revisable object
RevisionListener
          listens to revisions of a revisable object
Status
          Status represents a specific state of a given object.
TransactionException
          thrown to indicate that the caller doesn't hold the lock on an active DBTransaction while trying to access Resources of the associated Database.
User
          This interface defines the basic functionality for a user
UserLoginStore
           
 

Classes in com.antelmann.mgmt used by com.antelmann.sql
AbstractDatabase
          leaves the transaction management to the inheriting class by leaving the implementation of getTransaction().
Database
          provides a lookup service for persistence services for Resource objects.
DatabaseException
          DatabaseException signals problems while accessing/using any form of database.
DBClassStore
          provides persistence service for a Resource in the context of a Database.
DBTransaction
          a transaction controlls access to all resources of a Database through DBClassStore instances.
Entity
          represents an entity that is specified by various properties that may flexibly change.
EntityImpl
          This class represents a default Entity implementation that can serve as a base class for Entity implementations.
Resource
          represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.
SimpleEntityFilter
          filters on the properties of an entity based on simple equality of key/value pairs.
TransactionException
          thrown to indicate that the caller doesn't hold the lock on an active DBTransaction while trying to access Resources of the associated Database.
User
          This interface defines the basic functionality for a user
 

Classes in com.antelmann.mgmt used by com.antelmann.timeregister
DatabaseException
          DatabaseException signals problems while accessing/using any form of database.
Entity
          represents an entity that is specified by various properties that may flexibly change.
EntityImpl
          This class represents a default Entity implementation that can serve as a base class for Entity implementations.
Resource
          represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.
User
          This interface defines the basic functionality for a user
UserImpl
          This class represents a default User implementation that can serve as the basis for more specific implementations.
 



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