ak.dlg
Class AppTerm

java.lang.Object
  |
  +--ak.dlg.AppTerm

public class AppTerm
extends java.lang.Object

This is generic Test-client (Terminal).

Version:
1.1 Copyright(c)Alexej Kupin
Author:
Alexej Kupin (05.05.2000)

Field Summary
(package private)  int m_nInput
           
(package private)  java.lang.String m_sAction
           
(package private)  java.lang.String m_sModule
           
(package private)  java.lang.String m_sOutput
           
(package private)  java.util.Vector m_vPar
           
(package private)  ObjDlg obj
           
(package private)  java.lang.String sHR
           
 
Constructor Summary
AppTerm()
          Constructor
 
Method Summary
 boolean doAction(int nOpt)
          Does the required action after particular user-input.* Parameter is the current step-id
 java.lang.String getParam()
           
 boolean printList(int nOpt)
          This will print a list of options or parameters(depends on context) Parameter (int Opt) is the current step
 boolean run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

obj

ObjDlg obj

sHR

java.lang.String sHR

m_sModule

java.lang.String m_sModule

m_sAction

java.lang.String m_sAction

m_sOutput

java.lang.String m_sOutput

m_nInput

int m_nInput

m_vPar

java.util.Vector m_vPar
Constructor Detail

AppTerm

public AppTerm()
Constructor
Method Detail

run

public boolean run()

doAction

public boolean doAction(int nOpt)
Does the required action after particular user-input.* Parameter is the current step-id

printList

public boolean printList(int nOpt)
This will print a list of options or parameters(depends on context) Parameter (int Opt) is the current step

getParam

public java.lang.String getParam()