autohit.system.tellio
Class TellServerEngine

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

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

TELL IO working engine.

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

Field Summary
 int numeric
           
 int state
           
static int STATE_DATA
           
static int STATE_ERROR
           
static int STATE_GIVE
           
static int STATE_NEW
          TELL tokens
 
Constructor Summary
TellServerEngine()
           
 
Method Summary
 void connected(java.io.BufferedInputStream bis)
          Initialize the engine.
 void init()
          Initialize the engine.
 int state_new(int token, java.io.BufferedInputStream bis)
          Accept.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_NEW

public static final int STATE_NEW
TELL tokens

See Also:
Constant Field Values

STATE_GIVE

public static final int STATE_GIVE
See Also:
Constant Field Values

STATE_DATA

public static final int STATE_DATA
See Also:
Constant Field Values

STATE_ERROR

public static final int STATE_ERROR
See Also:
Constant Field Values

state

public int state

numeric

public int numeric
Constructor Detail

TellServerEngine

public TellServerEngine()
Method Detail

init

public void init()
Initialize the engine.

Returns:
a String containing the dump.

connected

public void connected(java.io.BufferedInputStream bis)
Initialize the engine.

Returns:
a String containing the dump.

state_new

public int state_new(int token,
                     java.io.BufferedInputStream bis)
              throws TellException
Accept. (SERVER)

Returns:
a String containing the dump.
Throws:
TellException


Test.