Verastream© Bridge Integrator 3.1
A B C D E F G H I M P Q S T U V X

A

Attribute - Interface in com.attachmate.cicsbridge
Field Attributes

B

BridgeAPI - Interface in com.attachmate.cicsbridge
This is a modernized Verastream Bridge Integrator's BridgeAPI
BridgeAPI - Class in com.attachmate.cicsbridge.ws
Securing Host Communications
BridgeAPI() - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Default constructor - retains default host response timeout of 120 seconds, trace settings are no API tracing or logging to a trace file.
BridgeAPI(boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
 
BridgeAPI(String) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Host Codepage constructor - retains default host response timeout of 120 seconds, trace settings are no API tracing or logging to a trace file.
BridgeAPI(String, boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
 
BridgeAPI(String, String) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Host Codepage constructor - retains default host response timeout of 120 seconds, trace settings are no API tracing or logging to a trace file.
BridgeAPI(String, String, boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
 
BridgeAPI(boolean, int, String) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Constructor specifying if tracing is to be activated, host timeout seconds to use, and a prefix string for the tracefile if trace chosen - format ( "PREFIX-nnn.txt")
BridgeAPI(boolean, int, String, boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
 
BridgeAPI(boolean, int, String, String) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Constructor specifying if tracing is to be activated, host timeout seconds to use, and a prefix string for the tracefile if trace chosen - format ( "PREFIX-nnn.txt")
BridgeAPI(boolean, int, String, String, boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
 
BridgeAPI(boolean, int, String, String, String) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Constructor specifying if tracing is to be activated, host timeout seconds to use, and a prefix string for the tracefile if trace chosen - format ( "PREFIX-nnn.txt")
BridgeAPI(boolean, int, String, String, String, boolean) - Constructor for class com.attachmate.cicsbridge.ws.BridgeAPI
Constructor specifying if tracing is to be activated, host timeout seconds to use, and a prefix string for the tracefile if trace chosen - format ( "PREFIX-nnn.txt")
BridgeAPIFactory - Class in com.attachmate.cicsbridge.ws
 
BridgeAPIFactory.ImplTypeEnum - Enum in com.attachmate.cicsbridge.ws
 
BridgeException - Exception in com.attachmate.cicsbridge
Error information for the BridgeAPI
BridgeException(Throwable) - Constructor for exception com.attachmate.cicsbridge.BridgeException
 
BridgeException(String) - Constructor for exception com.attachmate.cicsbridge.BridgeException
 
BridgeException(int, String) - Constructor for exception com.attachmate.cicsbridge.BridgeException
 
BridgeFactory - Class in com.attachmate.cicsbridge
This is the standard way to obtain an instance of the BridgeAPI
byteValue() - Method in class com.attachmate.cicsbridge.ws.MutableInt
casts value to byte.

C

changePassword(String, int, String, String, String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Changes the password for a given userId.
changePassword(String, int, String, String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Changes the password for a given userId.
Color - Enum in com.attachmate.cicsbridge
Represent field colors
com.attachmate.cicsbridge - package com.attachmate.cicsbridge
Attachmate™ Verastream® Bridge Integrator


com.attachmate.cicsbridge.ws - package com.attachmate.cicsbridge.ws
 
connectBridge(String, int, TerminalModelType, String, String, String, String, String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Obtains a session state context from the host data engine.
connectBridge(String, int, TerminalModelType, String, String, String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Obtains a session state context from the host data engine.
connectBridge(String, int, int, String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Obtains a session state context from the host data engine.
connectBridge(String, int, int, String, String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Obtains a session state context from the host data engine.
connectBridge(String, int, int, String, String, String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Obtains a session state context from the host data engine.
connectBridge(String, int, int, String, String, String, String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Obtains a session state context from the host data engine.
createBridgeAPI() - Static method in class com.attachmate.cicsbridge.BridgeFactory
Creates the default BridgeAPI which uses the binary connection with a default host code page of "037" and a client code page of your system's current ANSI code page - usually 1252 on a US Windows machine.
createBridgeAPI(String) - Static method in class com.attachmate.cicsbridge.BridgeFactory
Creates a BridgeAPI implementation based on the parameters you specified
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, String) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, String, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, String, String) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, String, String, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String, String) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String, String, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String, String, String) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum, boolean, int, String, String, String, boolean) - Static method in class com.attachmate.cicsbridge.ws.BridgeAPIFactory
 

D

DANISH_NORWEGIAN - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
DANISH_NORWEGIAN_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
DEFAULT_IMPL_TYPE_SYS_PROP_NAME - Static variable in class com.attachmate.cicsbridge.ws.BridgeAPI
This system property overrides the default BridgeAPI implementation type.
DEFAULT_IMPL_TYPE_SYS_PROP_VALUE_BINARY - Static variable in class com.attachmate.cicsbridge.ws.BridgeAPI
This is the default BridgeAPI implementation type.
DEFAULT_IMPL_TYPE_SYS_PROP_VALUE_SOAP - Static variable in class com.attachmate.cicsbridge.ws.BridgeAPI
Use this value to change the default BridgeAPI implementation type to SOAP.
DEFAULT_SECURE_CONNECTION_SYS_PROP_NAME - Static variable in class com.attachmate.cicsbridge.ws.BridgeAPI
This system property can be used to default to a secure connection.
Diagnostics - Class in com.attachmate.cicsbridge
Utilities for Attachmate support
Dimension - Class in com.attachmate.cicsbridge
Utility class to represent x, y coordinates with a length
Dimension(int, int, int) - Constructor for class com.attachmate.cicsbridge.Dimension
 
disconnect() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Disconnects the session, releasing the session state context from the host data engine.
disconnect() - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Disconnects the session, releasing the session state context from the host data engine.

E

equals(Object) - Method in class com.attachmate.cicsbridge.Position
 

F

FieldInformation - Interface in com.attachmate.cicsbridge
Represents a field on the host
FindFlag - Enum in com.attachmate.cicsbridge
Flags to use in the FindString method on the BridgeAPI
findString(String, Position, EnumSet<FindFlag>) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Attempts to locate a given string on the current screen, beginning at a specified row and column position.
findString(int, String, int, int, int, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Attempts to locate a given string on the current screen, beginning at a specified row and column position.
findString(String, String, int, int, int, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Attempts to locate a given string on the current screen, beginning at a specified row and column position.
FINNISH_SWEDISH - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
FINNISH_SWEDISH_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
FRENCH - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
FRENCH_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 

G

GERMAN_AUSTRIAN - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
GERMAN_AUSTRIAN_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
getAllFieldInformation(int, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the information of all fields on the current screen.
getAllFieldInformation(int, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the information of all fields on the current screen.
getAllFieldInformation(String, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the information of all fields on the current screen.
getAllFieldInformation(String, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the information of all fields on the current screen.
getAttribute() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getColor() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getColumn() - Method in class com.attachmate.cicsbridge.Position
 
getConnectionStatus(MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Returns the status of the host connection.
getCurrentScreenName() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Returns the name of the current host screen.
getCurrentScreenName(int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Returns the name of the current host screen.
getCursorPosition() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the cursor position on the current host screen.
getCursorPosition() - Method in interface com.attachmate.cicsbridge.ScreenBase
 
getCursorPosition(MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the cursor position on the current host screen.
getDimension() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getErrorCode() - Method in exception com.attachmate.cicsbridge.BridgeException
Returns an error code for the error that occurred.
Negative numbers are client side errors.
Positive numbers are errors that occurred in the host side
getField(String) - Method in interface com.attachmate.cicsbridge.ScreenInformation
 
getFieldAttribute(String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the attribute of a specified field on the current screen.
getFieldAttributes(int, int, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the attributes of a specified field on the current screen.
getFieldAttributes(int, String, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the attributes of a specified field on the current screen.
getFieldAttributes(String, int, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the attributes of a specified field on the current screen.
getFieldAttributes(String, String, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the attributes of a specified field on the current screen.
getFieldCoordinates(String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCoordinates(int, int, MutableInt, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCoordinates(int, String, MutableInt, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCoordinates(String, int, MutableInt, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCoordinates(String, String, MutableInt, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCount() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the number of fields on the screen.
getFieldCount(int, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldCount(String, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the coordinates (row, column, and length) of a specified field on the current screen.
getFieldNameFromIndex(int) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the name for the field with the specified index on the current screen.
getFieldNameFromIndex(int, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the field name based on its index on the current screen.
getFieldNameFromIndex(String, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the field name based on its index on the current screen.
getFields() - Method in interface com.attachmate.cicsbridge.ScreenInformation
 
getFieldValue(String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the value of the specified field on the current screen.
getFieldValue(int, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the value of the specified field on the current screen.
getFieldValue(int, String, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the value of the specified field on the current screen.
getFieldValue(String, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the value of the specified field on the current screen.
getFieldValue(String, String, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the value of the specified field on the current screen.
getHighlight() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getID() - Method in enum com.attachmate.cicsbridge.TerminalModelType
 
getInt() - Method in class com.attachmate.cicsbridge.ws.MutableInt
Used to get the value of the instance of the object..
getLastAidKey() - Method in interface com.attachmate.cicsbridge.ScreenBase
 
getLength() - Method in class com.attachmate.cicsbridge.Dimension
 
getMaxColumn() - Method in enum com.attachmate.cicsbridge.TerminalModelType
 
getMaxRow() - Method in enum com.attachmate.cicsbridge.TerminalModelType
 
getName() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getName() - Method in class com.attachmate.cicsbridge.ModuleInformation
 
getName() - Method in interface com.attachmate.cicsbridge.ScreenBase
 
getObject() - Method in class com.attachmate.cicsbridge.ws.MutableObject
Used to get the value of the instance of the object..
getReturnCodeMessage(int) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Returns a String explanation of a known error code.
getRow() - Method in class com.attachmate.cicsbridge.Position
 
getScreenInformation() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Gets all relevant information for a given session.
getScreenInformation(MutableInt, MutableObject, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Gets all relevant information for a given session.
getScreenSize(int, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the size of the current screen.
getScreenSize(String, MutableInt, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the size of the current screen.
getSize() - Method in class com.attachmate.cicsbridge.ModuleInformation
 
getString(Position, int) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves any text on the current screen at the specified row, column, and length.
getString(int, int, int, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves any text on the current screen at the specified row, column, and length.
getString(String, int, int, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves any text on the current screen at the specified row, column, and length.
getTerminalID() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the checked out terminal ID for this session.
getTerminalID(MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the checked out terminal ID for this session.
getTerminalModelType() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the Terminal Model Type.
getText() - Method in interface com.attachmate.cicsbridge.FieldInformation
 
getTraceConfiguration() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Retrieves the TraceConfiguration object to allow you to turn host tracing on or off.
getTransactionSystemId(String, int, String) - Static method in class com.attachmate.cicsbridge.Diagnostics
Get a text string containing the name of the CICS System Id (outSystemId) in which a given transaction Id (inTransactionId) executes.
getTransactionSystemId(String, int, String, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Get a text string containing the name of the CICS System Id (outSystemId) in which a given transaction Id (inTransactionId) executes.

H

Highlight - Enum in com.attachmate.cicsbridge
Represents a field highlight

I

ICELAND - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
ICELAND_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
interpretFieldAttribute(byte) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Returns an HPS style integer for a given 3270 Field Attribute(FA) byte.
intValue() - Method in class com.attachmate.cicsbridge.ws.MutableInt
To provide an accessor similar to java.lang.Integer.
isAlphaNumeric() - Method in interface com.attachmate.cicsbridge.Attribute
 
isAutoSkip() - Method in interface com.attachmate.cicsbridge.Attribute
 
isBrightSelPenDetectable() - Method in interface com.attachmate.cicsbridge.Attribute
 
isConnected() - Method in interface com.attachmate.cicsbridge.BridgeAPI
Returns the status of the host connection.
isDisplayNotSelPenDetectable() - Method in interface com.attachmate.cicsbridge.Attribute
 
isDisplaySelPenDetectable() - Method in interface com.attachmate.cicsbridge.Attribute
 
isInvisible() - Method in interface com.attachmate.cicsbridge.Attribute
 
isModified() - Method in interface com.attachmate.cicsbridge.Attribute
 
isNumeric() - Method in interface com.attachmate.cicsbridge.Attribute
 
isProtected() - Method in interface com.attachmate.cicsbridge.Attribute
 
isTracing() - Method in interface com.attachmate.cicsbridge.TraceConfiguration
Specifies whether or not this TraceConfiguration is currently tracing
ITALIAN - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
ITALIAN_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 

M

m_int - Variable in class com.attachmate.cicsbridge.ws.MutableInt
 
m_Object - Variable in class com.attachmate.cicsbridge.ws.MutableObject
Represents the wrapped Object.
ModuleInformation - Class in com.attachmate.cicsbridge
Information about the specified module on the host
MutableInt - Class in com.attachmate.cicsbridge.ws
Wrapper Class for fundamental type int.
MutableInt() - Constructor for class com.attachmate.cicsbridge.ws.MutableInt
Constructor to initialize the instance of the class.
MutableInt(int) - Constructor for class com.attachmate.cicsbridge.ws.MutableInt
Constructor to initialize the instance of the class.
MutableObject - Class in com.attachmate.cicsbridge.ws
Wrapper Class for any Object.
MutableObject() - Constructor for class com.attachmate.cicsbridge.ws.MutableObject
Constructor to initialize the instance of the class.
MutableObject(Object) - Constructor for class com.attachmate.cicsbridge.ws.MutableObject
 

P

Position - Class in com.attachmate.cicsbridge
Utility class to represent x, y coordinates
Position(int, int) - Constructor for class com.attachmate.cicsbridge.Position
 
putString(String, Position) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Writes text to the session presentation space beginning at the row and column specified.
putString(String, int, int, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Writes text to the session presentation space beginning at the row and column specified.

Q

queryLoadModuleInformation(String, int, String, String, String) - Static method in class com.attachmate.cicsbridge.Diagnostics
Returns the module size and the name of the Load Library that a given application program or BMS map resides in via the Verastream Bridge Integrator.
queryLoadModuleInformation(String, int, String, String, String, MutableObject, MutableInt) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Returns the module size and the name of the Load Library that a given application program or BMS map resides in via the Verastream Bridge Integrator.

S

ScreenBase - Interface in com.attachmate.cicsbridge
Base screen information object that doesn't include fields This interface is meant to be extended
ScreenInformation - Interface in com.attachmate.cicsbridge
Information about the Screen including its fields
sendKeys(String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Writes text to the session presentation space beginning at the current cursor position.
sendKeys(String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Writes text to the session presentation space beginning at the current cursor position.
sendKeysEx(String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
This method is included for backward compatibility only.
sendKeysGetAllFieldInformation(String, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Retrieves the information of all fields on the current screen.
sendKeysGetString(String, Position, int) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Sends a sequence of keystrokes and AID keys to the host and retrieves any text on the current screen at the specified row, column, and length.
sendKeysGetString(String, int, int, int, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Sends a sequence of keystrokes and aid keys to the host and retrieves any text on the current screen at the specified row, column, and length.
setCursorPosition(Position) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Sets the cursor position on the current host screen.
setCursorPosition(int, int) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Sets the cursor position on the current host screen.
setFieldValue(List<String>, List<String>) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Sets the value of an array of specified unprotected fields on the current screen with a single call.
setFieldValue(String, String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Sets the value of the specified unprotected field on the current screen.
setFieldValue(int, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Sets the value of the specified unprotected field on the current screen.
setFieldValue(String, String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Sets the value of the specified unprotected field on the current screen.
setFieldValue(MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Sets the value of an array of specified unprotected fields on the current screen with a single call.
setInt(int) - Method in class com.attachmate.cicsbridge.ws.MutableInt
Used to set the value of the instance of the object.
setObject(Object) - Method in class com.attachmate.cicsbridge.ws.MutableObject
Used to set the value of the instance of the object.
setSettleTime(int) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
This method is included for backward compatibility only.
setTimeOut(int) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
This method is included for backward compatibility only.
setTraceActive(String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Start CICS 3270 Bridge Vector trace and optionally pass in a trace Temporary Storage queue name.
setTraceInactive() - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Stop CICS 3270 Bridge Vector trace.
setTraceName(String) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Set name of CICS 3270 Bridge Vector trace for this session.
SPANISH - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
SPANISH_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
start(String) - Method in interface com.attachmate.cicsbridge.TraceConfiguration
Start CICS 3270 Bridge Vector trace with the trace Temporary Storage queue name
stop() - Method in interface com.attachmate.cicsbridge.TraceConfiguration
Stop CICS 3270 Bridge Vector trace

T

TerminalModelType - Enum in com.attachmate.cicsbridge
Specifies the host terminal model type
terminate() - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
This method is included for backward compatibility only.
toString() - Method in class com.attachmate.cicsbridge.Position
 
TraceConfiguration - Interface in com.attachmate.cicsbridge
The ability to create a trace on the host

U

UK_ENGLISH - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
UK_ENGLISH_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
US_ENGLISH_PORTUGUESE - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 
US_ENGLISH_PORTUGUESE_EURO - Static variable in class com.attachmate.cicsbridge.BridgeFactory
 

V

valueOf(String) - Static method in enum com.attachmate.cicsbridge.Color
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.attachmate.cicsbridge.Color
 
valueOf(String) - Static method in enum com.attachmate.cicsbridge.FindFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.attachmate.cicsbridge.Highlight
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.attachmate.cicsbridge.Highlight
 
valueOf(String) - Static method in enum com.attachmate.cicsbridge.TerminalModelType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.attachmate.cicsbridge.TerminalModelType
 
valueOf(int, int) - Static method in enum com.attachmate.cicsbridge.TerminalModelType
 
valueOf(String) - Static method in enum com.attachmate.cicsbridge.ws.BridgeAPIFactory.ImplTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.attachmate.cicsbridge.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.attachmate.cicsbridge.FindFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.attachmate.cicsbridge.Highlight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.attachmate.cicsbridge.TerminalModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.attachmate.cicsbridge.ws.BridgeAPIFactory.ImplTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

X

x3270Screen(String, String, String) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Place String value into the specified 3270 field of the current screen buffer, execute an AID key sequence, and get all relevant 3270 information from the requested screen in a given session.
x3270Screen(String, List<String>, List<String>) - Method in interface com.attachmate.cicsbridge.BridgeAPI
Place String value into the specified 3270 field of the current screen buffer, execute an AID key sequence, and get all relevant 3270 information from the requested screen in a given session.
x3270Screen(String, int, String, MutableInt, MutableObject, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Place String value into the specified 3270 field of the current screen buffer, execute an AID key sequence, and get all relevant 3270 information from the reqested screen in a given session.
x3270Screen(String, String, String, MutableInt, MutableObject, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Place String value into the specified 3270 field of the current screen buffer, execute an AID key sequence, and get all relevant 3270 information from the reqested screen in a given session.
x3270Screen(String, String[], String[], MutableInt, MutableObject, MutableInt, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject, MutableObject) - Method in class com.attachmate.cicsbridge.ws.BridgeAPI
Place String value into the specified 3270 field of the current screen buffer, execute an AID key sequence, and get all relevant 3270 information from the reqested screen in a given session.

A B C D E F G H I M P Q S T U V X
Verastream© Bridge Integrator 3.1