org.inria.myriads.snoozeclient.database
Class DatabaseFactory

java.lang.Object
  extended by org.inria.myriads.snoozeclient.database.DatabaseFactory

public final class DatabaseFactory
extends Object

Database factory.

Author:
Eugen Feller

Method Summary
static ClientRepository newClientRepository(String databaseFileName)
          Creates a new client repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newClientRepository

public static ClientRepository newClientRepository(String databaseFileName)
                                            throws Exception
Creates a new client repository.

Parameters:
databaseFileName - The database file name
Returns:
The client repository
Throws:
Exception - The exception


Copyright © 2012. All Rights Reserved.