org.firebirdsql.gds
Class ClassFactory

java.lang.Object
  |
  +--org.firebirdsql.gds.ClassFactory

public class ClassFactory
extends java.lang.Object

Returns classes either by the Class.forName method or by using an already cached instance.

Author:
Steven Jardine

Field Summary
static java.lang.String DriverConnectionPoolDataSource
           
static java.lang.String FBCallableStatement
           
static java.lang.String FBConnection
           
static java.lang.String FBConnectionPoolDataSource
           
static java.lang.String FBPreparedStatement
           
static java.lang.String FBSavepoint
           
static java.lang.String FBStatement
           
static java.lang.String JavaGDSImpl
           
 
Constructor Summary
ClassFactory()
           
 
Method Summary
static java.lang.Class get(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DriverConnectionPoolDataSource

public static final java.lang.String DriverConnectionPoolDataSource

FBCallableStatement

public static final java.lang.String FBCallableStatement

FBConnection

public static final java.lang.String FBConnection

FBConnectionPoolDataSource

public static final java.lang.String FBConnectionPoolDataSource

FBPreparedStatement

public static final java.lang.String FBPreparedStatement

FBSavepoint

public static final java.lang.String FBSavepoint

FBStatement

public static final java.lang.String FBStatement

JavaGDSImpl

public static final java.lang.String JavaGDSImpl
Constructor Detail

ClassFactory

public ClassFactory()
Method Detail

get

public static java.lang.Class get(java.lang.String className)
Parameters:
className - the class name to return.
Returns:
the class corresponding to the string class name.


Copyright © 2001 David Jencks and other authors. All rights reserved.