Parsing Engine

Uses of Interface
danbikel.switchboard.SwitchboardRemote

Packages that use SwitchboardRemote
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.switchboard Provides classes to implement a distributed client-server environment, with a central switchboard responsible for assigning clients to servers and for doling out objects to clients for processing. 
 

Uses of SwitchboardRemote in danbikel.parser
 

Methods in danbikel.parser with parameters of type SwitchboardRemote
static void Parser.setSettingsFromSwitchboard(SwitchboardRemote sb)
          Grabs the settings from the Switchboard instance and sets to be the current run-time settings.
 

Uses of SwitchboardRemote in danbikel.switchboard
 

Classes in danbikel.switchboard that implement SwitchboardRemote
 class Switchboard
          The switchboard serves as the central "hub" in a distributed RMI object-processing run, accepting registrations of clients and servers, and assigning clients to servers.
 

Fields in danbikel.switchboard declared as SwitchboardRemote
protected  SwitchboardRemote AbstractSwitchboardUser.switchboard
          A handle onto the switchboard.
 

Methods in danbikel.switchboard that return SwitchboardRemote
static SwitchboardRemote AbstractSwitchboardUser.getSwitchboard(String name, int tries)
          Repeatedly tries the specified number of times to get the switchboard stub from the bootstrap registry.
static SwitchboardRemote AbstractSwitchboardUser.getSwitchboard(String name, int tries, boolean verbose)
          Repeatedly tries the specified number of times to get the switchboard stub from the bootstrap registry.
static SwitchboardRemote AbstractSwitchboardUser.getSwitchboard(String name, int tries, boolean verbose, PrintWriter err)
          Repeatedly tries the specified number of times to get the switchboard stub from the bootstrap registry.
 

Methods in danbikel.switchboard with parameters of type SwitchboardRemote
static Object Failover.proxyFor(Object server, Client client, SwitchboardRemote switchboard)
           
 

Constructors in danbikel.switchboard with parameters of type SwitchboardRemote
Failover(Object server, Client client, SwitchboardRemote switchboard)
           
 


Parsing Engine

Author: Dan Bikel.