QJCC homepage

biz.chitec.quarterback.gjsa.server
Class GenericProxyExecutor

java.lang.Object
  extended bybiz.chitec.quarterback.gjsa.server.CommandExecutor
      extended bybiz.chitec.quarterback.gjsa.server.GenericProxyExecutor

public class GenericProxyExecutor
extends CommandExecutor

Executor for a GJSA server acting as a proxy. Holds the connection to another GJSA server (via a passed SereverConnector object) and sends each and every command directly to that other server. When the connection to the proxied server is closed, operation continues if there are some executors below this one on the stack.

Version:
$Id: 52dc4970fcc8a8ae21a2060a7160e0fa66b4d7ae $
Author:
Dirk Hillbrecht 1997-2000, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Field Summary
 
Fields inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor
myserv, mythreadbase, rb
 
Constructor Summary
GenericProxyExecutor(ServerThreadBase stb)
           
 
Methods inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor
getServerThreadBase, leavingActions, query, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericProxyExecutor

public GenericProxyExecutor(ServerThreadBase stb)

QJCC homepage