All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- answerTo(String, String).
Method in class HostIO
- Convenience method to skip to a given prompt and emulate user input.
- ch.
Variable in class QueryApplet
-
- ch.
Static variable in class QueryClient
-
- close().
Method in class HostIO
- Closes open telnet connection.
- CR.
Static variable in class HostIO
-
- DC1.
Static variable in class HostIO
-
- DEBUG.
Static variable in class HostIO
-
- destroy().
Method in class QueryApplet
- The applet keeps the telnet connection open and MPE program loaded
until the web browser decides to destroy the applet (typically when
the user moves "far away" from the applet web page).
- exitProgram().
Static method in class QueryClient
- Exit host application when user closes window.
- getLine().
Method in class HostIO
- The most recently parsed line returned by readln().
- getTerm().
Method in class HostIO
- The terminator(s) found when collecting the most recent line.
- haveHost.
Variable in class QueryApplet
-
- host.
Variable in class QueryApplet
-
- host.
Static variable in class QueryClient
-
- HostIO().
Constructor for class HostIO
-
- init().
Method in class QueryApplet
- The applet opens telnet connection to host, logs on and launches the
MPE program to be interacted with, prepares the GUI for the user and
then translates user actions to appropriate transactions with the host
application.
- LF.
Static variable in class HostIO
-
- LOCAL.
Static variable in class HostIO
-
- ls.
Variable in class QueryApplet
-
- ls.
Static variable in class QueryClient
-
- main(String[]).
Static method in class QueryClient
- Main program opens telnet connection to host, logs on and launches the
MPE program to be interacted with, opens GUI window for the user and
then translates user actions to appropriate transactions with the host
application.
- open(String).
Method in class HostIO
- Opens telnet connection to give hostname.
- performFindAndReport(String).
Method in class QueryApplet
- Trigger QUERY FIND and parse resulting REPORT, if entries are found
- performFindAndReport(String).
Static method in class QueryClient
- Trigger QUERY FIND and parse resulting REPORT, if entries are found
- performQuery().
Method in class QueryApplet
- Perform host transaction depending on query type selected by user
- performQuery().
Static method in class QueryClient
- Perform host transaction depending on query type selected by user
- pushBack().
Method in class HostIO
- Set pushBack flag so that next readln() returns same line again.
- QueryApplet().
Constructor for class QueryApplet
-
- QueryClient().
Constructor for class QueryClient
-
- readln().
Method in class HostIO
- Read data from telnet connection and parse for line delimiters.
- skipLines(int).
Method in class HostIO
- Convenience method to skip and ignore host output.
- skipUntilEndsWith(String).
Method in class HostIO
- Convenience method to skip scanning for specific line of host output.
- skipUntilEquals(String).
Method in class HostIO
- Convenience method to skip scanning for specific line of host output.
- skipUntilStartsWith(String).
Method in class HostIO
- Convenience method to skip scanning for specific line of host output.
- tf.
Variable in class QueryApplet
-
- tf.
Static variable in class QueryClient
-
- writeln(String).
Method in class HostIO
- Send a line to the host (with CR+LF) to emulate user input.