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

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:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.