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
- AddAttrib(char, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds an attribute value to the screen description.
- AddAttrib(char, int, int, int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds an attribute value to the screen description.
- AddCursorPos(int, int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets the cursor position for the screen description.
- AddCursorPos(int, int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets the cursor position for the screen description.
- AddCustom(ECLCustomRecoListener, String).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a custom recognition listener with a given ID.
- AddCustom(ECLCustomRecoListener, String, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a custom recognition listener with a given ID.
- AddDescriptor(ECLScreenDescriptor).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a descriptor to the screen description.
- AddECLRecoDebugListener(ECLRecoDebugListener).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Adds the given ECLRecoDebugListener to list of listeners.
- AddNumFields(int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds the total field count of a screen to the screen description.
- AddNumFields(int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds the total field count of a screen to the screen description.
- AddNumInputFields(int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds the input field count of a screen to the screen description.
- AddNumInputFields(int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds the input field count of a screen to the screen description.
- AddOIAInhibitStatus(int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Turns on waiting on OIA inhibit status in the screen description.
- AddOIAInhibitStatus(int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Turns on waiting on OIA inhibit status in the screen description.
- AddPS(ECLPS).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Adds an ECLPS object (Presentation Space) to the screen recognition
system.
- AddPS(ECLPS, int).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Adds an ECLPS object (Presentation Space) to the screen recognition
system.
- AddString(String).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string to the screen description.
- AddString(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string starting at the an exact row/col position to the
screen description.
- AddString(String, int, int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string starting at the an exact row/col position to the
screen description, allowing you to specify case sensitivity.
- AddString(String, int, int, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string starting at the an exact row/col position to the
screen description, allowing you to specify case sensitivity.
- AddStringInRect(String, int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string to the screen description.
- AddStringInRect(String, int, int, int, int, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string to the screen description.
- AddStringInRect(String, int, int, int, int, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Adds a string to the screen description.
- ALL_EVENTS.
Static variable in class com.ibm.eNetwork.ECL.ECLPS
-
- ALL_FIELDS.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find any fields
- ALL_PLANES.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with ECLFieldList.Refresh() and ECLPS.GetFieldList()
- ALPHANUM_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find alphanumeric fields
- ALTCUR_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ALTVIEW_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ATTN_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ATTR_5250_ALPHA_ONLY.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify alphabetic-only fields (0x02).
- ATTR_5250_ALPHANUM.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify alphanumeric fields (0x00).
- ATTR_5250_ALPHANUM_MASK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used to isolate the alphanumeric bits (0x0E).
- ATTR_5250_BIDI_RTL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify BIDI right-to-left fields (0x08).
- ATTR_5250_BRIGHT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask for the high intensity attribute (0x10).
- ATTR_5250_DBCS_KATAKANA.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify Katakana shift fields (0x08).
- ATTR_5250_DISPLAY.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask for the display attribute (0x40).
- ATTR_5250_MAG_STRIPE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify magnetic stripe fields (0x0C).
- ATTR_5250_MODIFIED.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask for the modified attribute (0x01).
- ATTR_5250_NORMAL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ATTR_5250_NUM_ONLY.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify numeric-only fields (0x0A).
- ATTR_5250_NUM_PLUS.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify numeric plus fields (0x06).
- ATTR_5250_NUM_SHIFT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify numeric shift fields (0x04).
- ATTR_5250_NUM_SIGNED.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK
to identify signed numeric-only fields (0x0E).
- ATTR_5250_PROTECTED.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 field attribute mask for the protected attribute (0x20).
- ATTR_ALPHANUM.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 field attribute mask for the alphanumeric attribute (0x10).
- ATTR_DISPLAY1.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 field attribute mask for the high-order display bit (0x08).
- ATTR_DISPLAY2.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 field attribute mask for the low-order display bit (0x04).
- ATTR_MDT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 field attribute mask for the low-order display bit (0x01).
- ATTR_PROTECTED.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 field attribute mask for the protected attribute (0x20).
- AttribToString(char).
Static method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Converts a character attribute value to a hex string.
- AUTOPUSH_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- AUTOREV_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BACKSP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BACKTAB_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BASE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BEGINFLD_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BIDI_MODE_OFF_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BIDI_MODE_ON_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BIDIL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- BLUE_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CANCEL.
Static variable in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
-
- Cancel().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Cancels a file transfer which is in progress.
- CANCELPJOB_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Clear().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Member method that clears the data in the ECLScreenDesc object.
- CLEAR_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- clearHistoryWindow().
Method in class com.ibm.eNetwork.ECL.ECLPS
-
- CLEARRECT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CLOSE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- COLOR_ATTRIBUTES_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access color plane data
- COLOR_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access color plane data
- COLUMNHEAD_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Compared(ECLRecoDebugEvent).
Method in interface com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugListener
- Called when a new screen appears the matching logicis run.
- CompareDescriptor(ECLScreenDescriptor).
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- Returns what is actually on the host screen based on the parameters
passed in the descriptor.
- CONNECTION_ACTIVE.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_DEVICE_NAME_READY.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_INACTIVE.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_INIT.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_PND_ACTIVE.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_PND_INACTIVE.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_READY.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONNECTION_WORKSTATION_ID_READY.
Static variable in class com.ibm.eNetwork.ECL.ECLConnection
-
- CONTEXT_DISP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ConvertPosToCol(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The ConvertPosToCol method converts a linear presentation space
position to its corresponding column.
- ConvertPosToRow(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The ConvertPosToRow method converts a linear presentation space
position to its corresponding row.
- ConvertRowColToPos(int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The ConvertRowColToPos method converts a row and column coordinate
to its corresponding linear position.
- COPY_ONLY_IF_TRIMMED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- COPY_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- COPYALL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- COPYAPPEND_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- Create(Hashtable).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Creates a working instance of the descriptor from the string values
contained in the hash table.
- CRSEL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CSD_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CURDOWN_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CURLEFT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CURRIGHT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CURSOR_DIRECTION_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CURUP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- CUT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DB_CA_EXIST.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS Character Exist attribute (0x02).
- DB_CLEAR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DB_DB1.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS first byte position (0x40).
- DB_DBCS.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS character (0x80).
- DB_DBHIGH.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS first byte position (0x20) and DBCS character (0x08).
- DB_DEAD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS dead character position (0x08).
- DB_MIX.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS SO/SI Mixed field attribute (0x04).
- DB_SI.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS SI character position (0x10).
- DB_SO.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS character attribute mask for the DBCS SO character position (0x20).
- DB_SOSI_EXIST.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS SO/SI Pairs Exist attribute (0x20).
- DBATTR_DEFAULT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS default attribute (0x00).
- DBATTR_EITHER.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS Either field attribute (0x10).
- DBATTR_ONLY.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS Only field attribute (0x08).
- DBATTR_OPEN.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS Open field attribute (0x18).
- DBATTR_PURE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS field attribute mask for the DBCS Pure field attribute (0x09).
- DBCS_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access DBCS plane data
- DBCSINP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DBDEFALT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DEF_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- defaults().
Static method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Static method to access the trace default properties.
- DELCHAR_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Descriptors().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns an enumeration of all the descriptors for the ECLScreenDesc
object.
- DISPLAYABLE_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find display fields
- dispose().
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Cleans up the object's internal environment.
- dispose().
Method in class com.ibm.eNetwork.ECL.ECLSession
- Frees resources associated with the session.
- DONTCARE.
Static variable in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Constant for AddOIAInhibitStatus.
- DoReco().
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Performs a recognition analysis for all the currently registered
screens.
- DoReco(ECLCustomRecoEvent).
Method in interface com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoListener
- Called when an ECLScreenReco object has successfully completed the normal
matching logic for a screen and needs approval from a custom recognition
listener.
- DSPSOSI_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DUP_CHAR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- DUP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EBC_SI.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS Shift-In (SI) value (0x0f) in EBCDIC code point.
- EBC_SO.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- DBCS Shift-Out (SO) value (0x0e) in EBCDIC code point.
- ECLCustomRecoEvent(String, ECLPS, ECLScreenDesc).
Constructor for class com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
- Constructs a working instance of a custom recognition event.
- ECLEvent(Object).
Constructor for class com.ibm.eNetwork.ECL.event.ECLEvent
- Constructor for generating a new ECLEvent.
- ECLProgressEvent(Object, long, long).
Constructor for class com.ibm.eNetwork.ECL.event.ECLProgressEvent
- Constructor for generating a new ECLProgressEvent.
- ECLProgressEvent(Object, long, long, int).
Constructor for class com.ibm.eNetwork.ECL.event.ECLProgressEvent
- Constructor for generating a new ECLProgressEvent with the specified
type.
- ECLPSEvent(Object).
Constructor for class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Constructor for generating a new ECLPSEvent.
- ECLPSEvent(Object, int).
Constructor for class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Constructor for generating a new ECLPSEvent with a specific type.
- ECLRecoDebugEvent(ECLScreenReco, ECLPS, ECLScreenDesc).
Constructor for class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- Constructs a working instance of a MacroDebugRecoEvent.
- ECLScreenDesc().
Constructor for class com.ibm.eNetwork.ECL.ECLScreenDesc
- Creates an empty instance of ECLScreenDesc.
- ECLScreenDesc(String).
Constructor for class com.ibm.eNetwork.ECL.ECLScreenDesc
- Creates an instance of ECLScreenDesc from a persistent ECLScreen
string.
- ECLScreenReco().
Constructor for class com.ibm.eNetwork.ECL.ECLScreenReco
- Creates an instance of ECLScreenReco.
- ECLScreenReco(boolean).
Constructor for class com.ibm.eNetwork.ECL.ECLScreenReco
- Creates an instance of ECLScreenReco with monitoring initially turned
off or on.
- ECLSDAttrib().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Default constructor for a string descriptor.
- ECLSDAttrib(char, int, int, int, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Constructs an attribute descriptor with the given parameters.
- ECLSDCursor().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Default constructor for a cursor descriptor.
- ECLSDCursor(int, int, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Constructs a cursor descriptor with the given parameters.
- ECLSDCustom().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Default constructor for a custom descriptor.
- ECLSDCustom(ECLCustomRecoListener, String, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Constructs a custom descriptor with the given parameters.
- ECLSDFields().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Default constructor for a string descriptor.
- ECLSDFields(int, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Constructs a fields descriptor with the given parameters.
- ECLSDInputFields().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Default constructor for a string descriptor.
- ECLSDInputFields(int, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Constructs an input fields descriptor with the given parameters.
- ECLSDOIA().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Default constructor for a string descriptor.
- ECLSDOIA(int, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Constructs an OIA descriptor with the given parameters.
- ECLSDString().
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Default constructor for a string descriptor.
- ECLSDString(String, int, int, boolean, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Constructs a STRING_ABSOLUTE string descriptor with the given parameters.
- ECLSDString(String, int, int, int, int, boolean, boolean).
Constructor for class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Constructs a STRING_INRECT string descriptor with the given parameters.
- ECLSession(Properties).
Constructor for class com.ibm.eNetwork.ECL.ECLSession
- Creates and initializes a virtual emulation session with a host.
- ECLTrace().
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- ECLTraceEvent(int, ECLTraceProducer, String).
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Constructor for generating a new ECLTraceEvent.
- ECLTraceEvent(int, ECLTraceProducer, String, String).
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Constructor for generating a new ECLTraceEvent.
- ECLTraceEvent(int, ECLTraceProducer, String, String, Exception).
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Constructor for generating a new ECLTraceEvent.
- ECLTraceEvent(int, ECLTraceProducer, String, String, int, String).
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Constructor for generating a new ECLTraceEvent.
- ECLTraceEvent(int, ECLTraceProducer, String, String, String, String).
Constructor for class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Constructor for generating a new ECLTraceEvent.
- ECLXferEvent(Object, long, long, String, String, boolean).
Constructor for class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Constructor for generating a new ECLXferEvent.
- ECLXferEvent(Object, long, long, String, String, boolean, int).
Constructor for class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Constructor for generating a new ECLXferEvent.
- ECLXferEvent(Object, long, String, String, boolean).
Constructor for class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Constructor for generating a new ECLXferEvent when the size of the
file is not known.
- ECLXferEvent(Object, long, String, String, boolean, int).
Constructor for class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Constructor for generating a new ECLXferEvent when the size of the
file is not known.
- ENABLED.
Static variable in class com.ibm.eNetwork.HOD.trace.RASTrace
- enabled property keyword
- END.
Static variable in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
-
- ENDLINE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ENDPUSH_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ENTER_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ERASEEOF_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ERASEFLD_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ERASEINPUT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- ERROR.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of ERROR message
- ERROR.
Static variable in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- EXFIELD_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access extended field plane data
- EXT_ATTR_3270_APL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_ATTR_3270_BLINK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 extended field attribute mask for the blink attribute (0x40).
- EXT_ATTR_3270_CHAR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_ATTR_3270_DBCS.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 extended field attribute mask for the double-byte attribute (0x06).
- EXT_ATTR_3270_EBCDIC.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_ATTR_3270_REVERSE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 extended field attribute mask for the reverse video attribute (0x80).
- EXT_ATTR_3270_UNDERLINE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 3270 extended field attribute mask for the underline attribute (0xC0).
- EXT_ATTR_5250_BLINK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 extended field attribute mask for the blink attribute (0x20).
- EXT_ATTR_5250_COLUMN_SEP.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 extended field attribute mask for the column separator attribute (0x10).
- EXT_ATTR_5250_REVERSE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 extended field attribute mask for the reverse video attribute (0x80).
- EXT_ATTR_5250_UNDERLINE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- 5250 extended field attribute mask for the underline attribute (0x40).
- EXT_BLINK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_COL_SEP.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_D_BOTH.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_D_LEFT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid character attribute mask for the Left Character Grid (0x08).
- EXT_D_OVER.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid character attribute mask for the Upper Character Grid (0x04).
- EXT_D_RIGHT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid character attribute mask for the Right Character Grid (0x02).
- EXT_D_UNDER.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid character attribute mask for the Under Character Grid (0x01).
- EXT_DBCS.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_EFA_APL_SET.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_EFA_FG_SET.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_G_ALL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- ORed mask all 3270 grid plane lines at field attribute position
- EXT_G_LEFT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid field attribute mask for the Left Character Grid (0x80).
- EXT_G_OVER.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid field attribute mask for the Upper Character Grid (0x40).
- EXT_G_RIGHT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid field attribute mask for the Right Character Grid (0x20).
- EXT_G_UNDER.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Grid field attribute mask for the Under Character Grid (0x10).
- EXT_LINEATTR_CHECK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_LINEATTR_DBLWID.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_LINEATTR_DBLWID_DBLHT_BOT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_LINEATTR_DBLWID_DBLHT_TOP.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_LINEATTR_NORMAL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_NON_ERASEABLE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_NORMAL.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_OPAQUE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_REVERSE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- EXT_UNDERLN.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F10_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F11_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F12_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F13_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F14_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F15_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F16_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F17_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F18_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F19_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F1_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F20_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F21_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F22_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F23_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F24_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F2_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F3_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F4_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F5_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F6_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F7_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F8_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- F9_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FIELD_MARK.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FIELD_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access field plane data
- fileAttr.
Variable in class com.ibm.eNetwork.ECL.ECLPS
-
- FINAL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FindField(int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Finds the field which contains the specified linear position.
- FindField(int, int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Finds the field which contains the specified row and column coordinate.
- FindField(String, int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Finds the field which contains the given string.
- FindField(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Finds the field which contains the given string.
- FindField(String, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Finds the field which contains the given string.
- FLDBASE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDEXT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDMINUS_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDMRK_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDPLUS_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDREV_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FLDSHAPE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Formats the action object's contents into a readable string.
- Format(int, boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Formats the action object's contents into a readable string.
- FormatSDString(ECLSDString).
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- This method should be used in conjuction with the CompareDescriptor method.
- FORMFEED_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- FWDTAB_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- GetAttrib().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Returns the attribute value for the descriptor.
- GetAttribute().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the field's raw attribute byte.
- GetBytesSent().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns the total number of bytes sent.
- GetBytesToSend().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns the total number of bytes to be sent.
- GetCICSGWCodePage().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the user-specified CICS gateway code page.
- GetCICSServer().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the name of CICS server.
- GetClassName().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the name of the class
- GetCodePage().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the host code page.
- GetCodePage().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns the code page currently in use by file transfer.
- GetCol().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Returns the column position for the attribute descriptor.
- GetCol().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Returns the column position for the cursor descriptor
- GetCommStatus().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the status of the connection to the host
- GetComponent().
Method in interface com.ibm.eNetwork.ECL.trace.ECLTraceProducer
- Returns the component name.
- GetConnType().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the session type.
- GetCorrelator().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the correlator
- GetCursorCol().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the column coordinate of the current cursor position.
- GetCursorPos().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the linear cursor position.
- GetCursorRow().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the row coordinate of the current cursor position.
- GetCursorVisible().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns whether the cursor is visible.
- GetCursorVisible().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns whether the cursor is visible.
- GetDescription().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- Returns the ECLScreenDesc object that was compared.
- GetDescriptors().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the descriptor collection object for the ECLScreenDesc class.
- GetDeviceName().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the device (or LU) name associated with this session.
- GetECLXfer().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns the instance of ECLXfer associated with this event.
- GetECol().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the ending column for the string descriptor.
- GetEnd().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the ending linear position of the field.
- GetEnd().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the ending linear position of the changed area.
- GetEndCol().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the ending column of the field.
- GetEndCol().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the ending column of the changed area.
- GetEndRow().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the ending row of the field.
- GetEndRow().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the ending row of the changed area.
- GetERow().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the ending row for the string descriptor.
- GetException().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the exception
- GetFieldCount().
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Gets the number of fields in the field list.
- GetFieldList().
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetFieldList returns an instance of ECLFieldList based on the
current PS.
- GetFieldList(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetFieldList returns an instance of ECLFieldList based on the
current PS.
- GetFirstField().
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Returns the first field in the field list.
- GetFirstField(int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Gets the first field in the field list which matches the specified
attributes.
- GetFunction().
Method in interface com.ibm.eNetwork.ECL.trace.ECLTraceProducer
- Returns the function name.
- getHistoryPosFromLogicalPos(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- getHistoryPosFromLogicalPos()
This function returns the calculated history linear position based on
the passed in logical screen position.
- getHistoryRows().
Method in class com.ibm.eNetwork.ECL.ECLPS
- getHistoryRows()
This function returns the number of history rows captured.
- getHistoryViewPos().
Method in class com.ibm.eNetwork.ECL.ECLPS
- getHistoryViewPos()
This function returns the local copy of the history view position.
- GetHost().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the name of the host with which the session is established.
- getID().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
- Returns the ID string for the custom recognition descriptor.
- GetID().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Returns the identifier for the custom descriptor.
- GetLength().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the length of the field.
- GetListener().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Returns the listener for the custom descriptor
- GetMethod().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the method name
- GetMsgNumber().
Method in class com.ibm.eNetwork.ECL.ECLErr
- Gets the message number for this ECLErr.
- GetMsgText().
Method in class com.ibm.eNetwork.ECL.ECLErr
- Gets the message text associated with this ECLErr object.
- GetMsgType().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the message type
- GetName().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the session name.
- GetName().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns unique name for the screen description.
- GetNextField(ECLField).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Returns the next field in the field list after the given field.
- GetNextField(ECLField, int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Returns the next field in the field list with the specified
attributes.
- GetNum().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Returns the number of fields for the descriptor.
- GetNum().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Returns the number of fields for the descriptor.
- GetOIA().
Method in class com.ibm.eNetwork.ECL.ECLSession
- Gets the ECLOIA object associated with the session.
- GetOIAType().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Returns the OIA type for the descriptor.
- GetParent().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Get the parent of this ECLOIA which is an instance of ECLSession.
- GetParent().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Get the parent of this PS which is an instance of ECLSession.
- GetParent().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Get the parent of this ECLXfer which is an instance of ECLSession.
- GetPCCodePage().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns the code page currently in use by file transfer.
- GetPlane().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Returns the plane type for the attribute descriptor.
- GetPlaneAsString().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Returns the string representation of the plane value set for the
attribute descriptor.
- GetPort().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Gets the host port number of the session.
- getPrinterName().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the printer device name.
- getPrintFileName().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the print file name if output is directed to a file.
- GetProduct().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the product
- getProperties().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Return the Properties object used when constructing this session.
- GetPS().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
- Returns the presentation space object that ECLScreenReco is using.
- GetPS().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the ECLPS object associated with this event.
- GetPS().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- Returns the current presentation space object in the Macro bean.
- GetPS().
Method in class com.ibm.eNetwork.ECL.ECLSession
- Gets the ECLPS object associated with the session.
- GetRow().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Returns the row position for the attribute descriptor.
- GetRow().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Returns the row position for the cursor descriptor.
- GetSCol().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the starting column for the string descriptor.
- GetScreen(char[], int, int).
Method in class com.ibm.eNetwork.ECL.ECLField
- Retrieves information from the different planes (text, color, extended
attributes, DBCS, and grid) associated with a field.
- GetScreen(char[], int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetScreen retrieves the various planes (text, color, attributes,
extended attributes) associated with the presentation space.
- GetScreen(char[], int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetScreen retrieves the various planes (text, color, attributes,
extended attributes) associated with the presentation space.
- GetScreen(char[], int, int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetScreen retrieves the various planes (text, color, attributes,
extended attributes) associated with the presentation space.
- GetScreenDesc().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
- Returns the ECLScreeDesc object that ECLScreenReco is comparing against
the presentation space.
- GetScreenRect(char[], int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetScreenRect retrieves data from the various planes (text, color,
attributes, extended attributes) associated with the presentation
space.
- GetScreenRect(char[], int, int, int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetScreenRect retrieves data from the various planes (text, color,
attributes, extended attributes) associated with the presentation
space.
- GetSDAttribs().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns a collection of the attribute screen descriptors for the
ECLScreenDesc object.
- GetSDCursor().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the cursor screen descriptor for the ECLScreenDesc object.
- GetSDCustom().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns a collection of the custom screen descriptors for the
ECLScreenDesc object.
- GetSDCustom(String).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the custom recognition screen descriptor for the ECLScreenDesc
object that has the given ID.
- GetSDFields().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the field count screen descriptor for the ECLScreenDesc object.
- GetSDInputFields().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the input field count screen descriptor for the ECLScreenDesc object.
- GetSDOIA().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns the OIA state screen descriptor for the ECLScreenDesc object.
- GetSDStrings().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns a collection of the string screen descriptors for the
ECLScreenDesc object.
- GetSendKeyMnemonics().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the valid list of SendKey mnemonic commands for the PS object.
- GetSize().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the linear size of the presentation space.
- GetSizeCols().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the total number of columns in the presentation space.
- GetSizeRows().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns the total number of rows in the presentation space.
- GetSource().
Method in class com.ibm.eNetwork.ECL.event.ECLEvent
- Returns the event source.
- GetSourceFile().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns the source file for this transfer event.
- GetSRow().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the starting row for the string descriptor.
- GetStart().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the starting linear position of the field.
- GetStart().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the starting linear position of the changed area.
- GetStartCol().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the starting column of the field.
- GetStartCol().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the starting column of the changed area.
- GetStartRow().
Method in class com.ibm.eNetwork.ECL.ECLField
- Gets the starting row of the field.
- GetStartRow().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the starting row of the changed area.
- GetStatusFlags().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- This method returns the current status flags of the OIA.
- GetString().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the string text for the string descriptor.
- GetString(char[], int).
Method in class com.ibm.eNetwork.ECL.ECLField
- Retrieves text plane information from the field similarly to GetScreen
using the TEXT_PLANE parameter, but it handles DBCS characters
differently.
- GetString(char[], int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetString retrieves text plane information from the presentation
space similarly to GetScreen using the TEXT_PLANE parameter, but it
handles DBCS characters differently.
- GetString(char[], int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetString retrieves text plane information from the presentation
space similarly to GetScreen using the TEXT_PLANE parameter, but it
handles DBCS characters differently.
- GetString(char[], int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- GetString retrieves text plane information from the presentation
space similarly to GetScreen using the TEXT_PLANE parameter, but it
handles DBCS characters differently.
- GetStringType().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the string matching type for the string descriptor.
- GetTargetFile().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns the target file for this transfer event.
- GetThreadID().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the ThreadID
- GetTimeout().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns the current time out value used for file transfers.
- GetTraceLevel().
Method in interface com.ibm.eNetwork.ECL.trace.ECLTraceProducer
- Returns the current trace level.
- getTraceLevel().
Method in class com.ibm.eNetwork.ECL.ECLXfer
-
- GetTraceLevel(String).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Returns the trace level of the specified ECL component
- getTraceListener().
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to return the TraceListener.
- GetTraceName().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the trace identifier string for this trace event
- getTraceName().
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Returns a trace identifier for this bean.
- GetTraceProducer().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the trace producer
- GetTraceString().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the actual trace message
- GetType().
Method in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
- Returns the type of progress event.
- GetType().
Method in class com.ibm.eNetwork.ECL.event.ECLPSEvent
- Returns the type of this event.
- GetType().
Method in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Returns the event type
- GetUnitsDone().
Method in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
- Returns the total number of units of work completed.
- GetUnitsToDo().
Method in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
- Returns the total number of units of work to do.
- GetWorkstationID().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the name of a workstation ID for this session.
- GetXfer().
Method in class com.ibm.eNetwork.ECL.ECLSession
- Gets the ECLXfer associated with the session.
- GRCURSOR_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- GREEN_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- GRID_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access double-byte grid plane data
- HELP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- HIDE.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of HIDE
- HILIGHT_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find high intensity fields
- HINDIL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- HOME_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- HOST_EVENTS.
Static variable in class com.ibm.eNetwork.ECL.ECLPS
-
- HOST_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- HOSTPRT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- INFORMATIONAL.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of INFORMATIONAL message
- INHIBIT_COMMCHECK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- INHIBIT_MACHCHECK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- INHIBIT_NOTINHIBITED.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- INHIBIT_OTHERINHIBIT.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- INHIBIT_PROGCHECK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- INHIBIT_SYSTEMWAIT.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- init(ECLSession).
Method in interface com.ibm.eNetwork.ECL.ECLAppletInterface
- The init() method is called immediately after the class is
constructed.
- initHistoryWindow().
Method in class com.ibm.eNetwork.ECL.ECLPS
-
- INITIAL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- InputInhibited().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- This method returns a value that indicates whether or not input is
inhibited.
- INSERT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- IsActive().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns whether the ECLScreenDesc object should be monitored if
it is registered with the ECLScreenReco system.
- IsActive().
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Returns the ECLScreenReco monitoring process state.
- IsAlphanumeric().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Determines if the field which contains the cursor is an alphanumeric
field.
- IsCaseSense().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Returns the case sensitivity for the string descriptor.
- IsClear().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns the clear flag which indicates whether a clear is sent to the
host before a file transfer occurs.
- IsCommErrorReminder().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- This method reports on the status of the communications error
reminder condition.
- IsCommReady().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Checks whether the session is ready for interaction such as sending
keystrokes or calling other API methods.
- IsCommStarted().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Checks whether the session is connected to the host.
- IsDBCS().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Determines if current cursor location is a double-byte character.
- IsDeviceNameReady().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Checks whether the negotiated device name is ready.
- IsDisplay().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field is displayable.
- isEnabled().
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to return whether trace is enabled.
- isENPTUI().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns whether or not the ENPTUI function should be enabled for 5250 display session.
- IsHighIntensity().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field is high-intensity.
- isHistoryEnabled().
Method in class com.ibm.eNetwork.ECL.ECLPS
- isHistoryEnabled()
This function returns the boolean state of history mode.
- IsInsertMode().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Determines if the keyboard is in insert mode.
- IsInvertMatch().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Returns whether the recognition matching will be inverted for the
descriptor.
- IsMatch().
Method in class com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent
- Returns true if all match.
- IsMatch().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns whether the description matched in the ECLScreenReco
matching algorithm.
- IsMatch().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Returns whether the descriptor matched in the ECLScreenReco
matching algorithm.
- IsMatch(ECLPS, ECLScreenDesc).
Static method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Compares the screen in the PS.
- IsMessageWaiting().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- This method reports on the status of the message waiting indicator.
- IsModified().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field has been modified.
- IsNumeric().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field is numeric-only.
- IsNumeric().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Determines if the field which contains the cursor is a numeric-only
field.
- ISOLATED_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- IsOptional().
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Returns whether the descriptor will be optional in the ECLScreenReco
matching algorithm.
- IsPenDetectable().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field is pen-detectable.
- isPrintDestination().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Determines if the print destination is a printer or a file
This is only valid for VT sessions.
- IsProtected().
Method in class com.ibm.eNetwork.ECL.ECLField
- Determines whether or not the field is protected.
- IsReceive().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Determines whether this event is for a receive or send operation.
- isScreenReversed().
Method in class com.ibm.eNetwork.ECL.ECLPS
-
/**
This method is used for VT sessions.
- isSeparateFiles().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Determines if each print job goes to a unique file or have printer jobs
appended to each other in one file.
- IsSuppressClearEvent().
Method in class com.ibm.eNetwork.ECL.ECLPS
- Returns whether the system should ignore screen events when a
host application sends a clear screen command immediately followed
by an end of record indicator in the data stream.
- isTCPNODELAY().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Returns the setting of the TCPNODELAY configuration option.
- IsTransient().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Returns whether the screen description is transient.
- isVisible().
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to return visibility of trace GUI.
- IsWorkstationIDReady().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Checks whether the negotiated workstation ID is ready.
- JUMP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD0_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD1_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD2_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD3_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD4_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD5_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD6_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD7_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD8_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPAD9_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPADCOMMA_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPADDOT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPADENTER_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- KEYPADMINUS_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- LATINL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- LEVEL.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of LEVEL
- ListCodePages().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns a list of valid code pages which can be used by file transfer.
- ListPCCodePages().
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Returns a list of valid code pages which can be used by file transfer.
- loadXfer().
Method in class com.ibm.eNetwork.ECL.ECLSession
-
- LOGEXCEPTION.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of LOGEXCEPTION
- LOGICAL_DISP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- LOGMESSAGE.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of LOGMESSAGE
- LOLIGHT_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find low intensity fields
- MARKDOWN_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MARKLEFT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MARKRIGHT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MARKUP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MIDDLE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MODIFIED_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find modified fields
- MOVEDOWN_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MOVELEFT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MOVERIGHT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- MOVEUP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- name().
Method in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- NATIONAL_DISP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NEUT_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NEWLINE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NLS_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NO_TIMEOUT.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with ECLPS and ECLOIA WaitFor methods
- NOMINAL_DISP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NON_DISPLAYABLE_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find hidden fields
- NON_PENDETECTABLE_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find non-pen-detectable fields
- NotifyError(ECLConnection, ECLErr).
Method in interface com.ibm.eNetwork.ECL.ECLCommNotify
- The NotifyError() method is called whenever the ECLConnection object
detects an error during event generation.
- NotifyError(ECLOIA, ECLErr).
Method in interface com.ibm.eNetwork.ECL.ECLOIANotify
- The NotifyError() method is called whenever the ECLOIA object
detects an error during event generation.
- NotifyError(ECLPS, ECLErr).
Method in interface com.ibm.eNetwork.ECL.ECLPSNotify
- The NotifyError() method is called whenever the ECLPS object
detects an error during event generation.
- NotifyError(ECLPS, ECLScreenDesc, ECLErr).
Method in interface com.ibm.eNetwork.ECL.ECLRecoNotify
- The NotifyError() method is called whenever the ECLScreenReco object
detects an error during event generation.
- NotifyEvent(ECLConnection, boolean).
Method in interface com.ibm.eNetwork.ECL.ECLCommNotify
- The NotifyEvent() method is called whenever the connection status
changes.
- NotifyEvent(ECLOIA, int, int, String).
Method in interface com.ibm.eNetwork.ECL.ECLOIANotify
- The NotifyEvent() method is called whenever a status indicator
within ECLOIA changes.
- NotifyEvent(ECLPS).
Method in interface com.ibm.eNetwork.ECL.ECLPSNotify
- The NotifyEvent() method is called whenever the presentation
space is updated.
- NotifyEvent(ECLPS, ECLScreenDesc).
Method in interface com.ibm.eNetwork.ECL.ECLRecoNotify
- The NotifyEvent() method is called whenever any screen
in the PS is matched to an ECLScreenDesc object in ECLScreenReco.
- NotifyStop(ECLConnection, int).
Method in interface com.ibm.eNetwork.ECL.ECLCommNotify
- The NotifyStop() method is called when event generation is stopped
for any reason.
- NotifyStop(ECLOIA, int).
Method in interface com.ibm.eNetwork.ECL.ECLOIANotify
- The NotifyStop() method is called when event generation is stopped
for any reason.
- NotifyStop(ECLPS, int).
Method in interface com.ibm.eNetwork.ECL.ECLPSNotify
- The NotifyStop() method is called when event generation is stopped
for any reason.
- NotifyStop(ECLScreenDesc, int).
Method in interface com.ibm.eNetwork.ECL.ECLRecoNotify
- The NotifyStop() method is called when event generation is stopped
for any reason.
- NOTINHIBITED.
Static variable in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Constant for AddOIAInhibitStatus.
- NUMCONTEXT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NUMERIC_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find numeric-only fields
- NUMNATIONAL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- NUMNOMINAL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- OIA_DONTCARE.
Static variable in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- OIA wait type.
- OIA_NOTINHIBITED.
Static variable in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- OIA wait type.
- openLocalMessageConsole().
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to handle trace events from a HACL component.
- PA1_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PA2_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PA3_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PAGEDWN_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PAGEUP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PASTE_FIELD_WRAP.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_LINE_WRAP.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_STOP_PRO_LINE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PASTE_TAB_COLUMNS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_TAB_OPTIONS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_TAB_SPACES.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTE_TO_TRIMMED_AREA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- PASTENEXT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PENDETECTABLE_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find pen-detectable fields
- PINK_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PlaneToString(int).
Static method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Takes a plane value and converts it into a string representation of a
plane constant.
- PRINT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PROGRESS.
Static variable in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
-
- PROTECTED_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find protected fields
- PRTESTPAGE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- PSNotifyError(ECLPS, ECLErr).
Method in interface com.ibm.eNetwork.ECL.event.ECLPSListener
- The PSNotifyError() method is called whenever the ECLPS object
detects an error during event generation.
- PSNotifyEvent(ECLPSEvent).
Method in interface com.ibm.eNetwork.ECL.event.ECLPSListener
- The PSNotifyEvent() method is called whenever the presentation
space is updated.
- PSNotifyStop(ECLPS, int).
Method in interface com.ibm.eNetwork.ECL.event.ECLPSListener
- The PSNotifyStop() method is called when event generation is stopped
for any reason.
- PUSH_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- RASTrace().
Constructor for class com.ibm.eNetwork.HOD.trace.RASTrace
- Create a RASTrace object with default properties.
- RASTrace(Properties).
Constructor for class com.ibm.eNetwork.HOD.trace.RASTrace
- Create a RASTrace object with new properties.
- RAWTEXT_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- READY.
Static variable in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- ReceiveFile(String, String, String).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Receives a file from the host using the specified transfer options.
- RED_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- Refresh().
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Refreshes the field list with a snapshot of the fields in the current
presentation space.
- Refresh(int).
Method in class com.ibm.eNetwork.ECL.ECLFieldList
- Refreshes the field list with a snapshot of the fields in the current
presentation space.
- REGISTER.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of REGISTER
- RegisterCommEvent(ECLCommNotify, boolean).
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Registers a notification object for events dispatched by a single
instance of ECLConnection.
- RegisterOIAEvent(ECLOIANotify).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Registers a notification object for events dispatched by a single
instance of ECLOIA.
- RegisterPSEvent(ECLPSListener).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Registers a PS Listener for all PS events.
- RegisterPSEvent(ECLPSListener, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Registers a PS Listener for either host- or user-generated events.
- RegisterPSEvent(ECLPSNotify).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Registers a notification object for events dispatched by a single
instance of ECLPS.
- RegisterScreen(ECLScreenDesc, ECLRecoNotify).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Register an ECLScreenDesc object with the screen recognition system.
- RegisterScreen(ECLScreenDesc, ECLRecoNotify, boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Register an ECLScreenDesc object with the screen recognition system.
- RegisterTraceEvent(ECLTraceListener).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Registers a notification object for all trace events fired by HACL
components.
- RegisterTraceEvent(ECLTraceListener, String).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Registers a notification object for trace events fired by HACL
components.
- RegisterXferEvent(ECLXferListener).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Registers an ECLXferListener for ECLXferEvents.
- RemoveDescriptor(ECLScreenDescriptor).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Removes a descriptor from the screen description.
- RemoveECLRecoDebugListener(ECLRecoDebugListener).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Removes the given ECLRecoDebugListener from list of listeners.
- RemovePS(ECLPS).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Removes an ECLPS object (Presentation Space) from the screen recognition
system.
- RESET_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- RETRYPRT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- RULE_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- SCREENREV_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- SEARCH_BACKWARD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()
- SEARCH_FORWARD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()
- SearchString(String, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchString method searches for a given text string within the
presentation space similarly to SearchText, but it handles DBCS
characters differently.
- SearchString(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchString method searches for a given text string within the
presentation space similarly to SearchText, but it handles DBCS
characters differently.
- SearchString(String, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchString method searches for a given text string within the
presentation space similarly to SearchText, but it handles DBCS
characters differently.
- SearchText(String, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchText method searches for a given text string within the
presentation space.
- SearchText(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchText method searches for a given text string within the
presentation space.
- SearchText(String, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SearchText method searches for a given text string within the
presentation space.
- SELECTALL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- SendFile(String, String, String).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Sends a file to the host using the specified transfer options.
- SendKeys(String).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SendKeys method sends a string of keys to the presentation
space.
- SendKeys(String, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- This signature of SendKeys sends the given text string
at the specified cursor location.
- SendKeys(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- This signature of SendKeys sends the given text string
at the specified cursor position.
- SESSION_3270_HOST_PORT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_5250_HOST_PORT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_APPLET.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_ATTN_KEY_OVERRIDE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_AUTO_SYS_UNLOCK.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_AUTOCONNECT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_AUTOCONNECT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_AUTORECONNECT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_AUTORECONNECT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ARABIC_864.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_AUTO_DETECT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_CYRILLIC_855.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_CYRILLIC_866.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_GREEK.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_HEBREW_856.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_ARABIC.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_CYRILLIC.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_GREEK.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_HEBREW.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_LATIN1.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_LATIN2.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_ISO_LATIN5.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_LATIN1_437.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_LATIN1_850.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_LATIN2.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_LATIN5.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_CODE_PAGE_THAI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_GW_CODE_PAGE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_HOST_PORT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CICS_SERVER_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ARABIC.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_AUSTRIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_AUSTRIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BELARUS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BELARUS_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BELGIUM.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BELGIUM_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BELGIUM_OLD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BOSNIA_HERZEGOVINA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BOSNIA_HERZEGOVINA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BRAZIL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BRAZIL_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BRAZIL_OLD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BULGARIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_BULGARIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CANADA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CANADA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CROATIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CROATIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CZECH.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_CZECH_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_DENMARK.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_DENMARK_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ESTONIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ESTONIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_FINLAND.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_FINLAND_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_FRANCE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_FRANCE_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_GERMANY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_GERMANY_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_GREECE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_HINDI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_HUNGARY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_HUNGARY_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ICELAND.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ICELAND_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ISRAEL_NEW.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ISRAEL_OLD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ITALY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ITALY_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_JAPAN_ENGLISH.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_JAPAN_ENGLISH_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_JAPAN_KATAKANA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_JAPAN_KATAKANA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_JAPAN_KATAKANA_NEX.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_KEY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_KEY_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_KOREA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_KOREA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LATIN_AMERICA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LATIN_AMERICA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LATVIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LATVIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LITHUANIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_LITHUANIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_MACEDONIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_MACEDONIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_MULTILINGUAL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_MULTILINGUAL_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_MULTILINGUAL_ISO_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_NETHERLANDS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_NETHERLANDS_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_NORWAY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_NORWAY_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_OPEN_EDITION.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_POLAND.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_POLAND_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_PORTUGAL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_PORTUGAL_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_PRC.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_PRC_GBK.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ROC.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ROC_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ROMANIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_ROMANIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_RUSSIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_RUSSIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SERBIA_MONTEGRO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SERBIA_MONTEGRO_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SLOVAKIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SLOVAKIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SLOVENIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SLOVENIA_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SPAIN.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SPAIN_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SWEDEN.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_SWEDEN_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_THAI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_THAI_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_TURKEY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_TURKEY_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_UKRAINE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_UKRAINE_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_UNITED_KINGDOM.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_UNITED_KINGDOM_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_US.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_CODE_PAGE_US_EURO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_ENPTUI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_GRAPHICS_CELL_SIZE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_OFF.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_ON.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_128.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_16.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_256.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_32.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_512.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_64.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HISTORY_SIZE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HOST.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HOST_GRAPHICS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_HOST_PORT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_LU_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_LU_NAME_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_LUM_LICENSING.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_LUM_PORT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_LUM_SERVER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_OFF.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_ON.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PASTE_TAB_OPTIONS_COLUMNS_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PASTE_TAB_OPTIONS_FIELDWRAP_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PASTE_TAB_OPTIONS_SPACES_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PRINT_BUFFSIZE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_144X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_144X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_24X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_24X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_27X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_32X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_36X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_36X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_43X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_48X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_48X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_72X132_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_72X80_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_13X22_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_13X29_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_9X12_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_9X16_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_9X21_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_CELL_AUTO_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_DEBUGGER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_SIZE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_PS_SIZE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SERVICE_MGR_HOST.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_AS400_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_AS400_NAME_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_ENABLED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_ENABLED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_MAX_WAIT_TIME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_MAX_WAIT_TIME_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_SCOPE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_SCOPE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_THIS_SCOPE_ONLY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SLP_THIS_SCOPE_ONLY_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PASSWORD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PASSWORD_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PROMPTED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PROMPTED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PROVIDED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_PROVIDED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_REMEMBERED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_REMEMBERED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_URL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_CERTIFICATE_URL_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_SERVER_AUTHENTICATION.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_SERVER_AUTHENTICATION_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_TELNET_NEGOTIATED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_SSL_TELNET_NEGOTIATED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TCP_NODELAY.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TN_ENHANCED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TN_ENHANCED_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_COMM_EVENT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_COMM_EVENT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_DS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_DS.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_ERR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_ERR.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_FIELD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_FIELD.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_FIELDLIST.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_FIELDLIST.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_OIA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_OIA.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_OIA_EVENT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_OIA_EVENT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_PRINTER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_PRINTER.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_PS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_PS.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_PS_EVENT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_PS_EVENT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_SCREENRECO_EVENT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_SCREENRECO_EVENT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_SCREENRECODBG_EVENT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_SCREENRECODBG_EVENT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_SCRN_RECO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_SCRN_RECO.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_SD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_SD.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_SESSION.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_SESSION.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_TRANSPORT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_TRANSPORT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TRACE_XFER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TRACE_XFER.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- SESSION_TYPE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_3270.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_3270_PRT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_3270_PRT_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_3270_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_5250.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_5250_PRT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_5250_PRT_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_5250_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_CICS.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_CICS_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_VT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_TYPE_VT_STR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_USE_BIND_SCREEN_SIZE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_ANS_BACK_MSG.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_ANS_BACK_MSG_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_AUTOWRAP.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_AUTOWRAP_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_AUTOWRAP_OFF.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_AUTOWRAP_ON.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_BACKSPACE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_BACKSPACE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_BACKSPACE_DELETE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_BACKSPACE_NORM.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_ARABIC_ISO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_ASMO_449.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_BRI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_CAN.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_DUT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_FIN.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_FRE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_GER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_HEB7BIT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_HEB8BIT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_HEBREW.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_ITA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_MULTI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_NOR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_SPA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_SWE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_SWI.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_THA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CODE_PAGE_USA.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CURSOR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CURSOR_APPL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CURSOR_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_CURSOR_NORM.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_HOST_PORT_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_KEYPAD.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_KEYPAD_APPL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_KEYPAD_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_KEYPAD_NORM.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_LOCAL_ECHO.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_LOCAL_ECHO_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_LOCAL_ECHO_OFF.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_LOCAL_ECHO_ON.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_NEW_LINE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_NEW_LINE_CR.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_NEW_LINE_CRLF.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_NEW_LINE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_PRINT_DESTINATION.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_PRINT_FILE_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_PRINT_SEPARATE_FILES.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_PRINTER_NAME.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_REVERSE_SCREEN.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_SCREEN_NORMAL.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_SCREEN_REVERSED.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE_DEFAULT.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE_VT100.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE_VT220_7.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE_VT220_8.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_VT_TERMINAL_TYPE_VT52.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SESSION_WORKSTATION_ID.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- SetActive(boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets whether the ECLScreenDesc object should be monitored if
it is registered with the ECLScreenReco system.
- SetActive(boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Starts or stops the ECLScreenReco monitoring process.
- SetAttrib(char).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the attribute value for the descriptor.
- SetAttrib(String).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the attribute value for the descriptor from a string.
- SetCaseSense(boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the case sensitivity for the string descriptor.
- SetClear(boolean).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Sets whether a clear is sent to the host before the file transfer
is initiated.
- SetCodePage(String).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Sets the file transfer code page to the specified code page.
- SetCol(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the column position for the attribute descriptor.
- SetCol(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Sets the column position for the cursor descriptor
- SetCursorPos(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Sets the cursor position to the specified linear position.
- SetCursorPos(int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Sets the cursor position to the specified row and column.
- SetCursorVisible(boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Sets the cursor to be visible or invisible depending on the given parameter
- SetCustomListener(ECLCustomRecoListener, String).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Registers a custom recognition listener with a given ID.
- SetDescriptors(Vector).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets the descriptor collection object for the ECLScreenDesc class.
- SetECol(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the ending column for the string descriptor.
- setEnabled(boolean).
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to enable or disable trace.
- SetERow(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the ending row for the string descriptor.
- setHistoryViewPos(int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- setHistoryViewPos()
This function sets the local copy of the history view position.
- SetID(String).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Sets the identifier for the custom descriptor
- SetInvertMatch(boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Sets whether the recognition matching should be inverted for the
descriptor.
- SetListener(ECLCustomRecoListener).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCustom
- Sets the listener for the custom descriptor
- SetMatch(boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Sets whether the descriptor matched in the ECLScreenReco
matching algorithm.
- SetName(String).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets the unique name for the screen description.
- SetNum(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDFields
- Sets the number of fields for the descriptor.
- SetNum(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDInputFields
- Sets the number of fields for the descriptor.
- SetOIAType(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDOIA
- Sets the OIA type for the descriptor.
- SetOptional(boolean).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLScreenDescriptor
- Sets whether the descriptor will be optional in the ECLScreenReco
matching algorithm.
- SetPCCodePage(String).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Sets the file transfer code page to the specified code page.
- SetPlane(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the plane type for the attribute descriptor.
- SetPlaneAsString(String).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the plane value from string for the attribute descriptor.
- setPrinterStatus(int, int, String).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Printer Status column 61-65
- SetRow(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDAttrib
- Sets the row position for the attribute descriptor.
- SetRow(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDCursor
- Sets the row position for the cursor descriptor
- SetSCol(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the starting column for the string descriptor.
- setSize(int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
-
This method is used to set the size of the presentation space and
allocate any memory need to store the characters.
- SetSRow(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the starting row for the string descriptor.
- SetString(String).
Method in class com.ibm.eNetwork.ECL.ECLField
- Sets the field's text plane to the specified string similarly to
SetText, but it handles DBCS characters differently.
- SetString(String).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetString method sends a string to the presentation space at the
current cursor location similarly to SetText, but it handles DBCS
characters differently.
- SetString(String).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the string text for the string descriptor.
- SetString(String, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetString method sends a string to the presentation space at the
specified location similarly to SetText, but it handles DBCS
characters differently.
- SetString(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetString method sends a string to the presentation space at the
specified location similarly to SetText, but it handles DBCS
characters differently.
- SetStringType(int).
Method in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Sets the string matching type for the string descriptor.
- SetSuppressClearEvent(boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Sets whether the system should ignore screen events when a
host application sends a clear screen command immediately followed
by an end of record indicator in the data stream.
- SetText(String).
Method in class com.ibm.eNetwork.ECL.ECLField
- Sets the field's text plane to the specified string.
- SetText(String).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetText method sends a string to the presentation space at the
current cursor location.
- SetText(String, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetText method sends a string to the presentation space at the
specified location.
- SetText(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- The SetText method sends a string to the presentation space at the
specified location.
- SetTimeout(int).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Sets the file transfer time out to the specified value.
- SetTraceLevel(int).
Method in interface com.ibm.eNetwork.ECL.trace.ECLTraceProducer
- Sets the current trace level.
- SetTraceLevel(String, int).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Sets the trace level of the ECL component to the level
passed in.
- SetTransient(boolean).
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Sets the screen description as transient.
- setVisible(boolean).
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to show or hide the trace GUI.
- SetXferHostUsrPwd(String, String, String, String, int).
Method in class com.ibm.eNetwork.ECL.ECLXfer
-
- SHOW.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of SHOW
- ShowPSDebugger(boolean).
Method in class com.ibm.eNetwork.ECL.ECLSession
- Shows or hides the PS Debugger.
- START.
Static variable in class com.ibm.eNetwork.ECL.event.ECLProgressEvent
-
- StartCommunication().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Starts the communications link to the host.
- STARTED.
Static variable in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- STARTMAC_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- STATE_A_ONLINE.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_CLEAR_DO_NOT_ENTER.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_COMM_CHECK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_COMM_ERR_REM.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_CONTROLLER_READY.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_DO_NOT_ENTER.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_ELSEWHERE.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_ENCRYPT.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_FN_MINUS.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_GR_CURSOR.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_INPUT_ERROR.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_INSERT.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_MORE_THAN.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_MSG_WAITING.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_MY_JOB.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_NO_CHANGE.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_OP_SYS.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_PROG_CHECK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_SYM_MINUS.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_SYS_LOCK.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_TIME.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_UNOWNED.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- STATE_WHAT_KEY.
Static variable in class com.ibm.eNetwork.ECL.ECLOIA
-
- status().
Method in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- StopCommunication().
Method in class com.ibm.eNetwork.ECL.ECLConnection
-
- STOPPED.
Static variable in class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- STRING_ABSOLUTE.
Static variable in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Value used to specify that the string descriptor describes a string
at an absolute position.
- STRING_INRECT.
Static variable in class com.ibm.eNetwork.ECL.screenreco.ECLSDString
- Value used to specify that the string descriptor describes a string
that is in a rectangular area.
- StringToAttrib(String).
Static method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Converts a hex string (0x00) to a character attribute.
- StringToPlane(String).
Static method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- Takes a string representation of a plane constant and converts it into a
plane value.
- syncStopCommunication().
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Stops the communications link to the host.
- SYSREQ_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TEST_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TEXT_PLANE.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used with various methods to access text plane data
- THAIL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TOGGLEHEB_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- toString().
Method in class com.ibm.eNetwork.ECL.event.ECLEvent
- Returns a string representation of the event.
- toString().
Method in class com.ibm.eNetwork.ECL.ECLScreenDesc
- This method is used to serialize an ECLScreenDesc object.
- toString().
Method in class com.ibm.eNetwork.ECL.event.ECLXferEvent
- Returns a String representation of the event.
- TRACE_MAXIMUM.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- TRACE_MINIMUM.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- TRACE_NONE.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- TRACE_NORMAL.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTrace
-
- TRACEENTRY.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of TRACEENTRY
- traceEvent(TraceEvent).
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to handle trace events from a Bean.
- TRACEEXIT.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of TRACEEXIT
- TRACEMESSAGE.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of TRACEMESSAGE
- TraceNotifyEvent(ECLTraceEvent).
Method in interface com.ibm.eNetwork.ECL.trace.ECLTraceListener
- The TraceNotifyEvent method is called on this listener whenever a trace
message is generated.
- TraceNotifyEvent(ECLTraceEvent).
Method in class com.ibm.eNetwork.HOD.trace.RASTrace
- Method to handle trace events from a HACL component.
- TRIM_RECT_REMAIN_AFTER.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- TRIM_RECT_SIZING_HANDLES.
Static variable in class com.ibm.eNetwork.ECL.ECLSession
-
- TURQ_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TXTORL2R_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TXTORR2L_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TXTTYPEL_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- TXTTYPEV_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- UNMARK_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- UNMODIFIED_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unmodified fields
- UNPROTECTED_FIELD.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
- Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unprotected fields
- UNREGISTER.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of UNREGISTER
- UnregisterAllScreens().
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Removes all registered screens from the screen recognition object.
- UnregisterCommEvent(ECLCommNotify).
Method in class com.ibm.eNetwork.ECL.ECLConnection
- Unregisters a notification object previously registered with the
RegisterCommEvent() method.
- UnregisterOIAEvent(ECLOIANotify).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Unregisters a notification object previously registered with the
RegisterOIAEvent() method.
- UnregisterPSEvent(ECLPSListener).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Unregisters a PS Listener that was previously registered with the
RegisterPSEvent() method.
- UnregisterPSEvent(ECLPSListener, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Unregisters a PS Listener that was previously registered with the
RegisterPSEvent() method.
- UnregisterPSEvent(ECLPSNotify).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Unregisters a notification object previously registered with the
RegisterPSEvent() method.
- UnregisterScreen(ECLScreenDesc, ECLRecoNotify).
Method in class com.ibm.eNetwork.ECL.ECLScreenReco
- Remove an ECLScreenDesc object and its corresponding ECLRecoNotify
object from the screen recognition system.
- UnregisterTraceEvent(ECLTraceListener).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Unregisters a notification object previously registered with the
RegisterTraceListener() method.
- UnregisterTraceEvent(ECLTraceListener, String).
Static method in class com.ibm.eNetwork.ECL.trace.ECLTrace
- Unregisters a notification object previously registered with the
RegisterTraceListener() method.
- UnregisterXferEvent(ECLXferListener).
Method in class com.ibm.eNetwork.ECL.ECLXfer
- Unregisters an ECLXferListener that was previously registered with
the RegisterXferEvent() method.
- USER_EVENTS.
Static variable in class com.ibm.eNetwork.ECL.ECLPS
-
- VISIBLE.
Static variable in class com.ibm.eNetwork.HOD.trace.RASTrace
- visible property keyword
- VISUAL_DISP_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- VTPrinterEvent(Object, String, int).
Constructor for class com.ibm.eNetwork.ECL.event.VTPrinterEvent
-
- VTPrinterNotification(VTPrinterEvent).
Method in interface com.ibm.eNetwork.ECL.event.VTPrinterListener
- Invoked when a VT Printer event occurs.
- WaitForAppAvailable().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Synchronously waits indefinitely until the OIA indicates that the
host application is available.
- WaitForAppAvailable(long).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- For the time passed in, synchronously waits until the OIA indicates
that the host application is available.
- WaitForAttrib(int, int, char, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the attribute appears at the
given row and column position.
- WaitForAttrib(int, int, char, int, long, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the attribute
appears at the given row and column position or until the method times out.
- WaitForCursor(int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the cursor appears at the
given row and column position.
- WaitForCursor(int, int, long, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the cursor appears
at the given row and column position or until the method times out.
- WaitForInput().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Synchronously waits indefinitely until the OIA
input is not inhibited.
- WaitForInput(long).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- For the time passed in, synchronously waits until the OIA
input is not inhibited.
- WaitForScreen(ECLScreenDesc).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the screen, as described by
ECLScreenDesc, appears in the Presentation Space.
- WaitForScreen(ECLScreenDesc, long).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits for the
screen, as described by ECLScreenDesc, to appear in the Presentation
Space.
- WaitForString(String).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string appears in the
presentation space.
- WaitForString(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string appears at the
given position.
- WaitForString(String, int, int, long, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string appears at the
given position.
- WaitForStringInRect(String, int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string appears at the
given rectangle.
- WaitForStringInRect(String, int, int, int, int, long, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string appears
at the given rectangle.
- WaitForSysAvailable().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Synchronously waits indefinitely until the OIA indicates that the
host system is available.
- WaitForSysAvailable(long).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- For the time passed in, synchronously waits until the OIA indicates
that the host system is available.
- WaitForTransition().
Method in class com.ibm.eNetwork.ECL.ECLOIA
- Synchronously waits indefinitely until the OIA indicates that there
is a transition taking place from host system to host application or
vice versa.
- WaitForTransition(long).
Method in class com.ibm.eNetwork.ECL.ECLOIA
- For the time passed in, synchronously waits until the OIA indicates
there is a transition taking place from host system to host
application or vice versa.
- WaitWhileAttrib(int, int, char, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the attribute is no longer at the
given row and column position.
- WaitWhileAttrib(int, int, char, int, long, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the attribute is no
longer at the given row and column position.
- WaitWhileCursor(int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the cursor is no longer at the
given row and column position.
- WaitWhileCursor(int, int, long, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the cursor is no
longer at the given row and column position or until the method times out.
- WaitWhileScreen(ECLScreenDesc).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the screen, as described by
ECLScreenDesc, is no longer in the Presentation Space.
- WaitWhileScreen(ECLScreenDesc, long).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the
screen, as described by ECLScreenDesc, is no longer in the Presentation
Space.
- WaitWhileString(String).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string is no longer in the
presentation space.
- WaitWhileString(String, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string is no longer in the
given position.
- WaitWhileString(String, int, int, long, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string is no longer in the
given position.
- WaitWhileStringInRect(String, int, int, int, int).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string is no longer in the
given rectangle.
- WaitWhileStringInRect(String, int, int, int, int, long, boolean, boolean).
Method in class com.ibm.eNetwork.ECL.ECLPS
- Synchronously waits until the string is no
longer in the given rectangle.
- WARNING.
Static variable in class com.ibm.eNetwork.ECL.trace.ECLTraceEvent
- Event type of WARNING message
- WORDLFT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- WORDRGT_STR.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-
- XferNotifyError(ECLXfer, ECLErr).
Method in interface com.ibm.eNetwork.ECL.event.ECLXferListener
- The XferNotifyError() method is called whenever the ECLXfer
object detects an error during event generation.
- XferNotifyEvent(ECLXferEvent).
Method in interface com.ibm.eNetwork.ECL.event.ECLXferListener
- The XferNotifyEvent() method is called whenever a file data
buffer has been successfully sent to or received from the host.
- XferNotifyStop(ECLXfer, int).
Method in interface com.ibm.eNetwork.ECL.event.ECLXferListener
- The XferNotifyStop() method is called when event generation is
stopped for any reason.
- YELLOW_3270.
Static variable in interface com.ibm.eNetwork.ECL.ECLConstants
-