Package de.janrufmonitor.repository.types

Types of repositories.

See:
          Description

Interface Summary
IIdentifyCallerRepository This type is used for identification repositories.
ILocalRepository This type is used for local storage repositories.
IReadCallerRepository This type is used for repositories which allow read access to their caller information.
IReadCallRepository This type is used for repositories which allow read access to their call information.
IRemoteRepository This type is used for remote storage repositories.
IWriteCallerRepository This type is used for repositories which allow write access to their caller information.
IWriteCallRepository This type is used for repositories which allow write access to their call information.
 

Package de.janrufmonitor.repository.types Description

Types of repositories.

The package contains several interfaces that represents certain type of repositories. Types are used for instanceof checks in the framework.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.