com.lucidera.farrago
Class LucidDbServer

java.lang.Object
  extended by net.sf.farrago.server.FarragoAbstractServer
      extended by net.sf.farrago.server.FarragoVjdbcServer
          extended by com.lucidera.farrago.LucidDbServer

public class LucidDbServer
extends FarragoVjdbcServer

LucidDbServer is a wrapper to insulate LucidDB scripts from direct dependencies on Farrago classes.

Version:
$Id: //open/dev/farrago/src/com/lucidera/farrago/LucidDbServer.java#6 $
Author:
John V. Sichi

Field Summary
 
Fields inherited from class net.sf.farrago.server.FarragoAbstractServer
connectionTimeoutMillis, pw, rmiRegistry, rmiRegistryPort, singleListenerPort
 
Constructor Summary
LucidDbServer()
           
LucidDbServer(PrintWriter pw)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class net.sf.farrago.server.FarragoVjdbcServer
startNetwork
 
Methods inherited from class net.sf.farrago.server.FarragoAbstractServer
configureNetwork, getGroundReferences, getPrintWriter, locateRmiRegistry, runConsole, start, stopHard, stopNetwork, stopSoft, unbindRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LucidDbServer

public LucidDbServer()
              throws Exception
Throws:
Exception

LucidDbServer

public LucidDbServer(PrintWriter pw)
              throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception