QJCC homepage

biz.chitec.quarterback.gjsa.server
Class BasicAlwaysExecutor

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

public class BasicAlwaysExecutor
extends CommandExecutor

Executor for basic GJSA commands which are always and for all types of server available.

Version:
$Id: 6c497fa856e14ec04764d9546310bf1fb657ed05 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000-2003, cantamen/Dirk Hillbrecht 2003-2007. Distributed under the terms of the GNU LGPL.

Field Summary
private  int iparam
           
 
Fields inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor
myserv, mythreadbase, rb
 
Constructor Summary
BasicAlwaysExecutor(ServerThreadBase thethreadbase)
          Constructor for the BasicExecutor object
 
Method Summary
private  java.util.List getProtocolVersion(java.lang.String commandsetname)
          Gets the protocolVersion attribute of the BasicExecutor object
 ServerReply query(ServerRequest sq)
          Description of the Method
private  void setLocale(java.lang.Object o)
          Set locale.
private  void setProvider(java.lang.String providerstring)
           
 
Methods inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor
getServerThreadBase, leavingActions, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iparam

private int iparam
Constructor Detail

BasicAlwaysExecutor

public BasicAlwaysExecutor(ServerThreadBase thethreadbase)
Constructor for the BasicExecutor object

Parameters:
thethreadbase - Description of the Parameter
Method Detail

getProtocolVersion

private java.util.List getProtocolVersion(java.lang.String commandsetname)
Gets the protocolVersion attribute of the BasicExecutor object

Parameters:
commandsetname - Description of the Parameter
Returns:
The protocolVersion value

setProvider

private void setProvider(java.lang.String providerstring)

setLocale

private void setLocale(java.lang.Object o)
Set locale. Stores LOCALE and LOCALEDESCRIPTION into property storage. Input can be either String (e.g. "de_DE") or direct locale object.


query

public ServerReply query(ServerRequest sq)
Description of the Method

Overrides:
query in class CommandExecutor
Parameters:
sq - Description of the Parameter
Returns:
Description of the Return Value

QJCC homepage