tigase.db
Class RepositoryFactory

java.lang.Object
  extended by tigase.db.RepositoryFactory

public class RepositoryFactory
extends java.lang.Object

Describe class RepositoryFactory here. Created: Tue Oct 24 22:13:52 2006

Version:
$Rev: 630 $
Author:
Artur Hefczyc

Constructor Summary
RepositoryFactory()
           
 
Method Summary
static UserAuthRepository getAuthRepository(java.lang.String comp_name, java.lang.String class_name, java.lang.String resource)
           
static UserRepository getUserRepository(java.lang.String comp_name, java.lang.String class_name, java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryFactory

public RepositoryFactory()
Method Detail

getUserRepository

public static UserRepository getUserRepository(java.lang.String comp_name,
                                               java.lang.String class_name,
                                               java.lang.String resource)
                                        throws java.lang.ClassNotFoundException,
                                               java.lang.InstantiationException,
                                               java.lang.IllegalAccessException,
                                               DBInitException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
DBInitException

getAuthRepository

public static UserAuthRepository getAuthRepository(java.lang.String comp_name,
                                                   java.lang.String class_name,
                                                   java.lang.String resource)
                                            throws java.lang.ClassNotFoundException,
                                                   java.lang.InstantiationException,
                                                   java.lang.IllegalAccessException,
                                                   DBInitException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
DBInitException


Copyright ? 2007 Tigase. All Rights Reserved.