net.sf.farrago.jdbc.client
Class FarragoJdbcClientDriver.CustomRJDriver

java.lang.Object
  extended by org.objectweb.rmijdbc.Driver
      extended by net.sf.farrago.jdbc.client.FarragoJdbcClientDriver.CustomRJDriver
All Implemented Interfaces:
Serializable, Driver
Enclosing class:
FarragoJdbcClientDriver

private static class FarragoJdbcClientDriver.CustomRJDriver
extends org.objectweb.rmijdbc.Driver
implements Driver, Serializable


Constructor Summary
FarragoJdbcClientDriver.CustomRJDriver()
           
 
Method Summary
 Connection buildConnection(org.objectweb.rmijdbc.RJConnectionInterface c)
           
 
Methods inherited from class org.objectweb.rmijdbc.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, lookupDriver, shutdown, splitURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Constructor Detail

FarragoJdbcClientDriver.CustomRJDriver

FarragoJdbcClientDriver.CustomRJDriver()
                                 throws Exception
Throws:
Exception
Method Detail

buildConnection

public Connection buildConnection(org.objectweb.rmijdbc.RJConnectionInterface c)
                           throws SQLException
Overrides:
buildConnection in class org.objectweb.rmijdbc.Driver
Throws:
SQLException