autohit.system.tellio
Class TellClientEngine

java.lang.Object
  extended byautohit.system.tellio.TellClientEngine
All Implemented Interfaces:
java.io.Serializable

public class TellClientEngine
extends java.lang.Object
implements java.io.Serializable

TELL IO working engine.

Version:
1.0 Version History EPG - Initial - 04Jan04
/code>
Author:
Erich P. Gatejen
See Also:
Serialized Form

Field Summary
 int state
          instruction
static int STATE_ASKED
           
static int STATE_ASKING
           
static int STATE_ERROR
           
static int STATE_FETCHING
           
static int STATE_GAVE
           
static int STATE_GETTING_DATA
           
static int STATE_GIVING_DATA
           
static int STATE_NONE
          TELL tokens
static int STATE_TELLING
           
static int STATE_TOLD
           
 
Constructor Summary
TellClientEngine()
           
 
Method Summary
 void init()
          Initialize the engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_NONE

public static final int STATE_NONE
TELL tokens

See Also:
Constant Field Values

STATE_ASKING

public static final int STATE_ASKING
See Also:
Constant Field Values

STATE_ASKED

public static final int STATE_ASKED
See Also:
Constant Field Values

STATE_TELLING

public static final int STATE_TELLING
See Also:
Constant Field Values

STATE_TOLD

public static final int STATE_TOLD
See Also:
Constant Field Values

STATE_FETCHING

public static final int STATE_FETCHING
See Also:
Constant Field Values

STATE_GAVE

public static final int STATE_GAVE
See Also:
Constant Field Values

STATE_GETTING_DATA

public static final int STATE_GETTING_DATA
See Also:
Constant Field Values

STATE_GIVING_DATA

public static final int STATE_GIVING_DATA
See Also:
Constant Field Values

STATE_ERROR

public static final int STATE_ERROR
See Also:
Constant Field Values

state

public int state
instruction

Constructor Detail

TellClientEngine

public TellClientEngine()
Method Detail

init

public void init()
Initialize the engine.

Returns:
a String containing the dump.


Test.