- 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 ConnectionSpec.
- 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.
- CICSMessageHelper - Class in com.ibm.connector2.cics
-
This class provides a single point of access to all messages used by the
CICS resource adapters.
- CICSMessageHelper() - Constructor for class com.ibm.connector2.cics.CICSMessageHelper
-
- 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 containers 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 exists in the channel.
- containsValue(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns whether or not there is a container with the specified data 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.
- ECI_ERR_ALREADY_ACTIVE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An attempt was made to continue an existing logical unit of work, but
there was an outstanding asynchronous call for the same logical unit of
work.
- ECI_ERR_CALL_FROM_CALLBACK - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The call was made from a Client daemon callback routine.
- ECI_ERR_CICS_DIED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Communication with the target CICS server was interrupted during the request.
- ECI_ERR_EXEC_NOT_RESIDENT - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Deprecated.
- ECI_ERR_INVALID_CALL_TYPE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The call type is invalid.
- ECI_ERR_INVALID_DATA_AREA - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The input data record is invalid.
- ECI_ERR_INVALID_DATA_LENGTH - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Invalid COMMAREA length.
- ECI_ERR_INVALID_EXTEND_MODE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The extend mode is invalid.
- ECI_ERR_INVALID_VERSION - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
- ECI_ERR_LUW_TOKEN - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The LUW token is invalid.
- ECI_ERR_MAX_SESSIONS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
There are insufficient communication resources to complete this request.
- ECI_ERR_MAX_SYSTEMS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
CICS Transaction Gateway has reached the limit on the maximum number of CICS servers.
- ECI_ERR_MORE_SYSTEMS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
There are more systems to return than were requested.
- ECI_ERR_MSG_QUAL_IN_USE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The supplied message qualifier is already in use and
cannot be used at this time.
- ECI_ERR_NO_CICS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Communication with the target CICS server could not be established.
- ECI_ERR_NO_MSG_QUALS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An attempt to auto generate a message qualifier failed.
- ECI_ERR_NO_REPLY - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
No reply received to an asynchrous request.
- ECI_ERR_NO_SESSIONS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
There are insufficient communication resources to communicate with
the target CICS server.
- ECI_ERR_NO_SYSTEMS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
There are no servers known to the Gateway daemon.
- ECI_ERR_NULL_MESSAGE_ID - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
- ECI_ERR_NULL_SEM_HANDLE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
- ECI_ERR_NULL_WIN_HANDLE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Deprecated.
Not returned by the CICS Transaction Gateway Java API.
- ECI_ERR_REQUEST_TIMEOUT - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The timeout interval expired before the request was sent to CICS, or the
timeout value supplied is negative.
- ECI_ERR_RESOURCE_SHORTAGE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
There are insufficient resources to communicate with the target
CICS server; details might be available in one of the product error logs.
- ECI_ERR_RESPONSE_TIMEOUT - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The ECI call timed out while waiting for a response.
- ECI_ERR_ROLLEDBACK - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An attempt was made to commit a logical unit of work, but the
CICS server was unable to commit the changes, and backed them out
instead.
- ECI_ERR_SECURITY_ERROR - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An invalid combination of username and password was specified.
- ECI_ERR_SYSTEM_ERROR - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An internal system error has occurred.
- ECI_ERR_THREAD_CREATE_ERROR - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Error creating thread.
- ECI_ERR_TRANSACTION_ABEND - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The CICS transaction abended.
- ECI_ERR_UNKNOWN_SERVER - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The target CICS server is unknown.
- ECI_ERR_XID_INVALID - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
No transaction exists with the specified XID.
- ECI_NO_ERROR - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The function completed normally.
- ECIChannelRecord - Class in com.ibm.connector2.cics
-
ECIChannelRecord provides channels and containers support for the CICS ECI
resource adapter.
- ECIChannelRecord(String) - Constructor for class com.ibm.connector2.cics.ECIChannelRecord
-
Creates a new empty channel record with the specified name.
- 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, for example the COMMAREA length.
- 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 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 the return code strings that could be contained within any
exception thrown by 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 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.
- ERROR_CONNECTION_FAILED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The connection to the CICS Transaction Gateway failed.
- ERROR_EXIT_RETRY_INVALID - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The server selected by the
CICSRequestExit
uses a different CICS communication protocol to that of the last
attempted server.
- ERROR_GATEWAY_BACK_LEVEL - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The Gateway this Java Client connected to is at an earlier release.
- ERROR_GATEWAY_CLOSED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The CICS Transaction Gateway has closed.
- ERROR_GATEWAY_EXCEPTION - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
An exception occurred in the Gateway - used to tell callbacks
what happened.
- ERROR_INVALID_REQUEST_TYPE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The request type is invalid for the protocol handler which received it.
- ERROR_NOT_AUTHORIZED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Flow of request was rejected, client is not authorized to flow requests.
- ERROR_NOT_SUPPORTED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The request type was not supported by the CICS Transaction Gateway.
- ERROR_REPLY_MISMATCH - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The reply from the CICS Transaction Gateway did not match the original
request type.
- ERROR_UNKNOWN_REQUEST_TYPE - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The request type was not recognised by the CICS Transaction Gateway.
- ERROR_WORK_WAS_REFUSED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The CICS Transaction Gateway refused the request.
- ERROR_XA_SUPPORT_NOT_ENABLED - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
The platform supports the type of request, but was not configured
to allow this type of request.
- 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 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 the data for the specified 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
-
Returns the COMMAREA length.
- getConnection() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Returns a connection.
- 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
-
Returns the execute timeout.
- 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
-
Returns the 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
-
Returns the interaction verb.
- getInterceptPlugin() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Gets the name of the
GatewayIntercept
plug-in class for this managed
connection factory.
- 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
- getIpicHeartbeatInterval() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Getter for the heartbeat interval, in seconds, when using an IPIC connection to
CICS in local mode.
- 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 to use for an SSL connection.
- getKeyRingPassword() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the key ring password to use for an SSL connection.
- getLocalTransaction() - Method in class com.ibm.connector2.cics.ECIConnection
-
Return a CCI local transaction controller object for an application to
control the transaction state of the ECIConnection.
- 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 ConnectionSpec.
- 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 the short description of the channel record.
- getReference() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Returns the reference object associated with this object.
- getReplyLength() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Returns the reply length.
- 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.
- getString(String) - Static method in class com.ibm.connector2.cics.CICSMessageHelper
-
This method retrieve a message from the bundle and formats it suitable
for output.
- getString(String, Object[]) - Static method in class com.ibm.connector2.cics.CICSMessageHelper
-
This method retrieves a message from the bundle and formats it using the
specified arguments.
- 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
-
Returns the transaction name 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
-
Returns the transaction name 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 ConnectionSpec.
- 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
-
Sets the COMMAREA length.
- 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
-
Sets the execute timeout.
- 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
-
Sets the 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
-
Sets the interaction verb.
- setInterceptPlugin(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Sets the name of the
GatewayIntercept
plug-in class for this managed
connection factory.
- setInterceptPlugin(String) - Method in class com.ibm.connector2.cics.EPIManagedConnectionFactory
-
Sets the name of the
GatewayIntercept
plug-in class for this managed
connection factory.
- setIpicHeartbeatInterval(Integer) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Setter for the heartbeat interval, in seconds, when using an IPIC connection to
CICS in local mode.
- 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 for an SSL connection.
- 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 for an SSL connection.
- 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 ConnectionSpec.
- 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 the short description of the channel record.
- setReference(Reference) - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Sets the reference instance.
- setReplyLength(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Sets the reply length.
- 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
-
Sets the transaction name 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
-
Sets the transaction name 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 ConnectionSpec.
- 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.
- strINVALID_GATEWAY_RC - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
- 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.