Sun Adapter for CICS API
A B C D E G H I L M N P R S T U Z _

A

appendSendBuffer(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
append the Outbound buffer.
arrayCopy(byte[], int, int) - Static method in class com.stc.eways.cics.Misc
 
arrayCopy(byte[], int) - Static method in class com.stc.eways.cics.Misc
 
AsyncCallReturnCodes - Class in com.stc.eways.cics
The AsyncCallReturnCodes class represents all the primary return codes (error codes) for an async call, currently, there are only two, CALL_OK, and CALL_ERROR.
AsyncCallReturnCodes() - Constructor for class com.stc.eways.cics.AsyncCallReturnCodes
 
AsyncCicsCall - Class in com.stc.eways.cics
The AsyncCicsCall class represents an asynchronous call to a CICS program either by using CTG or SYBND CICS Listener;
AsyncCicsCall() - Constructor for class com.stc.eways.cics.AsyncCicsCall
 
AsyncCicsCallList - Class in com.stc.eways.cics
The AsyncCicsCallList class represents a list of AsyncCicsCall instances registered by the collaboration; it is exposed in ETD as AsyncCalls; the collaboration code can iterate through the list by calling hasNext() and next(); or remove an instance by calling remove();
AsyncCicsCallList() - Constructor for class com.stc.eways.cics.AsyncCicsCallList
 

B

BYTEFX - Class in com.stc.eways.cics
 
BYTEFX() - Constructor for class com.stc.eways.cics.BYTEFX
 
bytesAvailable() - Method in class com.stc.eways.cics.SBYNDCicsProxy
return the bytes available for read;

C

CALL_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CALL_OK - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
Error codes for Async Call handling
checkConnection() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Check the connection;
checkIfClosed() - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Check whether the Connection instance was already closed (if close was previously called).
CICSAlertCodes - Class in com.stc.connector.cicsadapter.alerts
 
CICSAlertCodes() - Constructor for class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
 
CICSApplicationConnection - Class in com.stc.connector.cicsadapter.appconn
This class implements the ApplicationConnection interface for the CICS Application Connection.
CICSApplicationConnection(ManagedConnectionCallback) - Constructor for class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Creates a new instance of HttpApplicationConnection.
CICSApplicationConnectionException - Exception in com.stc.connector.cicsadapter.appconn
Exception class for CICS application connection.
CICSApplicationConnectionException() - Constructor for exception com.stc.connector.cicsadapter.appconn.CICSApplicationConnectionException
Creates a new instance of CICSApplicationConnectionException without detail message.
CICSApplicationConnectionException(String) - Constructor for exception com.stc.connector.cicsadapter.appconn.CICSApplicationConnectionException
Constructs an instance of CICSApplicationConnectionException with the specified detail message.
CicsClient - Interface in com.stc.eways.cics
The CicsClient class represents an OTD through which a collaboration can invoke transaction programs on a CICS server; nodes and methods are exposed so that collaboration can conveniently prepare a request to a CICS program and invoke the program and get result from the program; in the current implementation, there are two underlying transport mechanism can be used to achieve the remote invoking of CICS programs: (1) CTG - IBM's CICS Transaction Gateway (2) SBYND CICS Listener - SeeBeyond CICS Listener - a light weighted propritary protocol based on TCP/IP; note that, the configuration parameters can be roughly categorized into : CTG specific; SBYND CICS Listener specific; Needed for both CTG and SBYND CICS Listener; Also, the exposed CicsClient methods are categorized as: CTG specific, such as getServerList(); SBYND CICS Listener specific, such as prepareAPCRecord(), returnCodeIs(), returnOK(), getResponse(...) etc.; Common to both CTG and SBYND CICS Listener, such as execute(), execute(....), and sendRequest(...);
CICSCLIENT_EWAY_CONFIG_FAILED - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay configuration fail alert
CICSCLIENT_EWAY_CONNECTION_FAILED - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay connection fail alert
CICSCLIENT_EWAY_RUNNING - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay running status code.
CICSCLIENT_EWAY_STARTED - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay started status code.
CICSCLIENT_EWAY_STOPPED - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay stopped status code.
CICSCLIENT_EWAY_STOPPING - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay stopping status code.
CICSCLIENT_EWAY_SUSPENDED - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay suspended status code.
CICSCLIENT_EWAY_SUSPENDING - Static variable in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
CicsClient eWay suspending status code.
CicsClientAdapter - Class in com.stc.eways.cics
Adapter class exposed to the Java Collaboration.
CicsClientAdapter(ApplicationConnectionFactory, int, String) - Constructor for class com.stc.eways.cics.CicsClientAdapter
Default constructor for CicsClientAdapter
CicsClientException - Exception in com.stc.eways.cics
 
CicsClientException() - Constructor for exception com.stc.eways.cics.CicsClientException
 
CicsClientException(String) - Constructor for exception com.stc.eways.cics.CicsClientException
 
CicsClientExtImpl - Class in com.stc.eways.cics
 
CicsClientExtImpl(ConfigurationHelper) - Constructor for class com.stc.eways.cics.CicsClientExtImpl
Constructor for CicsClientExtImpl
CicsClientImpl - Class in com.stc.eways.cics
The CicsClient class represents an OTD through which a collaboration can invoke transaction programs on a CICS server; nodes and methods are exposed so that collaboration can conveniently prepare a request to a CICS program and invoke the program and get result from the program; in the current implementation, there are two underlying transport mechanism can be used to achieve the remote invoking of CICS programs: (1) CTG - IBM's CICS Transaction Gateway (2) SBYND CICS Listener - SeeBeyond CICS Listener - a light weighted propritary protocol based on TCP/IP; note that, the configuration parameters can be roughly categorized into : CTG specific; SBYND CICS Listener specific; Needed for both CTG and SBYND CICS Listener; Also, the exposed CicsClient methods are categorized as: CTG specific, such as getServerList(); SBYND CICS Listener specific, such as prepareAPCRecord(), returnCodeIs(), returnOK(), getResponse(...) etc.; Common to both CTG and SBYND CICS Listener, such as execute(), execute(....), and sendRequest(...);
CicsClientImpl(ConfigurationHelper) - Constructor for class com.stc.eways.cics.CicsClientImpl
CicsClient constructor
CICSETDManagedConnectionFactory - Class in com.stc.connector.cicsadapter.system
This class implements the ManagedConnectionFactory interface for CICS.
CICSETDManagedConnectionFactory() - Constructor for class com.stc.connector.cicsadapter.system.CICSETDManagedConnectionFactory
 
CICSEwayConnection - Class in com.stc.connector.cicsadapter.eway
This class implements the EwayConnection interface for providing CICS connection oriented services for the Eway/JCA framework.
CICSEwayConnection() - Constructor for class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Creates a new instance of CICSEwayConnection
CICSLSTNR_ASYNC_RSP_MSG_PROP_COMMLEN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_MSG - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_PROGRAM - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_RC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
Async Call completion event properties names
CICSLSTNR_ASYNC_RSP_MSG_PROP_RETURNTIME - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_SC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_STARTTIME - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_ASYNC_RSP_MSG_PROP_TOPIC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_APPL_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_COMM_LEN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_HEADER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_PADCHAR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_PASSWORD - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_PAYLOAD_LEN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_PROGNAME - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_RC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_REQCODE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_RM - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ACR_OFFSET_USERID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_BUFFER_SIZE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
Constants
CICSLSTNR_C_CONTROLRECORD_ENCODING - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
internal control message encoding
CICSLSTNR_C_IC_RECORD_DELIMITER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_IC_RECORD_SIZE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_APPL_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_FILLER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_LISTENER_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_PASSWD - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_PAYLOAD_DELIMETER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_POLLING_RATE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_STARTUP_DELAY - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_STARTUP_TYPE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_STARTUP_TYPE_DELIMETER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_TRANSID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_TRANSID_DELIMETER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_TRANSPORT_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_ICR_OFFSET_USERID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_MIN_ACR_HEADER_SIZE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_SEEBEYOND_LISTENER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
localizable constants
CICSLSTNR_C_SPACE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_C_TRANSACTION_GATEWAY - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ACR_INCONSISTENT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ACR_LEN_SHORTER_THAN_MIN_ACR_LEN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ASYNCCALL_LIST_NOT_AVAILABLE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ASYNCCALL_NOT_AVAILABLE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ASYNCCALLHANDLER_REQUIRED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_BYTESAVAILABLE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CICS_SERVER_REQUIRED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CLIENT_NOT_CONNECTED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CLOSE_SOCKET - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONFIG_CLONE_NOT_AVAILABLE_ASYNC_EXECUTE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONFIG_INVALID_PARAM - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
Error message keys
CICSLSTNR_E_CONNECT_BAD_RESPONSE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECT_FAILED_EMPTY_TRANSID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECT_FAILED_GEN_INITREC_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECT_FAILED_INVALID_TRANSID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECT_GET_NACK_FROM_LISTENER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECT_UNEXPECTED_RESPONSE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CONNECTION - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_CTG_GATEWAY_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_DISCONNECT_FAILED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ETD_INSTANCE_NOT_AVAILABLE_WHEN_CHECK_CONN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ETD_INSTANCE_NOT_AVAILABLE_WHEN_CLOSE_CONN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ETD_INSTANCE_NOT_AVAILABLE_WHEN_OPEN_CONN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXCEPTION_REMOVING_ASYNCCALL - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_BAD_RESPONSE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_BAD_RESULT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_GET_RESULT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_REQ_NACKED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXECUTE_UNEXPECTED_RESPONSE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_EXPECTING_LSTNR_RSP4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_FAILED_RECV_LSTNR_RSP4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_ACR_LENGTH_HEADER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_ACR_PAYLOADLEN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_COMMAREA_LENGTH - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_CONNECTOR_TYPE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_OPERATION - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_OPERATION_4_CTG - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_OPERATION_4_LISTENER - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_OPERATION_ON_INBOUND_RECORD - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_PADCHAR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_REQUEST_CODE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_RETURN_CODE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_INVALID_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_ITERATOR_NOT_AVAILABLE_WHEN_INVOKE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_MISSING_PROGNAME_WHEN_PREPARE_ACR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_PROGRAM_REQUIRED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_RECEV_RESPONSE_SOCKETEXCEPTION - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_RECEV_RESPONSE_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_RECV - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_REMOVE_ASYNCCALL_OUTSTANDING - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_SEND - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_SENDREQUEST_PAYLOAD_LENGTH_CHANGED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_E_UNEXPECTED_RECORD - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_CONN_TRANSPORT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_HOST - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
configuration parameter names
CICSLSTNR_PARAM_KEEPALIVE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_LISTENERTIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_NODELAY - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_PADCHAR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_POLLINGRATE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_PORT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_RECVBUFSIZE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_SBYNDLISTENER_TRANSID - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_SENDBUFSIZE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_STARTDELAY - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_STARTTYPE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_TPTIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_PARAM_TRANSPORTTIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CHECK_CONNECTION - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CONNECT_ALREADY - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CONNECT_ATTEMPTED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CONNECT_DONE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CONNECTION_ESTABLISH_FAILED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_CONNECTION_REUSE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
Trace messages keys
CICSLSTNR_T_EMPTY_ENCODING_DEF_ASSUMED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_EXECUTE_ASYNC_CALL_RESPONSED_WITH_OK - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_RECV_MSG_EOF - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_RECV_MSG_OK - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_RECV_MSG_PARTIAL - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_RECV_MSG_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_REMOVED_ASYNCCALL - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_REMOVING_ASYNCCALL - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_SHUTDOWN_LISTNER_OK - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSLSTNR_T_SHUTDOWN_LISTNER_RSP_WITH_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
CICSManagedConnection - Class in com.stc.connector.cicsadapter.eway
 
CICSManagedConnection(STCManagedConnectionFactory, Subject, ConfigurationHelper) - Constructor for class com.stc.connector.cicsadapter.eway.CICSManagedConnection
 
cleanup() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Perform clean up of any resources or reset of any state held by the instance of EwayConnection.
close() - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Closes the application connection handle.
close() - Method in class com.stc.eways.cics.AsyncCicsCall
 
com.stc.connector.cicsadapter.alerts - package com.stc.connector.cicsadapter.alerts
 
com.stc.connector.cicsadapter.appconn - package com.stc.connector.cicsadapter.appconn
 
com.stc.connector.cicsadapter.eway - package com.stc.connector.cicsadapter.eway
 
com.stc.connector.cicsadapter.system - package com.stc.connector.cicsadapter.system
 
com.stc.eways.cics - package com.stc.eways.cics
 
commAreaToPackedDecimal(int, int, int) - Method in interface com.stc.eways.cics.CicsClient
Build a packed decimal from the payload in CommArea section specified by (offset, intSize, decSize)
commAreaToPackedDecimal(int, int, int) - Method in class com.stc.eways.cics.CicsClientAdapter
Build a packed decimal from the payload in CommArea section specified by (offset, intSize, decSize)
commAreaToPackedDecimal(int, int, int) - Method in class com.stc.eways.cics.CicsClientImpl
Build a packed decimal from the payload in CommArea section specified by (offset, intSize, decSize)
commAreaZonedToString(int, int, String) - Method in interface com.stc.eways.cics.CicsClient
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String;
commAreaZonedToString(int, int) - Method in interface com.stc.eways.cics.CicsClient
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String using current value of CicsClient Encoding as encoding;
commAreaZonedToString(int, int, String) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String;
commAreaZonedToString(int, int) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String using current value of CicsClient Encoding as encoding;
commAreaZonedToString(int, int, String) - Method in class com.stc.eways.cics.CicsClientImpl
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String;
commAreaZonedToString(int, int) - Method in class com.stc.eways.cics.CicsClientImpl
Convert the zoned decimal (COBOL PIC S9) byte array CommArea field to a String using current value of CicsClient Encoding as encoding;
connect() - Method in interface com.stc.eways.cics.CicsClient
Establish a connection to the CICS server and subsequently, the collaboration can flow request (CICS program calls) to the server across the connection;
connect() - Method in class com.stc.eways.cics.CicsClientAdapter
Establish a connection to the CICS server and subsequently, the collaboration can flow request (CICS program calls) to the server across the connection;
connect() - Method in class com.stc.eways.cics.CicsClientImpl
Establish a connection to the CICS server and subsequently, the collaboration can flow request (CICS program calls) to the server across the connection;
connect() - Method in class com.stc.eways.cics.CTGCicsClientImpl
Establish a connection to the CICS server and subsequently, the collaboration can flow request (CICS program calls) to the server across the connection;
connect() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Establish connection with the CICS host, a multi-step procedure: (1) connect to host and port with TCP/IP socket (connect to IBM CICS listener); (2) send Initialization Control Record over to SBYND CICS Listener; (3) get ACK from SBYND CICS Listener;
CONNECTION_MODE_AUTOMATIC - Static variable in class com.stc.eways.cics.CicsClientAdapter
 
CONNECTION_MODE_MANUAL - Static variable in class com.stc.eways.cics.CicsClientAdapter
 
connectionMatch(ConfigurationHelper) - Method in class com.stc.eways.cics.CicsClientExtImpl
Match the connection with the provided connection spec.
ContainerExists() - Method in class com.stc.eways.cics.DataStructure
 
CopyFrom(byte[], int) - Method in class com.stc.eways.cics.DataStructure
 
copyParams() - Method in class com.stc.eways.cics.CicsClientImpl
 
CopyTo(byte[], int) - Method in class com.stc.eways.cics.DataStructure
 
createApplication(String) - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Creates an Application from the Application Connection.
createManagedConnectionInternal(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.cicsadapter.system.CICSETDManagedConnectionFactory
 
createOutputHandler() - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
CTGCicsClientImpl - Class in com.stc.eways.cics
The CTGCicsClientImpl class represents an OTD through which a collaboration can invoke transaction programs on a CICS server; nodes and methods are exposed so that collaboration can conveniently prepare a request to a CICS program and invoke the program and get result from the program; in the current implementation, there are two underlying transport mechanism can be used to achieve the remote invoking of CICS programs: (1) CTG - IBM's CICS Transaction Gateway (2) SBYND CICS Listener - SeeBeyond CICS Listener - a light weighted propritary protocol based on TCP/IP; note that, the configuration parameters can be roughly categorized into : CTG specific; SBYND CICS Listener specific; Needed for both CTG and SBYND CICS Listener; Also, the exposed CicsClient methods are categorized as: CTG specific, such as getServerList(); SBYND CICS Listener specific, such as prepareAPCRecord(), returnCodeIs(), returnOK(), getResponse(...) etc.; Common to both CTG and SBYND CICS Listener, such as execute(), execute(....), and sendRequest(...);
CTGCicsClientImpl(ConfigurationHelper) - Constructor for class com.stc.eways.cics.CTGCicsClientImpl
CTGCicsClientImpl constructor
CTGReplyHandler - Class in com.stc.eways.cics
 
CTGReplyHandler() - Constructor for class com.stc.eways.cics.CTGReplyHandler
 

D

DataStructure - Class in com.stc.eways.cics
 
DataStructure(byte[], int, int) - Constructor for class com.stc.eways.cics.DataStructure
 
destroy() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Release any resources prior to the destruction of the associated ManagedConnection.
disconnect() - Method in interface com.stc.eways.cics.CicsClient
Disconnect the connection established through connect();
disconnect() - Method in class com.stc.eways.cics.CicsClientAdapter
Disconnect the connection established through connect();
disconnect() - Method in class com.stc.eways.cics.CicsClientImpl
Disconnect the connection established through connect();
disconnect() - Method in class com.stc.eways.cics.CTGCicsClientImpl
Disconnect the connection established through connect();
disconnect() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Disconnect with the CICS host, a multi-step procedure: (1) send shut down request - an Application Control Record with shutdown request code to SBYND CICS Listener; (2) get ACK from SBYND CICS Listener indicating shutdown OK; (3) close the socket; According to the protocol, if error occurred during the course of sending shutdown request or receiving ACK for the shutdown request, the control will proceed and the socket will be closed anyway, so next time the connection is established both client and the SBYND CICS Listener can be in sync;

E

ECIErrorCodes - Class in com.stc.eways.cics
The ECIErrorCodes class represents all ECI error codes, it delegates all accessor of error code;
ECIErrorCodes() - Constructor for class com.stc.eways.cics.ECIErrorCodes
 
eciExtend - Variable in class com.stc.eways.cics.CicsClientImpl
 
eciSync - Variable in class com.stc.eways.cics.CicsClientImpl
 
execute() - Method in class com.stc.eways.cics.AsyncCicsCall
Issue an async call and proceed
execute() - Method in interface com.stc.eways.cics.CicsClient
For SBYND CICS Listner:
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object) - Method in interface com.stc.eways.cics.CicsClient
if eciTPN is not in the parameter list, set it to false
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object, boolean) - Method in interface com.stc.eways.cics.CicsClient
For SBYND CICS Listner: invoke the remote CICS program through the following steps (defined by a propritary protocol) (1) prepare a APC record (Application Control Record) with request code as SBYND_LISTENER_REQCODE_REQ_SYNC or SBYND_LISTENER_REQCODE_REQ_ASYNC depend on parameter eciSynCall with byteArray as the payload; the prepare APC record is in the outbound buffer in SBYNDCicsProxy (2) send the request to SBYND CICS Listener; (3) get response from SBYND CICS Listener; (4) further get returned data from the program if it is a sync call (5) ACK or NACK accordingly For CTG: prepare an ECIRequest object with the data given via the parameters, call method flow() to send the request and get result (sync) or proceed (async);
execute() - Method in class com.stc.eways.cics.CicsClientAdapter
For SBYND CICS Listner:
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object) - Method in class com.stc.eways.cics.CicsClientAdapter
For compatibility if eciTPN is not in the parameter list, set it to false
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object, boolean) - Method in class com.stc.eways.cics.CicsClientAdapter
For SBYND CICS Listner: invoke the remote CICS program through the following steps (defined by a propritary protocol) (1) prepare a APC record (Application Control Record) with request code as SBYND_LISTENER_REQCODE_REQ_SYNC or SBYND_LISTENER_REQCODE_REQ_ASYNC depend on parameter eciSynCall with byteArray as the payload; the prepare APC record is in the outbound buffer in SBYNDCicsProxy (2) send the request to SBYND CICS Listener; (3) get response from SBYND CICS Listener; (4) further get returned data from the program if it is a sync call (5) ACK or NACK accordingly For CTG: prepare an ECIRequest object with the data given via the parameters, call method flow() to send the request and get result (sync) or proceed (async);
execute() - Method in class com.stc.eways.cics.CicsClientImpl
For SBYND CICS Listner:
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object) - Method in class com.stc.eways.cics.CicsClientImpl
For compatibility if eciTPN is not in the parameter list, set it to false
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object, boolean) - Method in class com.stc.eways.cics.CicsClientImpl
For SBYND CICS Listner: invoke the remote CICS program through the following steps (defined by a propritary protocol) (1) prepare a APC record (Application Control Record) with request code as SBYND_LISTENER_REQCODE_REQ_SYNC or SBYND_LISTENER_REQCODE_REQ_ASYNC depend on parameter eciSynCall with byteArray as the payload; the prepare APC record is in the outbound buffer in SBYNDCicsProxy (2) send the request to SBYND CICS Listener; (3) get response from SBYND CICS Listener; (4) further get returned data from the program if it is a sync call (5) ACK or NACK accordingly For CTG: prepare an ECIRequest object with the data given via the parameters, call method flow() to send the request and get result (sync) or proceed (async);
execute() - Method in class com.stc.eways.cics.CTGCicsClientImpl
For SBYND CICS Listner:
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object) - Method in class com.stc.eways.cics.CTGCicsClientImpl
For compatibility if eciTPN is not in the parameter list, set it to false
execute(boolean, String, String, String, String, String, byte[], int, boolean, int, int, Object, boolean) - Method in class com.stc.eways.cics.CTGCicsClientImpl
For SBYND CICS Listner: invoke the remote CICS program through the following steps (defined by a propritary protocol) (1) prepare a APC record (Application Control Record) with request code as SBYND_LISTENER_REQCODE_REQ_SYNC or SBYND_LISTENER_REQCODE_REQ_ASYNC depend on parameter eciSynCall with byteArray as the payload; the prepare APC record is in the outbound buffer in SBYNDCicsProxy (2) send the request to SBYND CICS Listener; (3) get response from SBYND CICS Listener; (4) further get returned data from the program if it is a sync call (5) ACK or NACK accordingly For CTG: prepare an ECIRequest object with the data given via the parameters, call method flow() to send the request and get result (sync) or proceed (async);

