Package de.janrufmonitor.repository

Persistency of the framework.

See:
          Description

Interface Summary
ICallerManager This interface must be implemented by a caller manager object.
ICallerManagerFactory This interface must be implemented by a caller manager factory object.
ICallManager This interface must be implemented by a call manager object.
ICallManagerFactory This interface must be implemented by a call manager factory object.
 

Class Summary
AbstractConfigurableCallerManager This abstract class can be used as base class for a new caller manager implementation which is supporting configuration.
AbstractConfigurableCallManager This abstract class can be used as base class for a new call manager implementation which is supporting configuration.
AbstractDatabaseCallerManager  
AbstractDatabaseCallManager  
AbstractFilterCallManager This abstract class can be used as base class for a new call manager implementation which is supporting configuration and does not offer an own filter mechanism.
AbstractPersistentCallManager This abstract class can be used as base class for a new call manager implementation using a local persistence.
AbstractReadOnlyCallerManager This abstract class can be used as base class for a new call manager implementation using read only access to the caller persistence.
AbstractReadOnlyDatabaseCallerManager  
AbstractReadWriteCallerManager This abstract class can be used as base class for a new caller manager implementation which is supporting configuration.
AbstractWebCallerManager This abstract class can be used as base class for a new call manager implementation using webaccess to the caller persistence.
RepositoryManagerComparator  
 

Exception Summary
CallerNotFoundException This class can be used to inform the framework the a certain caller object was not found in the persistency.
CallNotFoundException This class can be used to inform the framework the a certain call object was not found in the persistency.
 

Package de.janrufmonitor.repository Description

Persistency of the framework.

This package offers the possibility for defining new persistencies for the framework. A new repository can be connected to the framework by implementing a new repository manager. Repository Managers can be implemented for caller data or for call data.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.