org.apache.manifoldcf.core.interfaces
Class DBInterfaceFactory

java.lang.Object
  extended by org.apache.manifoldcf.core.interfaces.DBInterfaceFactory

public class DBInterfaceFactory
extends java.lang.Object

This is the factory class for an IDBInterface.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static IDBInterface make(IThreadContext context, java.lang.String databaseName, java.lang.String userName, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

make

public static IDBInterface make(IThreadContext context,
                                java.lang.String databaseName,
                                java.lang.String userName,
                                java.lang.String password)
                         throws ManifoldCFException
Throws:
ManifoldCFException