- CCILocalTransaction - Class in com.ibm.connector2.cics
-
A CCILocalTransaction object is used to control the Transaction state
of the ECI Connector.
- CICSConnection - Class in com.ibm.connector2.cics
-
This abstract class provides the general CICS connection class.
- CICSConnectionFactory - Class in com.ibm.connector2.cics
-
This abstract class provides the framework for CICS connection factories.
- CICSConnectionMetaData - Class in com.ibm.connector2.cics
-
This class contains the connection metadata as defined in the JEE Connector
specification.
- CICSConnectionSpec - Class in com.ibm.connector2.cics
-
Framework class for the connection spec.
- CICSConnectionSpec() - Constructor for class com.ibm.connector2.cics.CICSConnectionSpec
-
Default constructor.
- CICSInteraction - Class in com.ibm.connector2.cics
-
Framework abstract class for Interaction.
- CICSInteractionSpec - Class in com.ibm.connector2.cics
-
This abstract class allows you to set the values for a general CICS request.
- CICSInteractionSpec() - Constructor for class com.ibm.connector2.cics.CICSInteractionSpec
-
Constructs an CICSInteractionSpec object
- CICSLogTraceLevels - Interface in com.ibm.connector2.cics
-
This interface contains the trace level enumerations.
- CICSManagedConnectionFactory - Class in com.ibm.connector2.cics
-
Abstract class that provides the managed connection factory framework for
CICS resource adapters.
- CICSManagedConnectionFactory() - Constructor for class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Default constructor.
- CICSResourceAdapterMetaData - Class in com.ibm.connector2.cics
-
This class provides information about the specific CICS resource adapter.
- CICSTxnAbendException - Exception in com.ibm.connector2.cics
-
This exception is thrown if the CICS transaction has ended abnormally (abended).
- CICSUserInputException - Exception in com.ibm.connector2.cics
-
Deprecated.
since CICS TG v6.0, replaced by InvalidPropertyException
- clear - Static variable in class com.ibm.connector2.cics.AIDKey
-
'clear' key
- clear() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Removes all entries from the Channel
- clearWarnings() - Method in class com.ibm.connector2.cics.CICSInteraction
-
Clears any warnings logged.
- clone() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Not supported
- clone() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Creates a new object of the same class as this object.
- clone() - Method in interface com.ibm.connector2.screen.ITextAttrInfo
-
Creates a new object of the same class as this object.
- close() - Method in class com.ibm.connector2.cics.CICSConnection
-
Closes this connection if it is not already closed.
- close() - Method in class com.ibm.connector2.cics.CICSInteraction
-
Close this connection.
- close() - Method in class com.ibm.connector2.cics.ECIConnection
-
Closes the ECI connection, disabling it from further use.
- close() - Method in class com.ibm.connector2.cics.ECIInteraction
-
Close the interaction and disable any further
communication with CICS.
- close() - Method in class com.ibm.connector2.cics.EPIConnection
-
This method closes a connection.
- close() - Method in class com.ibm.connector2.cics.EPIInteraction
-
Close this connection.
- com.ibm.connector2.cics - package com.ibm.connector2.cics
-
Provides classes for developing JEE applications.
- com.ibm.connector2.screen - package com.ibm.connector2.screen
-
Provides classes for developing JEE applications that use the
EPI screenable interface (These classes are not available in
the CICS Transaction Gateway Desktop Edition).
- commit() - Method in class com.ibm.connector2.cics.CCILocalTransaction
-
Commits the current Local Transaction on the CICS Server.
- containsKey(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns whether or not the specified Container name exists in the Channel.
- containsValue(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns whether or not the Container value is within the Channel.
- createConnectionFactory() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
This method is the default route to creating ECIConnectionFactory
objects.
- createConnectionFactory(ConnectionManager) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
This method allows a ConnectionManager to be specified as the one
to be used by the returned ECIConnectionFactory.
- createConnectionFactory() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
This will create an EPIConnectionFactory.
- createConnectionFactory(ConnectionManager) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
This will create an EPIConnectionFactory.
- createInteraction() - Method in class com.ibm.connector2.cics.ECIConnection
-
Get a new ECIInteraction object with which to flow requests to CICS.
- createInteraction() - Method in class com.ibm.connector2.cics.EPIConnection
-
This method creates an interaction which you use to perform actions on
this connection.
- cyan - Static variable in interface com.ibm.connector2.screen.IExtendedAttributes
-
The color cyan.
- ECIChannelRecord - Class in com.ibm.connector2.cics
-
ECIChannelRecord is part of the API for Channels and Containers support
for the CICS ECI Resource Adapter.
- ECIChannelRecord(String) - Constructor for class com.ibm.connector2.cics.ECIChannelRecord
-
Creates the Channel Record.
- ECIConnection - Class in com.ibm.connector2.cics
-
The ECIConnection class represents a connection to CICS.
- ECIConnectionFactory - Class in com.ibm.connector2.cics
-
The ECIConnectionFactory allows a client component to request a connection
to CICS.
- ECIConnectionFactory() - Constructor for class com.ibm.connector2.cics.ECIConnectionFactory
-
Default constructor.
- ECIConnectionFactory(ConnectionManager, ECIManagedConnectionFactory) - Constructor for class com.ibm.connector2.cics.ECIConnectionFactory
-
Constructor.
- ECIConnectionSpec - Class in com.ibm.connector2.cics
-
- ECIConnectionSpec() - Constructor for class com.ibm.connector2.cics.ECIConnectionSpec
-
Default constructor.
- ECIConnectionSpec(String, String) - Constructor for class com.ibm.connector2.cics.ECIConnectionSpec
-
Constructor that builds an ECIConnectionSpec
using the given user credentials.
- ECIInteraction - Class in com.ibm.connector2.cics
-
The ECIInteraction class is used to control interaction with CICS
via the ECIConnection object.
- ECIInteractionSpec - Class in com.ibm.connector2.cics
-
The ECIInteractionSpec class is used to define some details of the interaction
with CICS, including the COMMAREA length and execute timeout.
- ECIInteractionSpec(int, String, int, int, int) - Constructor for class com.ibm.connector2.cics.ECIInteractionSpec
-
Complete constructor allows specification of all properties.
- ECIInteractionSpec(int, String) - Constructor for class com.ibm.connector2.cics.ECIInteractionSpec
-
Simple constructor.
- ECIInteractionSpec() - Constructor for class com.ibm.connector2.cics.ECIInteractionSpec
-
Default constructor.
- ECIManagedConnectionFactory - Class in com.ibm.connector2.cics
-
An ECIManagedConnectionFactory is used to create physical ECI connections to
the CICS Transaction Gateway.
- ECIManagedConnectionFactory() - Constructor for class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
- ECIResourceAdapterRc - Class in com.ibm.connector2.cics
-
This class contains all the return code enumerations from all the exceptions
that could be thrown within the ECI Resource Adapter.
- endBuild() - Method in interface com.ibm.connector2.screen.IScreenable
-
Indicate the end of the field build process.
- enter - Static variable in class com.ibm.connector2.cics.AIDKey
-
'enter' key
- EPIConnection - Class in com.ibm.connector2.cics
-
EPIConnection represents the application level connection to a CICS Terminal.
- EPIConnectionFactory - Class in com.ibm.connector2.cics
-
Use an instance of this class to request EPI Connections.
- EPIConnectionFactory() - Constructor for class com.ibm.connector2.cics.EPIConnectionFactory
-
Default constructor.
- EPIConnectionSpec - Class in com.ibm.connector2.cics
-
The EPI connection spec allows you to specify extra or different properties
on the connection you require.
- EPIConnectionSpec() - Constructor for class com.ibm.connector2.cics.EPIConnectionSpec
-
Default constructor.
- EPIFieldRecord - Interface in com.ibm.connector2.cics
-
This interface provides access to information about a specific field retrieved
from the EPI screen record.
- EPIInteraction - Class in com.ibm.connector2.cics
-
An EPIInteraction is used to interact with the terminal
requested from the connection factory.
- EPIInteractionSpec - Class in com.ibm.connector2.cics
-
This class allows you to set the values for a CICS EPI request.
- EPIInteractionSpec() - Constructor for class com.ibm.connector2.cics.EPIInteractionSpec
-
Constructs an EPIInteractionSpec Object
- EPIManagedConnectionFactory - Class in com.ibm.connector2.cics
-
An EPIManagedConnectionFactory is used to create physical EPI connections to
the CICS Transaction Gateway.
- EPIManagedConnectionFactory() - Constructor for class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Default constructor.
- EPIResourceAdapterRc - Class in com.ibm.connector2.cics
-
This class contains all the return code enumerations from all the exceptions
that could be thrown within the EPI Resource Adapter.
- EPIScreenRecord - Interface in com.ibm.connector2.cics
-
This interface represents a screen, and provides methods for
querying information about the screen and for retrieving fields
from the screen.
- EPITranFailedException - Exception in com.ibm.connector2.cics
-
This exception can be thrown by the EPI classes when an error occurs.
- equals(Object) - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Returns a flag indicating whether the objects are identical or not.
- equals(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
- equals(Object) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
This method returns true if two ECIManagedConnectionFactory
objects are equal.
- equals(Object) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Returns true if all the configurable properties are equal.
- equals(Object) - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
This method determines if the two FieldAttrInfo types are equivalent.
- equals(Object) - Method in interface com.ibm.connector2.screen.ITextAttrInfo
-
This method determines if the two TextAttrInfo types are equivalent.
- execute(InteractionSpec, Record) - Method in class com.ibm.connector2.cics.CICSInteraction
-
This form of execute is not supported by the CICS resource adapters
- execute(InteractionSpec, Record, Record) - Method in class com.ibm.connector2.cics.ECIInteraction
-
In order to interact with CICS this method must be used to pass
the definition of the call in an ECIInteractionSpec and the input
and output records that will carry the data used in the interaction.
- execute(InteractionSpec, Record, Record) - Method in class com.ibm.connector2.cics.EPIInteraction
-
This method will send the input record via a CICS terminal and return
the new screen returned in the output record.
- get(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Retrieves a Container from the Channel.
- getAdapterName() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns the adapter name.
- getAdapterShortDescription() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns a short description of the adapter.
- getAdapterVendorName() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns the adapter vendor name.
- getAdapterVersion() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns the adapter version.
- getAID() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Returns the AID property.
- getApplid() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the applid for this connection.
- getApplidQualifier() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the applid qualifier for this connection.
- getBackGroundColor() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a constant which represents the background color of the screen.
- getBackGroundColor() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns extended background attribute property.
- getCharacterSet() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns character set extended attribute.
- getCipherSuites() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Return the comma delimited list of cipher suites a SSL connection
is able to use.
- getClientSecurity() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the client security class name.
- getCommareaLength() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for commareaLength.
- getConnection() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Returns a connection within a non-managed environment.
- getConnection() - Method in class com.ibm.connector2.cics.CICSInteraction
-
Returns the connection associated with this interaction.
- getConnection(ConnectionSpec) - Method in class com.ibm.connector2.cics.ECIConnectionFactory
-
This is the extended version of getConnection() which allows
the user to pass an ECIConnectionSpec parameter containing their
user credentials.
- getConnection(ConnectionSpec) - Method in class com.ibm.connector2.cics.EPIConnectionFactory
-
This method returns a connection object.
- getConnectionURL() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the CICS TG gateway URL.
- getCursorColumn() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Returns the cursor column property.
- getCursorRow() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Returns the cursor row property.
- getDefaultBackgroundColor() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the default background color for the screen.
- getDefaultCharSet() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the default character set for the screen.
- getDefaultForegroundColor() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the default foreground color of the screen.
- getDepth() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the depth or number of rows in the screen.
- getDeviceType() - Method in class com.ibm.connector2.cics.EPIConnectionSpec
-
Return the device type for this object.
- getDeviceType() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Return the current device type.
- getEISProductName() - Method in class com.ibm.connector2.cics.CICSConnectionMetaData
-
Return the EIS product name.
- getEISProductVersion() - Method in class com.ibm.connector2.cics.CICSConnectionMetaData
-
Return the EIS product version.
- getEncoding() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Return the current encoding.
- getExecuteTimeout() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for executeTimeout.
- getField(int) - Method in interface com.ibm.connector2.cics.EPIScreenRecord
-
Returns a field at the given index.
- getFieldCount() - Method in interface com.ibm.connector2.cics.EPIScreenRecord
-
Returns the number of fields on the screen.
- getFieldCount() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the number of fields on the screen.
- getFields() - Method in interface com.ibm.connector2.cics.EPIScreenRecord
-
This returns an iterator which can be used to access all the fields on
the screen in a sequential manner.
- getFields() - Method in interface com.ibm.connector2.screen.IScreenable
-
Returns an iterator for the fields contained in the screen record.
- getForeGroundColor() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a constant which represents the foreground color of the field text.
- getForeGroundColor() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns extended foreground attribute property.
- getFunctionName() - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Return the function name.
- getFunctionName() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for function name.
- getHighlight() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a constant which indicates the type of highlight for the field.
- getHighLight() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns extended highlight attribute property.
- getInstallTimeout() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Get the install timeout value in seconds.
- getInteractionSpecsSupported() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns a string array containing the names of the interaction specs
supported by this implementation.
- getInteractionVerb() - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Returns the interactionVerb property (int) value.
- getInteractionVerb() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for interaction verb.
- getInvalidConnections(Set) - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Returns a Set of invalid connections (those that have been identified as
dirty) from the entire set of CICS managed connections that currently exist
- getIpicSendSessions() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Getter for the maximum number of send sessions when using an IPIC connection
to CICS in local mode.
- getKeyRingClass() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the key ring class name (applicable only to SSL protocol).
- getKeyRingPassword() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the key ring password (applicable only to SSL protocol(s)).
- getLocalTransaction() - Method in class com.ibm.connector2.cics.ECIConnection
-
Return a CCI local transaction handle for use in controlling the
ECIConnections transaction state.
- getLocalTransaction() - Method in class com.ibm.connector2.cics.EPIConnection
-
This method will throw a NotSupportedException.
- getLogHelper() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the log helper object.
- getLogonLogoffClass() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Return the current logonLogoff class name.
- getLogWriter() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Return the current log writer for this instance.
- getMapName() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the map name
- getMapSetName() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the mapset name
- getMaxLength() - Method in interface com.ibm.connector2.screen.IFieldData
-
Returns the maximum length of the field, including any attribute bytes.
- getMaxTextLength() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns the maximum length of the field.
- getMetaData() - Method in class com.ibm.connector2.cics.CICSConnection
-
Returns the metadata for this connection.
- getMetaData() - Method in class com.ibm.connector2.cics.ECIConnectionFactory
-
Returns information about the resource adapter.
- getMetaData() - Method in class com.ibm.connector2.cics.EPIConnectionFactory
-
Return the resource adapter meta data.
- getModifiedFields() - Method in interface com.ibm.connector2.screen.IScreenable
-
Returns an iterator for the modified fields contained in the screen record.
- getName() - Method in interface com.ibm.connector2.screen.IFieldData
-
Returns field name if one exists, null or "" otherwise.
- getName() - Method in interface com.ibm.connector2.screen.IFieldInfo
-
Returns the name of the field.
- getNetName() - Method in class com.ibm.connector2.cics.EPIConnectionSpec
-
Return the net name for this object.
- getOutputAttributeType() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the outputAttributetype (int) value.
- getPassword() - Method in class com.ibm.connector2.cics.CICSConnectionSpec
-
Gets the password or password phrase for this connection spec.
- getPassword() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the password or password phrase for this connection.
- getPortNumber() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the port to communicate with the CICS TG on.
- getPos() - Method in interface com.ibm.connector2.screen.IFieldData
-
Returns the position of the field on the screen.
- getReadTimeout() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Returns the current read timeout value in seconds.
- getRecordFactory() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
This will throw a NotSupportedException if invoked.
- getRecordName() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns the name of the Channel record
- getRecordShortDescription() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns a short description of this record
- getReference() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Return the reference object associated with this object.
- getReplyLength() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for replyLength.
- getRequestExits() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the requestExits for this connection.
- getResultSetInfo() - Method in class com.ibm.connector2.cics.CICSConnection
-
Returns the resultSetInfo object.
- getScreenDepth() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the screen depth (int) value.
- getScreenDepth() - Method in interface com.ibm.connector2.cics.EPIScreenRecord
-
Return the number of rows the screen has.
- getScreenId() - Method in interface com.ibm.connector2.screen.IScreenable
-
Returns the screen record ID.
- getScreenWidth() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the screen width (int) value.
- getScreenWidth() - Method in interface com.ibm.connector2.cics.EPIScreenRecord
-
Return the number of columns on the screen.
- getServerName() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Return the server to connect to (must be defined to the CICS TG).
- getServerSecurity() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the server security class name.
- getSignonType() - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Return the sign on type:
- getSocketConnectTimeout() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Returns the socket connect timeout value for a connection to CICS TG.
- getSpecVersion() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns the version of the JEE connector spec implemented by this
resource adapter.
- getStartCol() - Method in interface com.ibm.connector2.screen.IFieldInfo
-
Returns the starting column of the field.
- getStartPos() - Method in interface com.ibm.connector2.screen.IFieldInfo
-
Returns the starting position of the field.
- getStartRow() - Method in interface com.ibm.connector2.screen.IFieldInfo
-
Returns the starting row which contains the field.
- getTermId() - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
returns the terminal id
- getText() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Get the text of the field.
- getText() - Method in interface com.ibm.connector2.screen.IFieldData
-
Returns the text of the field.
- getText() - Method in interface com.ibm.connector2.screen.IFieldInfo
-
Returns the text of the field.
- getTextCol() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Return the current column of the text for the field.
- getTextColors() - Method in interface com.ibm.connector2.screen.ITextAttrInfo
-
Returns a character array of the text colors.
- getTextExtAttrs() - Method in interface com.ibm.connector2.screen.ITextAttrInfo
-
Returns a character array of the extended attributes.
- getTextPos() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Return the current position of the text for the field.
- getTextRow() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Return the current row of the text for the field.
- getTPNName() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for TPNName.
- getTPNName() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Accessor for TPNName.
- getTraceLevel() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the trace level for this managed connection factory.
- getTranFailedReason() - Method in exception com.ibm.connector2.cics.EPITranFailedException
-
Returns the reason code for the transaction failure, for example
EPI_TRAN_NOT_STARTED or EPI_READTIMEOUT_EXPIRED.
- getTranName() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for tranName.
- getTranName() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Accessor for tranName.
- getTransparency() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a constant which indicates the type of transparency for the field.
- getTransparency() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns extended transparency attribute property.
- getUserName() - Method in class com.ibm.connector2.cics.CICSConnectionMetaData
-
Return the current username for this connection.
- getUserName() - Method in class com.ibm.connector2.cics.CICSConnectionSpec
-
Gets the username for this connection spec.
- getUserName() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the username for this connection.
- getWarnings() - Method in class com.ibm.connector2.cics.CICSInteraction
-
Retrieves the first warning in the warning chain.
- getWidth() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns the width or number of columns in the screen.
- getXaSupport() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Accessor for the XA Support custom property.
- gray - Static variable in interface com.ibm.connector2.screen.IExtendedAttributes
-
The color gray.
- green - Static variable in interface com.ibm.connector2.screen.IExtendedAttributes
-
The color green.
- IExtendedAttributes - Interface in com.ibm.connector2.screen
-
This interface defines the constant values used when working
with extended attributes.
- IFieldAttrInfo - Interface in com.ibm.connector2.screen
-
This interface defines the field attribute interface.
- IFieldData - Interface in com.ibm.connector2.screen
-
This interface defines the field data interface used by the resource
adapter.
- IFieldInfo - Interface in com.ibm.connector2.screen
-
This interface defines the field information interface used by
an application to obtain the name, starting column, starting row,
starting position, or text of a field.
- IndexOutOfBoundsException - Exception in com.ibm.connector2.screen
-
This exception is thrown when the specified field index is outside the
valid range for the ScreenRecord.
- IndexOutOfBoundsException() - Constructor for exception com.ibm.connector2.screen.IndexOutOfBoundsException
-
Constructs a IndexOutOfBoundsException
with
no detail message.
- IndexOutOfBoundsException(String) - Constructor for exception com.ibm.connector2.screen.IndexOutOfBoundsException
-
Constructs a IndexOutOfBoundsException
with
the specified detail message.
- intenseHlt - Static variable in interface com.ibm.connector2.screen.IExtendedAttributes
-
Intense highlight.
- IScreenable - Interface in com.ibm.connector2.screen
-
This interface defines the screen interface used by the resource
adapter to build screen output, or obtain the fields it needs.
- IScreenInfo - Interface in com.ibm.connector2.screen
-
This interface defines the screen information interface.
- isDisplay() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a flag indicating whether the field should be displayed or not.
- isDisplay() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns base display attribute property.
- isEmpty() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns whether the Channel is empty or not.
- isHighIntensity() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a flag indicating whether the field is high intensity.
- isHighIntensity() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns base intensity attribute property.
- isLeftline() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Left vertical line required for field outlining extended attribute.
- isMandatoryEntry() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Mandatory entry from field validation extended attribute.
- isMandatoryFill() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Mandatory fill from field validation extended attribute.
- isModified() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a flag indicating whether the field has been modified.
- isModified() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns base modified attribute property.
- isNumeric() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a flag indicating whether the field is only numeric.
- isNumeric() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns base numeric attribute property.
- isOverline() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Overline required for field outlining extended attribute.
- isPenDetectable() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns penDetectable property.
- isProtected() - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Returns a flag indicating whether the field is protected.
- isProtected() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Returns base protected attribute property.
- isRightline() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Right vertical line required for field outlining extended attribute.
- isTrigger() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Mandatory fill from field validation extended attribute.
- isUnderline() - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Underline required for field outlining extended attribute.
- ITextAttrInfo - Interface in com.ibm.connector2.screen
-
This interface defines the text attribute field interface.
- ScreenException - Exception in com.ibm.connector2.screen
-
This exception is thrown to indicate that a failure occurs
while working with a Screen Record.
- ScreenException() - Constructor for exception com.ibm.connector2.screen.ScreenException
-
Constructs a ScreenException
with
no detail message.
- ScreenException(String) - Constructor for exception com.ibm.connector2.screen.ScreenException
-
Constructs a ScreenException
with
the specified detail message.
- setAID(AID) - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Sets the AID property.
- setApplid(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the applid for this connection.
- setApplid(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the applid for this connection.
- setApplidQualifier(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the applid qualifier for this connection.
- setApplidQualifier(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the applid qualifier for this connection.
- setCipherSuites(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the cipher suites a SSL connection is able to use.
- setCipherSuites(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the cipher suites a SSL connection is able to use.
- setClientSecurity(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the client security class name to be used.
- setClientSecurity(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the client security class name to be used.
- setCommareaLength(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for commareaLength.
- setConnectionURL(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the CICS TG gateway URL.
- setConnectionURL(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the CICS TG gateway URL.
- setCursorColumn(int) - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Sets the cursor column property.
- setCursorRow(int) - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Sets the cursor row property.
- setDeviceType(String) - Method in class com.ibm.connector2.cics.EPIConnectionSpec
-
Set the device type required.
- setDeviceType(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the device type that terminals created through this factory should use.
- setEncoding(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the encoding you wish to have the 3270 datastreams converted
to and send to the CICS server.
- setExecuteTimeout(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for executeTimeout.
- setFunctionName(String) - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Set the function to be run.
- setFunctionName(String) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for function name.
- setInstallTimeout(Integer) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the install timeout.
- setInteractionVerb(int) - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Sets the interactionVerb property (int) value.
- setInteractionVerb(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for interaction verb.
- setIpicSendSessions(Integer) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Setter for maximum number of send sessions when using an IPIC connection
to CICS in local mode.
- setKeyRingClass(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the key ring class name to use (applicable and mandatory for SSL
protocol(s)).
- setKeyRingClass(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the key ring class name to use (applicable and mandatory for SSL
protocol(s)).
- setKeyRingPassword(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the key ring password to use (applicable and mandatory for SSL
protocol).
- setKeyRingPassword(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the key ring password to use (applicable and mandatory for SSL
protocol).
- setLogonLogoffClass(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the logonLogoff class to be instantiated and called if a
signon capable or signon unknown terminal is created.
- setLogWriter(PrintWriter) - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Set the log writer to be used by this object.
- setModified(boolean) - Method in interface com.ibm.connector2.screen.IFieldAttrInfo
-
Method to change the Modified Data tag for a field, ie to indicate it
has been modified.
- setNetName(String) - Method in class com.ibm.connector2.cics.EPIConnectionSpec
-
Set the net name required.
- setOutputAttributeType(int) - Method in class com.ibm.connector2.cics.EPIInteractionSpec
-
Sets the outputAttributeType (int) value.
- setPassword(String) - Method in class com.ibm.connector2.cics.CICSConnectionSpec
-
Sets the password or password phrase for this connection spec.
- setPassword(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the password or password phrase for this connection.
- setPassword(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the password for this connection.
- setPortNumber(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the port to communicate with the CICS TG on.
- setPortNumber(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the port to communicate with the CICS TG on.
- setReadTimeout(Integer) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the read timeout.
- setRecordName(String) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
This method does not change the record name.
- setRecordShortDescription(String) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Sets a short record description.
- setReference(Reference) - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Sets the reference instance.
- setReplyLength(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for replyLength.
- setRequestExits(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the requestExits for this connection.
- setRequestExits(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the requestExits for this connection.
- setScreenId(String) - Method in interface com.ibm.connector2.screen.IScreenable
-
Set the screen ID.
- setServerName(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the server to connect to (this name must be defined in the CICS TG
config).
- setServerName(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the server to connect to (this name must be defined in the CICS TG
config).
- setServerSecurity(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the server security class name to be used.
- setServerSecurity(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the server security class name to be used.
- setSignonType(Integer) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the sign on type:
0 = Signon Capable
1 = Signon InCapable
- setSocketConnectTimeout(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Sets the socket connection timeout value for a connection to CICS TG.
- setSocketConnectTimeout(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Sets the socket connection timeout value for a connection to CICS TG.
- setText(String) - Method in interface com.ibm.connector2.cics.EPIFieldRecord
-
Set the text of the field to the given string.
- setTPNName(String) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for TPNName.
- setTPNName(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Setter for TPNName.
- setTraceLevel(Integer) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the trace level for this managed connection factory and
anything it creates.
- setTraceLevel(Integer) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the trace level for this managed connection factory and
anything it creates.
- setTranName(String) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Setter for tranName.
- setTranName(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Setter for tranName.
- setUserName(String) - Method in class com.ibm.connector2.cics.CICSConnectionSpec
-
Sets the username for this connection spec.
- setUserName(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the username for this connection.
- setUserName(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Set the username for this connection.
- setXaSupport(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Setter for whether XA support should be enabled on this
ManagedConnectionFactory.
- size() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns the number of Containers in the Channel
- supportsExecuteWithInputAndOutputRecord() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns whether this resource adapter supports execute with both
input and output records supplied.
- supportsExecuteWithInputRecordOnly() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns whether this resource adapter supports execute with
input record only returning a newly created output record.
- supportsHighlighting() - Method in interface com.ibm.connector2.screen.IScreenInfo
-
Returns whether a screen supports extended highlighting
- supportsLocalTransactionDemarcation() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns whether the adapter supports local transaction demarcation.