Package tigase.db

Interface Summary
NonAuthUserRepository Describe interface WriteOnlyUserRepository here.
UserAuthRepository Describe interface UserAuthRepository here.
UserRepository UserRepository interface defines all functionalities required to store user data.
 

Class Summary
ConfigurationDB Class ConfigurationDB
DummyRepository DummyRepository is a class with all methods empty.
MessageHistoryDB Class MessageHistoryDB
MessageOfflineDB Class MessageOfflineDB
RepositoryFactory Describe class RepositoryFactory here.
UserAuthRepositoryImpl Describe class UserAuthRepositoryImpl here.
UserDB Class UserDB
 

Exception Summary
AuthorizationException Describe class AuthorizationException here.
DataOverwriteException The DataOverwriteException exception is thrown when application tries to ovrewrite data in repository but does not have permission to do so.
DBInitException Describe class DBInitException here.
TigaseDBException Describe class TigaseDBException here.
UserExistsException The UserExistsException is thrown when application tries to add new user with user ID which already exists in repository.
UserNotFoundException The UserNotFoundException exception is thrown when application tries to access data for user which does not exist in repository.
 



Copyright © 2008 Tigase. All Rights Reserved.