net.sf.farrago.server
Class FarragoServer

java.lang.Object
  extended by net.sf.farrago.server.FarragoAbstractServer
      extended by net.sf.farrago.server.FarragoRmiJdbcServer
          extended by net.sf.farrago.server.FarragoServer

Deprecated. use FarragoRmiJdbcServer instead; this is hanging around for a while to avoid breaking dependencies

public class FarragoServer
extends FarragoRmiJdbcServer

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/server/FarragoServer.java#20 $
Author:
John V. Sichi

Field Summary
 
Fields inherited from class net.sf.farrago.server.FarragoAbstractServer
connectionTimeoutMillis, pw, rmiRegistry, rmiRegistryPort, singleListenerPort
 
Constructor Summary
FarragoServer()
          Deprecated. Creates a new FarragoServer instance, with console output to System.out.
FarragoServer(PrintWriter pw)
          Deprecated. Creates a new FarragoServer instance, with redirected console output.
 
Method Summary
static void main(String[] args)
          Deprecated. Defines the main entry point for the Farrago server.
 
Methods inherited from class net.sf.farrago.server.FarragoRmiJdbcServer
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

FarragoServer

public FarragoServer()
Deprecated. 
Creates a new FarragoServer instance, with console output to System.out. This constructor can be used to embed a FarragoServer inside of another container such as a J2EE app server.


FarragoServer

public FarragoServer(PrintWriter pw)
              throws Exception
Deprecated. 
Creates a new FarragoServer instance, with redirected console output. This constructor can be used to embed a FarragoServer inside of another container such as a J2EE app server.

Parameters:
pw - receives console output
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Deprecated. 
Defines the main entry point for the Farrago server. Customized servers can provide their own which call start() with an extended implementation of FarragoJdbcServerDriver.

Parameters:
args - ignored
Throws:
Exception