G

getAsyncCallHandler() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getAsyncResponseTopic() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient node AsyncResponseTopic; Return the current value in CicsClient node AsyncResponseTopic, the topic is used by async call handler to publish the program completion information such as CommArea returned from the called program, error code and error text if there is any; initial value is from the configuration parameter Async Response Topic in section "CICS Client";
getAsyncRspNotifPort() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient AsyncRspNotifPort; Return the current value in CicsClient AsyncRspNotifPort, the port is used by async call handler to publish the program completion information such as CommArea returned from the called program, error code and error text if there is any; initial value is from the configuration parameter Async Call JMS Server Port in section "CICS Client";
getAsyncRspNotifServer() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient node AsyncRspNotifServer; Return the current value in CicsClient node AsyncRspNotifServer, the host name is used by async call handler to publish the program completion information such as CommArea returned from the called program, error code and error text if there is any; initial value is from the configuration parameter Async Call JMS Server Host in section "CICS Client";
getCALL_ERROR() - Static method in class com.stc.eways.cics.AsyncCallReturnCodes
 
getCALL_OK() - Static method in class com.stc.eways.cics.AsyncCallReturnCodes
 
getCommArea() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the CommArea - the CommArea used for passing data and get result from a program invoked;
getCommArea() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the CommArea - the CommArea used for passing data and get result from a program invoked;
getCommArea() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient CommArea; Return the CommArea - i.e.
getCommArea() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient CommArea; Return the CommArea - i.e.
getCommArea() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient CommArea; Return the CommArea - i.e.
getCommArea() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getCommAreaLength() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the CommAreaLength - the CommAreaLength which specify the length of the CommArea used when the CICS program is called, note that the actual length of the byte array represented as CommArea is not necessarily the length specified in CommAreaLength;
getCommAreaLength() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the CommAreaLength - the CommAreaLength which specify the length of the CommArea used when the CICS program is called, note that the actual length of the byte array represented as CommArea is not necessarily the length specified in CommAreaLength;
getCommAreaLength() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient CommAreaLength; Return the CommAreaLength - i.e.
getCommAreaLength() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient CommAreaLength; Return the CommAreaLength - i.e.
getCommAreaLength() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient CommAreaLength; Return the CommAreaLength - i.e.
getCommAreaLength() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getCommAreaString() - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes using the platform's default character encoding.
getCommAreaString(String) - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes using the character encoding specified as an argument.
getCommAreaString(int, int) - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getCommAreaString(int, int, String) - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getCommAreaString() - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes using the platform's default character encoding.
getCommAreaString(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes using the character encoding specified as an argument.
getCommAreaString(int, int) - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getCommAreaString(int, int, String) - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getCommAreaString() - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes using the platform's default character encoding.
getCommAreaString(String) - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes using the character encoding specified as an argument.
getCommAreaString(int, int) - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getCommAreaString(int, int, String) - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Get a new instance of the connection handle (application connection).
getDone() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getECI_ERR_ALREADY_ACTIVE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_CALL_FROM_CALLBACK() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_CICS_DIED() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_INVALID_CALL_TYPE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_INVALID_DATA_AREA() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_INVALID_DATA_LENGTH() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_INVALID_EXTEND_MODE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_INVALID_VERSION() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_LUW_TOKEN() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_MAX_SESSIONS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_MAX_SYSTEMS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_MORE_SYSTEMS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_MSG_QUAL_IN_USE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NO_CICS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NO_MSG_QUALS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NO_REPLY() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NO_SESSIONS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NO_SYSTEMS() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NULL_MESSAGE_ID() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NULL_SEM_HANDLE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_NULL_WIN_HANDLE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_REQUEST_TIMEOUT() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_RESOURCE_SHORTAGE() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_RESPONSE_TIMEOUT() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_ROLLEDBACK() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_SECURITY_ERROR() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_SYSTEM_ERROR() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_THREAD_CREATE_ERROR() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_TRANSACTION_ABEND() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_ERR_UNKNOWN_SERVER() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getECI_NO_ERROR() - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getEciCallbackable() - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient EciCallbackable;
getECIERRORS() - Method in interface com.stc.eways.cics.CicsClient
CTG specific; Return ECIErrorCodes object; this getter is for CicsClient ECIERRORS;
getECIERRORS() - Method in class com.stc.eways.cics.CicsClientAdapter
CTG specific; Return ECIErrorCodes object; this getter is for CicsClient ECIERRORS;
getECIERRORS() - Method in class com.stc.eways.cics.CicsClientImpl
CTG specific; Return ECIErrorCodes object; this getter is for CicsClient ECIERRORS;
getECIERRORS() - Method in class com.stc.eways.cics.CTGCicsClientImpl
CTG specific; Return ECIErrorCodes object; this getter is for CicsClient ECIERRORS;
getEciExtend() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getEciExtend() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient EciExtend; Return the EciExtend flag (refer to CTG doc for detailed description of the flag) - i.e.
getEciExtend() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient EciExtend; Return the EciExtend flag (refer to CTG doc for detailed description of the flag) - i.e.
getEciExtend() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient EciExtend; Return the EciExtend flag (refer to CTG doc for detailed description of the flag) - i.e.
getEciLuwToken() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getEciLuwToken() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient EciLuwToken; Return the ECI Luw token; - i.e.
getEciLuwToken() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient EciLuwToken; Return the ECI Luw token; - i.e.
getEciLuwToken() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient EciLuwToken; Return the ECI Luw token; - i.e.
getEciSync() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getEciSync() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient EciSync; Return the ECI call type - i.e.
getEciSync() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient EciSync; Return the ECI call type - i.e.
getEciSync() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient EciSync; Return the ECI call type - i.e.
getEciTPN() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getEciTPN() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient eciTPN; Return the ECI Transid type CTG Only;
getEciTPN() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient eciTPN; Return the ECI Transid type CTG Only;
getEciTPN() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient eciTPN; Return the ECI Transid type CTG Only;
getEISConnection() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Returns the CICS connection object.
getEncodedCommAreaString() - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes using the character encoding specified earlier for the CicsClientException.
getEncodedCommAreaString(int, int) - Method in interface com.stc.eways.cics.CicsClient
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getEncodedCommAreaString() - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes using the character encoding specified earlier for the CicsClientException.
getEncodedCommAreaString(int, int) - Method in class com.stc.eways.cics.CicsClientAdapter
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getEncodedCommAreaString() - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes using the character encoding specified earlier for the CicsClientException.
getEncodedCommAreaString(int, int) - Method in class com.stc.eways.cics.CicsClientImpl
Construct a commarea String by converting the commarea array of bytes with offset and length using the platform's default character encoding.
getEncoding() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Encoding; Return the encoding which can be used to translate the data to and from the CICS program - i.e.
getEncoding() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Encoding; Return the encoding which can be used to translate the data to and from the CICS program - i.e.
getEncoding() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Encoding; Return the encoding which can be used to translate the data to and from the CICS program - i.e.
getEwayConnection() - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
Get the ManagedConnection associated with this application connection.
getHexString(byte[]) - Static method in class com.stc.eways.cics.CicsClientImpl
 
getHost() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Host; Return Host pointing to the Listener to connect to - i.e.
getHost() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Host; Return Host pointing to the Listener to connect to - i.e.
getHost() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Host; Return Host pointing to the Listener to connect to - i.e.
getHost() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
Setters & getters for "SeeBeyond CICS Listener" specific parameters;
getJMSparam1() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for user parameter 1;
getJMSparam2() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for user parameter 2;
getJMSparam3() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for user parameter 3;
getJMSparam4() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for user parameter 4;
getJMSparam5() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for user parameter 5;
getKeepAlive() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getListenerTimeout() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for Listener time out - CicsClient ListenerTimeout initial value is from configuration parameter Listener Timeout in section "SeeBeyond CICS Listener";
getListenerTimeout() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for Listener time out - CicsClient ListenerTimeout initial value is from configuration parameter Listener Timeout in section "SeeBeyond CICS Listener";
getListenerTimeout() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for Listener time out - CicsClient ListenerTimeout initial value is from configuration parameter Listener Timeout in section "SeeBeyond CICS Listener";
getListenerTimeout() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for Listener time out - CicsClient ListenerTimeout initial value is from configuration parameter Listener Timeout in section "SeeBeyond CICS Listener";
getListenerTimeout() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getLocalTransaction() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Get a LocalTransaction instance for local transaction demaracation.
getMapping(String) - Method in class com.stc.connector.cicsadapter.alerts.CICSAlertCodes
 
getMessage(String, Object[]) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized message and parameters applicable, returns the localized message with parameters;
getMessage(String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized message, returns the localized message;
getMessageQualifier() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getMessageQualifier() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient MessageQualifier; Return the MessageQualifier for ECI call - i.e.
getMessageQualifier() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient MessageQualifier; Return the MessageQualifier for ECI call - i.e.
getMessageQualifier() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient MessageQualifier; Return the MessageQualifier for ECI call - i.e.
getMetaData() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Get a new instance of the ManagedConnectionMetaData which contains connection information for the currently established connection.
getMonitor() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Convenient method to get the initialized mBean (Is there anyone that will need this at a higher level?)
getNoDelay() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getNotifPort() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for Async Response Notification server port;
getNotifServer() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for Async Response Notification server name;
getPackedSize(int, int) - Static method in class com.stc.eways.cics.PackedDecimal
giving int Size + dec size returns physical size necessary to store the packed decimal data
getPaddingCharacter() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for padding character - CicsClient PaddingCharacter initial value is from configuration parameter COMMAREA Padding Character in section "SeeBeyond CICS Listener";
getPaddingCharacter() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for padding character - CicsClient PaddingCharacter initial value is from configuration parameter COMMAREA Padding Character in section "SeeBeyond CICS Listener";
getPaddingCharacter() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for padding character - CicsClient PaddingCharacter initial value is from configuration parameter COMMAREA Padding Character in section "SeeBeyond CICS Listener";
getPaddingCharacter() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for padding character - CicsClient PaddingCharacter initial value is from configuration parameter COMMAREA Padding Character in section "SeeBeyond CICS Listener";
getPaddingCharacter() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getPassword() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getPassword() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Password; Return the CICS user password - i.e.
getPassword() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Password; Return the CICS user password - i.e.
getPassword() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Password; Return the CICS user password - i.e.
getPassword() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getPayloadLength() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getPollingRate() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for Listener Polling Rate - CicsClient PollingRate initial value is from configuration parameter Polling Rate in section "SeeBeyond CICS Listener";
getPollingRate() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for Listener Polling Rate - CicsClient PollingRate initial value is from configuration parameter Polling Rate in section "SeeBeyond CICS Listener";
getPollingRate() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for Listener Polling Rate - CicsClient PollingRate initial value is from configuration parameter Polling Rate in section "SeeBeyond CICS Listener";
getPollingRate() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for Listener Polling Rate - CicsClient PollingRate initial value is from configuration parameter Polling Rate in section "SeeBeyond CICS Listener";
getPollingRate() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getPort() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getPort() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Port; Return the port of the host where CTG gateway or listener is to be connected to - i.e.
getPort() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Port; Return the port of the host where CTG gateway is to be connected to - i.e.
getPort() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Port; Return the port of the host where CTG gateway is to be connected to - i.e.
getPort() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getProgram() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the name of the program invoked;
getProgram() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the name of the program invoked;
getProgram() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Program; Return the CICS program name to be invoked; - i.e.
getProgram() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Program; Return the CICS program name to be invoked; - i.e.
getProgram() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Program; Return the CICS program name to be invoked; - i.e.
getProgram() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getProgramName() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return the program name of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getProgramName() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return the program name of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getProgramName() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return the program name of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getProgramName() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return the program name of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getProgramName() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getReceiveBuffer() - Method in class com.stc.eways.cics.SBYNDCicsProxy
return the Inbound buffer.
getRecvBufSize() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getRequestCode() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return the request code of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestCode() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return the request code of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestCode() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return the request code of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestCode() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return the request code of the response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestCode() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Return the request code from the response (from SBYND CICS Listener) assuming the response is in the inbound buffer;
getREQUESTCODES() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return SBYNDAppControlRecordRequestCodes object; this getter is for CicsClient REQUESTCODES;
getREQUESTCODES() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return SBYNDAppControlRecordRequestCodes object; this getter is for CicsClient REQUESTCODES;
getREQUESTCODES() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return SBYNDAppControlRecordRequestCodes object; this getter is for CicsClient REQUESTCODES;
getREQUESTCODES() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return SBYNDAppControlRecordRequestCodes object; this getter is for CicsClient REQUESTCODES;
getRequestDesc() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return description for the request code assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestDesc() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return description for the request code assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestDesc() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return description for the request code assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestDesc() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return description for the request code assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getRequestDesc() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getResponse() - Method in class com.stc.eways.cics.AsyncCicsCall
Read from the listener the result of the program call;
getResponse() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Read from the SBYND CICS Listener in blocking mode until timed out or get a response;
getResponse(int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
Get an ACR from the listener, assuming ACR is properly received, put it in the inbound buffer; how the incoming ACR are parsed depends on the request code, if it is SBYND_LISTENER_REQCODE_LSTNR_RETURN4SYNC, receive payload into CommArea, otherwise, all the meta data are in the _InboundBuffer; for request code SBYND_LISTENER_REQCODE_LSTNR_RETURN4SYNC, need to use a different timeout, TP timeout, since TP can be running like 2 hr, so when getResponse() is used to receive a result from a sync TP, a TP timeout will be used instead of the TRANSPORT_TIMEOUT;
getReturnCode() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the return code for the program call;
getReturnCode() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the return code for the program call;
getReturnCode() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return the error code of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnCode() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return the error code of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnCode() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return the error code of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnCode() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return the error code of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnCode() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getRETURNCODES() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return SBYNDAppControlRecordReturnCodes object; this getter is for CicsClient RETURNCODES;
getRETURNCODES() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return SBYNDAppControlRecordReturnCodes object; this getter is for CicsClient RETURNCODES;
getRETURNCODES() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return SBYNDAppControlRecordReturnCodes object; this getter is for CicsClient RETURNCODES;
getRETURNCODES() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return SBYNDAppControlRecordReturnCodes object; this getter is for CicsClient RETURNCODES;
getReturnCodeStr() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the symbolic name for the return code for the program call;
getReturnMessage() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the return message for the program call;
getReturnMessage() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the return message for the program call;
getReturnMessage() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Return the error text of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnMessage() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Return the error text of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnMessage() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return the error text of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnMessage() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Return the error text of the current response assuming a response is in the current inbound buffer; should be called immediately after getResponse();
getReturnMessage() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getReturnTime() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the return time of the program call;
getReturnTime() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the return time of the program call;
getSBYND_LISTENER_RC_AUTHENTICATION_FAILURE() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_BAD_COMMAREA() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_CANNOT_GET_INIT_PARAM() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_ERR_SET_NON_BLOCKING() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INIT_ERR_STARTUP_TYPE_IC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INIT_ERR_STARTUP_TYPE_TD() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_APPL_TIMEOUT() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_CA_LENGTH() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_LISTENER_TIMEOUT() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_MSG_LENGTH() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_PROGNAME() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_REQCODE() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_RSPCODE() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_INVALID_TRANSPORT_TIMEOUT() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_OK() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_PARTIAL_MSG() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_PASSWD_ENCRYPT_ERROR() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_PROG_LINK_ERROR() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_RC_TRANS_START_ERROR() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RETURN4SYNC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RSP4ASYNC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RSP4ASYNCSTART() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RSP4INIT() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RSP4SHUTDOWN() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_LSTNR_RSP4SYNC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_REQ4SHUTDOWN() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_REQ_ASYNC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_REQ_SYNC() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_RSP4ASYNCLINKRSP() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYND_LISTENER_REQCODE_RSP4RETURN() - Static method in class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
getSBYNDCicsProxyConfig() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Return the SBYND CICS Listener specific configuration parameters;
getSBYNDListenerTransID() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID initial value is from configuration parameter SeeBeyond CICS Listener TransId in section "SeeBeyond CICS Listener";
getSBYNDListenerTransID() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID initial value is from configuration parameter SeeBeyond CICS Listener TransId in section "SeeBeyond CICS Listener";
getSBYNDListenerTransID() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID initial value is from configuration parameter SeeBeyond CICS Listener TransId in section "SeeBeyond CICS Listener";
getSBYNDListenerTransID() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID initial value is from configuration parameter SeeBeyond CICS Listener TransId in section "SeeBeyond CICS Listener";
getSecondaryReturnCode() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the secondary return code for the program call;
getSecondaryReturnCode() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the secondary return code for the program call;
getSecondaryReturnCodeStr() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the symbolic name for the secondary return code for the program call;
getSendBuffer() - Method in class com.stc.eways.cics.SBYNDCicsProxy
return the Outbound Buffer.
getSendBufSize() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getServer() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getServer() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Server; Return CICS server name where the request is sent to - i.e.
getServer() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Server; Return CICS server name where the request is sent to - i.e.
getServer() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Server; Return CICS server name where the request is sent to - i.e.
getServerList(int) - Method in interface com.stc.eways.cics.CicsClient
Obtain a list of CICS servers defined: name-description pairs With SBYND Listener as the transport, only one server is returned, i.e.
getServerList(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Obtain a list of CICS servers defined: name-description pairs With SBYND Listener as the transport, only one server is returned, i.e.
getServerList(int) - Method in class com.stc.eways.cics.CicsClientImpl
Obtain a list of CICS servers defined: name-description pairs With SBYND Listener as the transport, only one server is returned, i.e.
getServerList(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
Obtain a list of CICS servers defined: name-description pairs With SBYND Listener as the transport, only one server is returned, i.e.
getSslClass() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getSslClass() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient SslClass; Return the SSL class for SSL authentication - i.e.
getSslClass() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient SslClass; Return the SSL class for SSL authentication - i.e.
getSslClass() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient SslClass; Return the SSL class for SSL authentication - i.e.
getSslPassword() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getSslPassword() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient SslPassword; Return the PASSWORD for the encrypted KeyRing class; - i.e.
getSslPassword() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient SslPassword; Return the PASSWORD for the encrypted KeyRing class; - i.e.
getSslPassword() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient SslPassword; Return the PASSWORD for the encrypted KeyRing class; - i.e.
getStartDelay() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for Startup delay - CicsClient StartDelay initial value is from configuration parameter Start Delay in section "SeeBeyond CICS Listener";
getStartDelay() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for Startup delay - CicsClient StartDelay initial value is from configuration parameter Start Delay in section "SeeBeyond CICS Listener";
getStartDelay() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for Startup delay - CicsClient StartDelay initial value is from configuration parameter Start Delay in section "SeeBeyond CICS Listener";
getStartDelay() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for Startup delay - CicsClient StartDelay initial value is from configuration parameter Start Delay in section "SeeBeyond CICS Listener";
getStartDelay() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getStartTime() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for the start time of the program call;
getStartTime() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for the start time of the program call;
getStartType() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for Startup type - CicsClient StartType initial value is from configuration parameter Start Type in section "SeeBeyond CICS Listener";
getStartType() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for Startup type - CicsClient StartType initial value is from configuration parameter Start Type in section "SeeBeyond CICS Listener";
getStartType() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for Startup type - CicsClient StartType initial value is from configuration parameter Start Type in section "SeeBeyond CICS Listener";
getStartType() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for Startup type - CicsClient StartType initial value is from configuration parameter Start Type in section "SeeBeyond CICS Listener";
getStartType() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getString(int) - Static method in class com.stc.eways.cics.AsyncCallReturnCodes
 
getString(int) - Static method in class com.stc.eways.cics.ECIErrorCodes
 
getString(int) - Static method in class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
getTopic() - Method in class com.stc.eways.cics.AsyncCicsCall
Getter for Topic - the topic that the completion event of the program will be published to;
getTopic() - Method in class com.stc.eways.cics.AsyncCicsCallList
Getter for Topic - the topic that the completion event of the program will be published to;
getTPTimeout() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for CICS program time out - CicsClient TPTimeout initial value is from configuration parameter TP Timeout in section "SeeBeyond CICS Listener";
getTPTimeout() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for CICS program time out - CicsClient TPTimeout initial value is from configuration parameter TP Timeout in section "SeeBeyond CICS Listener";
getTPTimeout() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for CICS program time out - CicsClient TPTimeout initial value is from configuration parameter TP Timeout in section "SeeBeyond CICS Listener";
getTPTimeout() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for CICS program time out - CicsClient TPTimeout initial value is from configuration parameter TP Timeout in section "SeeBeyond CICS Listener";
getTPTimeout() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getTraceDumpOffset() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TraceDumpOffset; Return the trace dump offset for CTG client log; - i.e.
getTraceDumpOffset() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TraceDumpOffset; Return the trace dump offset for CTG client log; - i.e.
getTraceDumpOffset() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TraceDumpOffset; Return the trace dump offset for CTG client log; - i.e.
getTraceFilename() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TraceFilename; Return the trace file name for CTG client log; - i.e.
getTraceFilename() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TraceFilename; Return the trace file name for CTG client log; - i.e.
getTraceFilename() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TraceFilename; Return the trace file name for CTG client log; - i.e.
getTraceLevel() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TraceLevel; Return the trace level for CTG client log; - i.e.
getTraceLevel() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TraceLevel; Return the trace level for CTG client log; - i.e.
getTraceLevel() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TraceLevel; Return the trace level for CTG client log; - i.e.
getTraceTiming() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TraceTiming; Return the trace timing (time stamp) in CTG client log; - i.e.
getTraceTiming() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TraceTiming; Return the trace timing (time stamp) in CTG client log; - i.e.
getTraceTiming() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TraceTiming; Return the trace timing (time stamp) in CTG client log; - i.e.
getTraceTruncationSize() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TraceTruncationSize; Return the trace truncation size for CTG client log; - i.e.
getTraceTruncationSize() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TraceTruncationSize; Return the trace truncation size for CTG client log; - i.e.
getTraceTruncationSize() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TraceTruncationSize; Return the trace truncation size for CTG client log; - i.e.
getTransId() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getTransId() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient TransId; Return the CICS transId to be invoked; - i.e.
getTransId() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient TransId; Return the CICS transId to be invoked; - i.e.
getTransId() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient TransId; Return the CICS transId to be invoked; - i.e.
getTransID() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getTransport() - Method in interface com.stc.eways.cics.CicsClient
Gets the Transport type (Listener or Gateway)
getTransport() - Method in class com.stc.eways.cics.CicsClientAdapter
Gets the Transport type (Listener or Gateway)
getTransport() - Method in class com.stc.eways.cics.CicsClientImpl
Gets the Transport type (Listener or Gateway)
getTransportTimeout() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Getter for TransportTimeout - CicsClient TransportTimeout initial value is from configuration parameter Transport Timeout in section "SeeBeyond CICS Listener";
getTransportTimeout() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Getter for TransportTimeout - CicsClient TransportTimeout initial value is from configuration parameter Transport Timeout in section "SeeBeyond CICS Listener";
getTransportTimeout() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Getter for TransportTimeout - CicsClient TransportTimeout initial value is from configuration parameter Transport Timeout in section "SeeBeyond CICS Listener";
getTransportTimeout() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Getter for TransportTimeout - CicsClient TransportTimeout initial value is from configuration parameter Transport Timeout in section "SeeBeyond CICS Listener";
getTransportTimeout() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getUrl() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getUrl() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient Url; Return URL pointing to the remote or local CICS transaction gateway to connect to - i.e.
getUrl() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient Url; Return URL pointing to the remote or local CICS transaction gateway to connect to - i.e.
getUrl() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient Url; Return URL pointing to the remote or local CICS transaction gateway to connect to - i.e.
getUseListener() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
getUserId() - Method in class com.stc.eways.cics.AsyncCicsCall
 
getUserId() - Method in interface com.stc.eways.cics.CicsClient
Getter for CicsClient UserId; Return the CICS user id - i.e.
getUserId() - Method in class com.stc.eways.cics.CicsClientAdapter
Getter for CicsClient UserId; Return the CICS user id - i.e.
getUserId() - Method in class com.stc.eways.cics.CicsClientImpl
Getter for CicsClient UserId; Return the CICS user id - i.e.
getUserId() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
getXAResource() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Get an XAResource instance for global transaction demaracation.
GiveElem(int) - Method in class com.stc.eways.cics.DataStructure
 

H

handleTrace() - Method in class com.stc.eways.cics.CicsClientImpl
 
handleTrace() - Method in class com.stc.eways.cics.CTGCicsClientImpl
 
hasData(String) - Static method in class com.stc.eways.cics.Misc
 
hasNext() - Method in class com.stc.eways.cics.AsyncCicsCallList
Async Call Pool navigation method, check if there is a next async call object in the pool;
HIBYTE(short) - Static method in class com.stc.eways.cics.BYTEFX
Misc static BYTE & WORD conversion functions
HINIBBLE(byte) - Static method in class com.stc.eways.cics.BYTEFX
 
HIWORD(int) - Static method in class com.stc.eways.cics.BYTEFX
 

I

initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo, MonitorDataContainer) - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Initialize the EwayConnection.
initialize() - Method in class com.stc.eways.cics.CicsClientImpl
Initializes the OTD.
initialize(ConfigurationHelper, CicsClient) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
Parse the configuration parameters specific to SBYND CICS Listener;
initProxy(boolean) - Method in class com.stc.eways.cics.CicsClientImpl
 
initProxy(boolean) - Method in class com.stc.eways.cics.CTGCicsClientImpl
 
internalDisconnect() - Method in class com.stc.eways.cics.CicsClientAdapter
 
invalidateConnection() - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
This is called by the ManagedConnection to invalidate the connection handle.
isConnected() - Method in interface com.stc.eways.cics.CicsClient
Check if the connection is good;
isConnected() - Method in class com.stc.eways.cics.CicsClientAdapter
Check if the connection is good;
isConnected() - Method in class com.stc.eways.cics.CicsClientImpl
Check if the connection is good;
isConnected() - Method in class com.stc.eways.cics.CTGCicsClientImpl
Check if the connection is good;
isDone() - Method in class com.stc.eways.cics.AsyncCicsCall
 
isDone() - Method in class com.stc.eways.cics.AsyncCicsCallList
Return if the current async call is done (completed) or not;
ISO_LATIN_1 - Static variable in class com.stc.eways.cics.DataStructure
 
isValidConnection() - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
This method is used by the framework to determine whether the CICS connection is still valid (ie, unrecoverable connection error).

L

LITTLE_BIG(int) - Static method in class com.stc.eways.cics.BYTEFX
 
logger - Variable in class com.stc.eways.cics.CicsClientImpl
 
LOWBYTE(short) - Static method in class com.stc.eways.cics.BYTEFX
 
LOWNIBBLE(byte) - Static method in class com.stc.eways.cics.BYTEFX
 
LOWWORD(int) - Static method in class com.stc.eways.cics.BYTEFX
 

M

main(String[]) - Static method in class com.stc.eways.cics.DataStructure
 
main(String[]) - Static method in class com.stc.eways.cics.ECIErrorCodes
 
main(String[]) - Static method in class com.stc.eways.cics.PackedDecimal
Just use the main method for Class unit testing
MAKEBYTE(byte, byte) - Static method in class com.stc.eways.cics.BYTEFX
 
MAKEINT(short, short) - Static method in class com.stc.eways.cics.BYTEFX
 
MAKESHORT(byte, byte) - Static method in class com.stc.eways.cics.BYTEFX
 
manualConnect - Variable in class com.stc.eways.cics.CicsClientImpl
 
matchConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Determines whether this instance of the EwayConnection matches the the connection request with the connection information in Subject and/or ConnectionRequestInfo.
mConfiguration - Variable in class com.stc.eways.cics.CicsClientImpl
 
messages - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
Misc - Class in com.stc.eways.cics
Title: Misc class
Misc() - Constructor for class com.stc.eways.cics.Misc
 

N

next() - Method in class com.stc.eways.cics.AsyncCicsCallList
Async Call Pool navigation method, move to the next async call object in the pool;

P

PackedDecimal - Class in com.stc.eways.cics
 
PackedDecimal(byte[], int, int, int) - Constructor for class com.stc.eways.cics.PackedDecimal
Construct using an existing byte array(Supose to point on a valid packed decimal format or to be translated later with toPackedDecimal method
packedDecimalToString(PackedDecimal) - Method in interface com.stc.eways.cics.CicsClient
Get the string from a packed decimal object;
packedDecimalToString(PackedDecimal) - Method in class com.stc.eways.cics.CicsClientAdapter
Get the string from a packed decimal object;
packedDecimalToString(PackedDecimal) - Method in class com.stc.eways.cics.CicsClientImpl
Get the string from a packed decimal object;
password - Variable in class com.stc.eways.cics.CicsClientImpl
 
port - Variable in class com.stc.eways.cics.CicsClientAdapter
 
port - Variable in class com.stc.eways.cics.CicsClientImpl
 
prepareAPCRecord(String, int, int, int, String) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Prepare an APC Record in outbound buffer of SBYNDCicsProxy using the parameters and this can be send out by invoking sendRequest() subsequently;
prepareAPCRecord(String, int, int, int, String) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Prepare an APC Record in outbound buffer of SBYNDCicsProxy using the parameters and this can be send out by invoking sendRequest() subsequently;
prepareAPCRecord(String, int, int, int, String) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Prepare an APC Record in outbound buffer of SBYNDCicsProxy using the parameters and this can be send out by invoking sendRequest() subsequently;
prepareAPCRecord(String, int, int, int, String) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Prepare an APC Record in outbound buffer of SBYNDCicsProxy using the parameters and this can be send out by invoking sendRequest() subsequently;
prepareAPCRecord(String, int, int, int, String) - Method in class com.stc.eways.cics.SBYNDCicsProxy
Form an APC record in the outbound buffer whenever the payload - i.e.
prepareICRecord() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Form an IC record in the outbound buffer and this will be sent out via subsequent sendRequest() call;
printError(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR;
printError(Logger, String, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
 
printError(Logger, String, int) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
 
printError(Logger, String, Object[]) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR;
printError(Logger, String, Object[], Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR;
printErrorStr(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a message, trace the message as ERROR;
printInformation(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as INFORMATION;
printInformation(Logger, String, Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as INFORMATION;
printMessage(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a message, trace the message as INFORMATION;
printMessageStr(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a message, trace the message as TRACE;
printTrace(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as TRACE;
printTrace(Logger, String, Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as TRACE;
printTrace(Logger, String, Object[]) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as TRACE;
printTrace(Logger, String, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as TRACE;
program - Variable in class com.stc.eways.cics.CicsClientImpl
 
publish() - Method in class com.stc.eways.cics.AsyncCicsCall
Publish the async call completion event - it includes information such as CommArea content and other properties of the event such as error code, error text, start time, return time program name, etc.

R

reassociateConnection(ManagedConnectionCallback) - Method in class com.stc.connector.cicsadapter.appconn.CICSApplicationConnection
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection.
receive() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Read bytes into the _InboundBuffer start at 0 up to number of bytes available; Grow _InboundBuffer if necessary; Will adjust _InboundContentLen accordingly;
receive(int, int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
Read bytes into the _InboundBuffer start at offset up to offset + length, the read will block until length read or EOF reached or timed out; _InboundBuffer will grow accordingly; Will adjust _InboundContentLen accordingly;
receive(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
This is supposed to be used with programmer provided buffer only; Should not be used with the _InboundBuffer; Read bytes until the buffer's length or EOF reached or timed out;
receive(byte[], int, int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
This is supposed to be used with programmer provided buffer only; Should not be used with the _InboundBuffer; Read bytes until the length or EOF reached or timed out;
receiveRecord(int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
Read a message from the listener, the message is in inbound buffer.
reconnect() - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
register(AsyncCicsCall) - Method in class com.stc.eways.cics.AsyncCicsCallList
Add one call instance into the list and re-init the _Iterator; this is used internally, collaboration will not explicitly register a asynchronous call into the pool, instead, when an async call is to be made, if the collaboration give the gesture - generate a async call handler and set it to EciCallbackable node, then implicitly, the async call will be registered in the pool;
remove() - Method in class com.stc.eways.cics.AsyncCicsCallList
Remove the call instance in the list and if the call is still pending -
reportConnError(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CollabConnException with the message as exception message;
reportConnError(Logger, String, Object[]) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CollabConnException with the message as exception message;
reportConnError(Logger, String, Object[], Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CollabConnException with the message as exception message;
reportConnError(Logger, String, Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CollabConnException with the message as exception message;
reportError(Logger, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reportError(Logger, String, String) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reportError(Logger, String, int) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reportError(Logger, String, Object[]) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reportError(Logger, String, Object[], Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reportError(Logger, String, Exception) - Static method in class com.stc.eways.cics.SBYNDCicsProxyResource
Given a key to the localized error message, Trace the message as ERROR and throw CicsClientException with the message as exception message;
reset() - Method in interface com.stc.eways.cics.CicsClient
Resets all the attributes of the CicsClient application.
reset() - Method in class com.stc.eways.cics.CicsClientAdapter
Resets all the attributes of the CicsClient application.
reset() - Method in class com.stc.eways.cics.CicsClientImpl
Resets the data content of an CicsClientException.
reset() - Method in class com.stc.eways.cics.CTGCicsClientImpl
Resets the data content of an CicsClientException.
resetList() - Method in class com.stc.eways.cics.AsyncCicsCallList
Reset the list of the calls so that hasNext() and next() will start at the very first call object in the list;
resource - Static variable in class com.stc.eways.cics.SBYNDCicsProxyResource
 
returnCodeIs(int) - Method in class com.stc.eways.cics.AsyncCicsCall
 
returnCodeIs(int) - Method in class com.stc.eways.cics.AsyncCicsCallList
Check the return code (primary return code) against the parameter specified;
returnCodeIs(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; check if the error code in the APC record is the same as code;
returnCodeIs(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; check if the error code in the APC record is the same as code;
returnCodeIs(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; check if the error code in the APC record is the same as code;
returnCodeIs(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; check if the error code in the APC record is the same as code;
returnOK() - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; check if the error code in the APC record is SBYND_LISTENER_RC_OK;
returnOK() - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; check if the error code in the APC record is SBYND_LISTENER_RC_OK;
returnOK() - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; check if the error code in the APC record is SBYND_LISTENER_RC_OK;
returnOK() - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; check if the error code in the APC record is SBYND_LISTENER_RC_OK;
run() - Method in class com.stc.eways.cics.CTGReplyHandler
Required by the Callbackable interface: This sets the flag which is checked by the waitForEvent() method.
run() - Method in class com.stc.eways.cics.SBYNDListenerReplyHandler
Wait on response from the listener

S

SBYND_LISTENER_RC_AUTHENTICATION_FAILURE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_BAD_COMMAREA - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_CANNOT_GET_INIT_PARAM - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_ERR_SET_NON_BLOCKING - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INIT_ERR_STARTUP_TYPE_IC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INIT_ERR_STARTUP_TYPE_TD - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_APPL_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_CA_LENGTH - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_LISTENER_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_MSG_LENGTH - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_PROGNAME - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_REQCODE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_RSPCODE - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_INVALID_TRANSPORT_TIMEOUT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_OK - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
SBYND CICS Listener Return Code
SBYND_LISTENER_RC_PARTIAL_MSG - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_PASSWD_ENCRYPT_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_PROG_LINK_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_RC_TRANS_START_ERROR - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_LSTNR_RETURN4SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_LSTNR_RSP4ASYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_LSTNR_RSP4ASYNCSTART - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_LSTNR_RSP4INIT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
message keys for localizable request code desc
SBYND_LISTENER_REQCODE_DESC_LSTNR_RSP4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_LSTNR_RSP4SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_REQ4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_REQ_ASYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_REQ_SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_REQISCONNECTED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_RSP4ASYNCLINKRSP - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_DESC_RSP4RETURN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RETURN4SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RSP4ASYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RSP4ASYNCSTART - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RSP4INIT - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
SBYND CICS Listener Request Code
SBYND_LISTENER_REQCODE_LSTNR_RSP4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RSP4SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_LSTNR_RSPISCONNECTED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_REQ4SHUTDOWN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_REQ_ASYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_REQ_SYNC - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_REQISCONNECTED - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_RSP4ASYNCLINKRSP - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYND_LISTENER_REQCODE_RSP4RETURN - Static variable in interface com.stc.eways.cics.SBYNDCicsProxyConstants
 
SBYNDAppControlRecordRequestCodes - Class in com.stc.eways.cics
The SBYNDAppControlRecordRequestCodes class represents all the request codes in Application Control Record - see CICS eWay (SBYND CICS Listener) for detailed description for each of the code.
SBYNDAppControlRecordRequestCodes() - Constructor for class com.stc.eways.cics.SBYNDAppControlRecordRequestCodes
 
SBYNDAppControlRecordReturnCodes - Class in com.stc.eways.cics
The SBYNDAppControlRecordReturnCodes class represents all the return codes (error codes) in Application Control Record - see CICS eWay (SBYND CICS Listener) for details.
SBYNDAppControlRecordReturnCodes() - Constructor for class com.stc.eways.cics.SBYNDAppControlRecordReturnCodes
 
SBYNDCicsProxy - Class in com.stc.eways.cics
The SBYNDCicsProxy class represents a connection to the SBYND CICS Listener; methods are implemented and exposed to enable the caller to invoke CICS transaction programs on the host (via SBYND CICS Listener), passing data to and get result from it;
SBYNDCicsProxy(SBYNDCicsProxyConfig) - Constructor for class com.stc.eways.cics.SBYNDCicsProxy
 
SBYNDCicsProxyConfig - Class in com.stc.eways.cics
The SBYNDCicsProxyConfig class represents configuration information specific to SBYND CICS Listener.
SBYNDCicsProxyConfig() - Constructor for class com.stc.eways.cics.SBYNDCicsProxyConfig
 
SBYNDCicsProxyConfig(ConfigurationHelper, CicsClient) - Constructor for class com.stc.eways.cics.SBYNDCicsProxyConfig
 
SBYNDCicsProxyConstants - Interface in com.stc.eways.cics
SBYNDCicsProxyConstants represents all constants referenced in the ETD implementation; it contains keys for localizable messages and names etc.
SBYNDCicsProxyResource - Class in com.stc.eways.cics
The SBYNDCicsProxyResource class represents All localized resources such as error messages, trace messages, configuration names etc.
SBYNDCicsProxyResource() - Constructor for class com.stc.eways.cics.SBYNDCicsProxyResource
 
SBYNDCicsProxyTimeoutException - Exception in com.stc.eways.cics
The SBYNDCicsProxyTimeoutException class represents timeout exception for socket IO on the TCP/IP connection;
SBYNDCicsProxyTimeoutException() - Constructor for exception com.stc.eways.cics.SBYNDCicsProxyTimeoutException
Constructs a SBYNDCicsProxyTimeoutException without a detail message.
SBYNDCicsProxyTimeoutException(String) - Constructor for exception com.stc.eways.cics.SBYNDCicsProxyTimeoutException
Constructs a SBYNDCicsProxyTimeoutException with a detail message.
SBYNDListenerReplyHandler - Class in com.stc.eways.cics
 
SBYNDListenerReplyHandler() - Constructor for class com.stc.eways.cics.SBYNDListenerReplyHandler
 
secondaryReturnCodeIs(int) - Method in class com.stc.eways.cics.AsyncCicsCall
 
secondaryReturnCodeIs(int) - Method in class com.stc.eways.cics.AsyncCicsCallList
Check the secondary return code against the parameter specified;
send() - Method in class com.stc.eways.cics.SBYNDCicsProxy
send the Outbound buffer's actual content.
send(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
send the specified buffer.
send(int, int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
send the Outbound buffer.
send(byte[], int, int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
send the specified buffer.
sendAlert(String, String[], String, int) - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
 
sendRequest(Object) - Method in interface com.stc.eways.cics.CicsClient
For SBYND CICS Listner: Send an ACR to the listener, assuming ACR is properly prepared and is in outbound buffer; sendRequest() only send ACR, if a response is expected, need to call getResponse() sebsequently;
sendRequest(Object) - Method in class com.stc.eways.cics.CicsClientAdapter
For SBYND CICS Listner: Send an ACR to the listener, assuming ACR is properly prepared and is in outbound buffer; sendRequest() only send ACR, if a response is expected, need to call getResponse() sebsequently;
sendRequest(Object) - Method in class com.stc.eways.cics.CicsClientImpl
For SBYND CICS Listner: Send an ACR to the listener, assuming ACR is properly prepared and is in outbound buffer; sendRequest() only send ACR, if a response is expected, need to call getResponse() sebsequently;
sendRequest(Object) - Method in class com.stc.eways.cics.CTGCicsClientImpl
For SBYND CICS Listner: Send an ACR to the listener, assuming ACR is properly prepared and is in outbound buffer; sendRequest() only send ACR, if a response is expected, need to call getResponse() sebsequently;
sendRequest() - Method in class com.stc.eways.cics.SBYNDCicsProxy
Send an ACR to the listener, assuming ACR is properly prepared and is in outbound buffer; sendRequest() only send ACR, if a response is expected, need to call getResponse() sebsequently;
server - Variable in class com.stc.eways.cics.CicsClientImpl
 
setAsyncCallHandler(Object) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setAsyncCallObject(AsyncCicsCall) - Method in class com.stc.eways.cics.CTGReplyHandler
 
setAsyncCallObject(AsyncCicsCall) - Method in class com.stc.eways.cics.SBYNDListenerReplyHandler
 
setAsyncResponseTopic(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient node AsyncResponseTopic; once is set, the value will be used by the subsequent async call such as execute() until it is set again to another value.
setAsyncRspNotifPort(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient AsyncRspNotifPort; once is set, the value will be used by the subsequent async call such as execute() for publishing async call completion event until it is set again to another value.
setAsyncRspNotifServer(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient AsyncRspNotifServer; once is set, the value will be used by the subsequent async call such as execute() for publishing to the server with topic as indicated by the value in AsyncResponseTopic until it is set again to another value.
setCommArea(byte[]) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the CommArea - the CommArea used for passing data and get result from a program invoked;
setCommArea(byte[]) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the CommArea - the CommArea used for passing data and get result from a program invoked;
setCommArea(byte[]) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient CommArea; set the payload into CommArea usually used by the subsequent program invoking;
setCommArea(byte[]) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient CommArea; set the payload into CommArea usually used by the subsequent program invoking;
setCommArea(byte[]) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient CommArea; set the payload into CommArea usually used by the subsequent program invoking;
setCommArea(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
setCommAreaLength(int) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the CommAreaLength;
setCommAreaLength(int) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the CommAreaLength;
setCommAreaLength(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient CommAreaLength; length of the CommArea; initial value is from the configuration parameter: COMMAREA Length;
setCommAreaLength(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient CommAreaLength; length of the CommArea; initial value is from the configuration parameter: COMMAREA Length;
setCommAreaLength(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient CommAreaLength; length of the CommArea; initial value is from the configuration parameter: COMMAREA Length;
setCommAreaLength(int) - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
setDone(boolean) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setEciCallbackable(Object) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient EciCallbackable;
setEciExtend(boolean) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setEciExtend(boolean) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient EciExtend; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setEciExtend(boolean) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient EciExtend; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setEciExtend(boolean) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient EciExtend; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setEciLuwToken(int) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setEciLuwToken(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient EciLuwToken; An integer identifying a LUW; initial value is from the configuration parameter: ECI LUW token in section "CICS Client"; CTG specific;
setEciLuwToken(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient EciLuwToken; An integer identifying a LUW; initial value is from the configuration parameter: ECI LUW token in section "CICS Client"; CTG specific;
setEciLuwToken(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient EciLuwToken; An integer identifying a LUW; initial value is from the configuration parameter: ECI LUW token in section "CICS Client"; CTG specific;
setEciSync(boolean) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setEciSync(boolean) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient EciSync; indicate if the call will be sync or async;
setEciSync(boolean) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient EciSync; indicate if the call will be sync or async;
setEciSync(boolean) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient EciSync; indicate if the call will be sync or async;
setEciTPN(boolean) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setEciTPN(boolean) - Method in interface com.stc.eways.cics.CicsClient
Setter for eciTPN; indicate if the transid will be interpreted as ECI_TPN;
setEciTPN(boolean) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for ETD node eciTPN; indicate if the transid will be interpreted as ECI_TPN;
setEciTPN(boolean) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for ETD node eciTPN; indicate if the transid will be interpreted as ECI_TPN;
SetElem(int, byte) - Method in class com.stc.eways.cics.DataStructure
 
setEncoding(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Encoding;
setEncoding(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Encoding;
setEncoding(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Encoding;
setHost(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Host; Set Host pointing to the Listener to connect to; Listener specific;
setHost(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Host; Set Host pointing to the Listener to connect to; Listener specific;
setHost(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Host; Set Host pointing to the Listener to connect to; Listener specific;
setHost(String) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setJMSparam1(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for user parameter 1;
setJMSparam2(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for user parameter 2;
setJMSparam3(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for user parameter 3;
setJMSparam4(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for user parameter 4;
setJMSparam5(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for user parameter 5;
setKeepAlive(boolean) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setListenerTimeout(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for Listener Timeout - CicsClient ListenerTimeout
setListenerTimeout(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for Listener Timeout - CicsClient ListenerTimeout
setListenerTimeout(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for Listener Timeout - CicsClient ListenerTimeout
setListenerTimeout(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for Listener Timeout - CicsClient ListenerTimeout
setListenerTimeout(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setMessageQualifier(int) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setMessageQualifier(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient MessageQualifier; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setMessageQualifier(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient MessageQualifier; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setMessageQualifier(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient MessageQualifier; Have effect for CTG only; Ignored by SBYND Listener - not implemented;
setMonitor(ObjectReference) - Method in class com.stc.connector.cicsadapter.eway.CICSEwayConnection
Implementing the STCManagedSlave interface to set up/register a callback so that the connector framework can initialize the Mbean for this eway
setNoDelay(boolean) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setNotifPort(int) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for Async Response Notification server port;
setNotifServer(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for Async Response Notification server name;
setPaddingCharacter(String) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for padding character - CicsClient PaddingCharacter
setPaddingCharacter(String) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for padding character - CicsClient PaddingCharacter
setPaddingCharacter(String) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for padding character - CicsClient PaddingCharacter
setPaddingCharacter(String) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for padding character - CicsClient PaddingCharacter
setPaddingCharacter(String) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setPassword(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setPassword(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Password; the CICS password needed to authenticate the user when calling the CICS program;
setPassword(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Password; the CICS password needed to authenticate the user when calling the CICS program;
setPassword(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Password; the CICS password needed to authenticate the user when calling the CICS program;
setPassword(String) - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
setPollingRate(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for Polling Rate - CicsClient PollingRate
setPollingRate(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for Polling Rate - CicsClient PollingRate
setPollingRate(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for Polling Rate - CicsClient PollingRate
setPollingRate(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for Polling Rate - CicsClient PollingRate
setPollingRate(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setPort(int) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setPort(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Port; Set port of the host where the CTG or listener is running;
setPort(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Port; Set port of the host where the CTG is running; CTG specific;
setPort(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Port; Set port of the host where the CTG is running; CTG specific;
setPort(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setProgram(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the name of the program invoked;
setProgram(String) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the name of the program invoked;
setProgram(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Program; the CICS program to be called;
setProgram(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Program; the CICS program to be called;
setProgram(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Program; the CICS program to be called;
setProgram(String) - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
setReceiveBuffer(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
set the Inbound buffer.
setRecvBufSize(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setResults(GatewayRequest) - Method in class com.stc.eways.cics.CTGReplyHandler
Required by the Callbackable interface This is the routine that is executed when an Asynchronous call is made and before the object is runned;
setReturnCode(int) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the return code - the primary return code
setReturnCode(int) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the return code - the primary return code
setReturnMessage(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the return message;
setReturnMessage(String) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the return message;
setReturnTime(long) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the return time - the time when the program returned;
setReturnTime(long) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the return time - the time when the program returned;
setSBYNDCicsProxyConfig(SBYNDCicsProxyConfig) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setSBYNDListenerTransID(String) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID
setSBYNDListenerTransID(String) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID
setSBYNDListenerTransID(String) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID
setSBYNDListenerTransID(String) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for SBYND CICS Listener TransID - CicsClient SBYNDListenerTransID
setSecondaryReturnCode(int) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the secondary return code - the secondary return code
setSecondaryReturnCode(int) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the secondary return code - the secondary return code
setSendBuffer(byte[]) - Method in class com.stc.eways.cics.SBYNDCicsProxy
set the Outbound buffer.
setSendBufSize(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setServer(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setServer(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Server;
setServer(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Server;
setServer(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Server;
setSslClass(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setSslClass(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient SslClass; CTG specific;
setSslClass(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient SslClass; CTG specific;
setSslClass(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient SslClass; CTG specific;
setSslPassword(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setSslPassword(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient SslPassword; the PASSWORD for the encrypted KeyRing class; CTG specific;
setSslPassword(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient SslPassword; the PASSWORD for the encrypted KeyRing class; CTG specific;
setSslPassword(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient SslPassword; the PASSWORD for the encrypted KeyRing class; CTG specific;
setStartDelay(String) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartDelay
setStartDelay(String) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartDelay
setStartDelay(String) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartDelay
setStartDelay(String) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartDelay
setStartDelay(String) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setStartTime(long) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for the start time - the time when the program call is issued;
setStartTime(long) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for the start time - the time when the program call is issued;
setStartType(String) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartType
setStartType(String) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartType
setStartType(String) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartType
setStartType(String) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for Startup delay - CicsClient StartType
setStartType(String) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setTopic(String) - Method in class com.stc.eways.cics.AsyncCicsCall
Setter for Topic - the name of the topic that the completion event of the program will be published to;
setTopic(String) - Method in class com.stc.eways.cics.AsyncCicsCallList
Setter for Topic - the name of the topic that the completion event of the program will be published to;
setTPTimeout(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for TP Timeout - CicsClient TPTimeout
setTPTimeout(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for TP Timeout - CicsClient TPTimeout
setTPTimeout(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for TP Timeout - CicsClient TPTimeout
setTPTimeout(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for TP Timeout - CicsClient TPTimeout
setTPTimeout(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setTraceDumpOffset(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient TraceDumpOffset;
setTraceDumpOffset(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient TraceDumpOffset;
setTraceDumpOffset(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient TraceDumpOffset;
setTraceFilename(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient TraceFilename;
setTraceFilename(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient TraceFilename;
setTraceFilename(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient TraceFilename;
setTraceLevel(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient TraceLevel;
setTraceLevel(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient TraceLevel;
setTraceLevel(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient TraceLevel;
setTraceTiming(boolean) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient TraceTiming; CTG only;
setTraceTiming(boolean) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient TraceTiming; CTG only;
setTraceTiming(boolean) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient TraceTiming; CTG only;
setTraceTruncationSize(int) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient TraceTruncationSize;
setTraceTruncationSize(int) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient TraceTruncationSize;
setTraceTruncationSize(int) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient TraceTruncationSize;
setTransId(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setTransId(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Program; the CICS program's trans ID to be called;
setTransId(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Program; the CICS program's trans ID to be called;
setTransId(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Program; the CICS program's trans ID to be called;
setTransID(String) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setTransportTimeout(int) - Method in interface com.stc.eways.cics.CicsClient
SBYND CICS Listener specific; Setter for Transport Timeout - CicsClient TransportTimeout
setTransportTimeout(int) - Method in class com.stc.eways.cics.CicsClientAdapter
SBYND CICS Listener specific; Setter for Transport Timeout - CicsClient TransportTimeout
setTransportTimeout(int) - Method in class com.stc.eways.cics.CicsClientImpl
SBYND CICS Listener specific; Setter for Transport Timeout - CicsClient TransportTimeout
setTransportTimeout(int) - Method in class com.stc.eways.cics.CTGCicsClientImpl
SBYND CICS Listener specific; Setter for Transport Timeout - CicsClient TransportTimeout
setTransportTimeout(int) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setUrl(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setUrl(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient Url; Set URL pointing to the remote or local CICS transaction gateway to connect to; CTG specific;
setUrl(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient Url; Set URL pointing to the remote or local CICS transaction gateway to connect to; CTG specific;
setUrl(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient Url; Set URL pointing to the remote or local CICS transaction gateway to connect to; CTG specific;
setUseListener(boolean) - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
setUserId(String) - Method in class com.stc.eways.cics.AsyncCicsCall
 
setUserId(String) - Method in interface com.stc.eways.cics.CicsClient
Setter for CicsClient UserId;
setUserId(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Setter for CicsClient UserId;
setUserId(String) - Method in class com.stc.eways.cics.CicsClientImpl
Setter for CicsClient UserId;
setUserId(String) - Method in class com.stc.eways.cics.SBYNDCicsProxy
 
sslClass - Variable in class com.stc.eways.cics.CicsClientImpl
 
sslPassword - Variable in class com.stc.eways.cics.CicsClientImpl
 

T

terminate() - Method in class com.stc.eways.cics.CicsClientAdapter
Terminates the CicsClientException.
terminate() - Method in class com.stc.eways.cics.CicsClientImpl
Terminates the CicsClientException.
toPackedDecimal(String, int, int) - Method in interface com.stc.eways.cics.CicsClient
Build a packed decimal from a string number Convert the in String +-99999.99 in an packed decimal IBM data Flow -> Each digit is a 0..9 Numerical value last digit is the sign digit : A|C|E|F => + ; B|D => - ; the decimal point is virtual its position is defined in the second byte of dec_length
toPackedDecimal(String, int, int) - Method in class com.stc.eways.cics.CicsClientAdapter
Build a packed decimal from a string number Convert the in String +-99999.99 in an packed decimal IBM data Flow -> Each digit is a 0..9 Numerical value last digit is the sign digit : A|C|E|F => + ; B|D => - ; the decimal point is virtual its position is defined in the second byte of dec_length
toPackedDecimal(String, int, int) - Method in class com.stc.eways.cics.CicsClientImpl
Build a packed decimal from a string number Convert the in String +-99999.99 in an packed decimal IBM data Flow -> Each digit is a 0..9 Numerical value last digit is the sign digit : A|C|E|F => + ; B|D => - ; the decimal point is virtual its position is defined in the second byte of dec_length
toPackedDecimal(String) - Method in class com.stc.eways.cics.PackedDecimal
Build a packed decimal from a string number Convert the in String +-99999.99 in an packed decimal IBM data Flow -> Each digit is a 0..9 Numerical value last digit is the sign digit : A|C|E|F => + ; B|D => - ; the decimal point is virtual its position is defined in the second byte of dec_len
toString() - Method in class com.stc.eways.cics.AsyncCicsCall
 
toString() - Method in class com.stc.eways.cics.PackedDecimal
Translate current Packed into a String representation
toZoned(String) - Method in interface com.stc.eways.cics.CicsClient
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the current value of CicsClient Encoding as the encoding;
toZoned(String, String) - Method in interface com.stc.eways.cics.CicsClient
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the encoding specified by the parameter enc;
toZoned(String) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the current value of CicsClient Encoding as the encoding;
toZoned(String, String) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the encoding specified by the parameter enc;
toZoned(String) - Method in class com.stc.eways.cics.CicsClientImpl
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the current value of CicsClient Encoding as the encoding;
toZoned(String, String) - Method in class com.stc.eways.cics.CicsClientImpl
Convert a number in the form of a String to zoned decimal (COBOL PIC S9) byte array using the encoding specified by the parameter enc;
traceDumpOffset - Variable in class com.stc.eways.cics.CicsClientImpl
 
traceFilename - Variable in class com.stc.eways.cics.CicsClientImpl
 
traceLevel - Variable in class com.stc.eways.cics.CicsClientImpl
 
traceTiming - Variable in class com.stc.eways.cics.CicsClientImpl
 
traceTruncationSize - Variable in class com.stc.eways.cics.CicsClientImpl
 

U

url - Variable in class com.stc.eways.cics.CicsClientImpl
 
useListener() - Method in class com.stc.eways.cics.SBYNDCicsProxyConfig
 
userId - Variable in class com.stc.eways.cics.CicsClientImpl
 

Z

zonedToString(byte[]) - Method in interface com.stc.eways.cics.CicsClient
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using current value of CicsClient Encoding as encoding;
zonedToString(byte[], String) - Method in interface com.stc.eways.cics.CicsClient
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using the specified encoding enc;
zonedToString(byte[]) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using current value of CicsClient Encoding as encoding;
zonedToString(byte[], String) - Method in class com.stc.eways.cics.CicsClientAdapter
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using the specified encoding enc;
zonedToString(byte[]) - Method in class com.stc.eways.cics.CicsClientImpl
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using current value of CicsClient Encoding as encoding;
zonedToString(byte[], String) - Method in class com.stc.eways.cics.CicsClientImpl
Convert the zoned decimal (COBOL PIC S9) byte array specified by zoned to a String using the specified encoding enc;

_

_Offset - Variable in class com.stc.eways.cics.DataStructure
 
_SBYNDCicsProxy - Variable in class com.stc.eways.cics.CicsClientImpl
 
_SBYNDCicsProxyConfig - Variable in class com.stc.eways.cics.CicsClientImpl
 
_Size - Variable in class com.stc.eways.cics.DataStructure
 
_Struct - Variable in class com.stc.eways.cics.DataStructure
 

A B C D E G H I L M N P R S T U Z _
Sun Adapter for CICS API