com.cafesoft.cams.auth.login.userrepository
Interface UserRepositoryFactory

All Superinterfaces:
LoggerClient

public interface UserRepositoryFactory
extends LoggerClient

An interface that defines a factory that creates instances of UserRepository objects

Since:
11/28/01

Method Summary
 UserRepository create(Object object)
          Create a UserRepository
 
Methods inherited from interface com.cafesoft.core.log.LoggerClient
setLogger
 

Method Detail

create

public UserRepository create(Object object)
                      throws UserRepositoryException
Create a UserRepository

Parameters:
object - an initialization object, can be anything it is up to the implementing class to determine what this object is.
Returns:
a new UserRepository
Throws:
UserRepositoryException - if there is any error creating a UserRepository


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.