org.talend.esb.sam.server.persistence
Class JdbcDriverBootstrap

java.lang.Object
  extended by org.talend.esb.sam.server.persistence.JdbcDriverBootstrap

public final class JdbcDriverBootstrap
extends Object

The Class JdbcDriverBootstrap initialises Jdbc staff.


Method Summary
static Class<?> forName(String className)
          Causes the class to be dynamically loaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forName

public static Class<?> forName(String className)
                        throws ClassNotFoundException
Causes the class to be dynamically loaded

Parameters:
className - the class name
Returns:
class
Throws:
ClassNotFoundException - the class not found exception


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.