|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.db.RepositoryFactory
public abstract class RepositoryFactory
Describe class RepositoryFactory here. Created: Tue Oct 24 22:13:52 2006
| Constructor Summary | |
|---|---|
RepositoryFactory()
|
|
| Method Summary | |
|---|---|
static AuthRepository |
getAuthRepository(String class_name,
String resource,
Map<String,String> params)
Method description |
static DataRepository |
getDataRepository(String class_name,
String resource,
Map<String,String> params)
Method description |
static String |
getRepoClass(String repo_name)
Method description |
static UserRepository |
getUserRepository(String class_name,
String resource,
Map<String,String> params)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DATA_REPO_CLASS_PROP_KEY
public static final String DATA_REPO_CLASS_PROP_VAL
public static final String DATA_REPO_POOL_CLASS_PROP_KEY
public static final String DATA_REPO_POOL_CLASS_PROP_VAL
public static final String DATA_REPO_POOL_SIZE_PROP_KEY
public static final int DATA_REPO_POOL_SIZE_PROP_VAL
public static final String AUTH_REPO_CLASS_PROP_KEY
public static final String AUTH_REPO_CLASS_PROP_VAL
public static final String AUTH_REPO_POOL_CLASS_PROP_KEY
public static final String AUTH_REPO_POOL_CLASS_PROP_DEF
public static final String AUTH_REPO_POOL_CLASS_PROP_VAL
public static final String AUTH_REPO_POOL_SIZE_PROP_KEY
public static final int AUTH_REPO_POOL_SIZE_PROP_VAL
public static final String USER_REPO_CLASS_PROP_KEY
public static final String USER_REPO_CLASS_PROP_VAL
public static final String USER_REPO_POOL_CLASS_PROP_KEY
public static final String USER_REPO_POOL_CLASS_PROP_DEF
public static final String USER_REPO_POOL_CLASS_PROP_VAL
public static final String USER_REPO_POOL_SIZE_PROP_KEY
public static final int USER_REPO_POOL_SIZE_PROP_VAL
| Constructor Detail |
|---|
public RepositoryFactory()
| Method Detail |
|---|
public static AuthRepository getAuthRepository(String class_name,
String resource,
Map<String,String> params)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException,
DBInitException
class_name - resource - params -
ClassNotFoundException
DBInitException
IllegalAccessException
InstantiationException
public static DataRepository getDataRepository(String class_name,
String resource,
Map<String,String> params)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException,
DBInitException,
SQLException
class_name - resource - params -
ClassNotFoundException
DBInitException
IllegalAccessException
InstantiationException
SQLExceptionpublic static String getRepoClass(String repo_name)
repo_name -
public static UserRepository getUserRepository(String class_name,
String resource,
Map<String,String> params)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException,
DBInitException
class_name - resource - params -
ClassNotFoundException
DBInitException
IllegalAccessException
InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||