net.sf.farrago.server
Class FarragoRJDriverServer

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.objectweb.rmijdbc.RJDriverServer
                  extended by net.sf.farrago.server.FarragoRJDriverServer
All Implemented Interfaces:
Serializable, Remote, Unreferenced, org.objectweb.rmijdbc.RJDriverInterface

public class FarragoRJDriverServer
extends org.objectweb.rmijdbc.RJDriverServer
implements org.objectweb.rmijdbc.RJDriverInterface

RMI server-side implementation of Driver.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/server/FarragoRJDriverServer.java#10 $
Author:
Tim Leung
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
FarragoRJDriverServer(String admpasswd)
           
 
Method Summary
protected  org.objectweb.rmijdbc.RJConnectionInterface buildConnectionServer(Connection c)
           
 
Methods inherited from class org.objectweb.rmijdbc.RJDriverServer
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, shutdown, unreferenced
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.rmijdbc.RJDriverInterface
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, shutdown
 

Constructor Detail

FarragoRJDriverServer

public FarragoRJDriverServer(String admpasswd)
                      throws RemoteException
Throws:
RemoteException
Method Detail

buildConnectionServer

protected org.objectweb.rmijdbc.RJConnectionInterface buildConnectionServer(Connection c)
                                                                     throws RemoteException
Overrides:
buildConnectionServer in class org.objectweb.rmijdbc.RJDriverServer
Throws:
RemoteException