Parsing Engine

Uses of Package
danbikel.util.proxy

Packages that use danbikel.util.proxy
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. 
 

Classes in danbikel.util.proxy used by danbikel.switchboard
Reconnect
          An invocation handler for which proxy instances may be constructed for RMI clients such that the RMI server will be re-gotten from the bootstrap registry in the event of method failure.
Retry
          An invocation handler for which proxy instances may be constructed for RMI clients such that if a remote method fails, the method will be re-invoked repeatedly until success.
 


Parsing Engine

Author: Dan Bikel.