- 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.
- CICSTxnAbendException - Exception in com.ibm.connector2.cics
-
This exception is thrown if the CICS transaction has ended abnormally (abended).
- 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.
- 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.
- com.ibm.connector2.cics - package com.ibm.connector2.cics
-
CICS JCA local ECI connector (version 1.0.0)
- 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.
- createInteraction() - Method in class com.ibm.connector2.cics.ECIConnection
-
Get a new ECIInteraction object with which to flow requests to CICS.
- 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_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_NO_CICS - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
Communication with the target CICS server could not be established.
- ECI_ERR_NO_REPLY - Static variable in class com.ibm.connector2.cics.ECIResourceAdapterRc
-
No reply received to an asynchrous request.
- 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_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_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_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.
- 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) - 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.
- 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.
- equals(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
- 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.
- get(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Retrieves the data for the specified container from the channel.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- getResultSetInfo() - Method in class com.ibm.connector2.cics.CICSConnection
-
Returns the resultSetInfo object.
- getTPNName() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Returns the transaction name TPNName.
- getUserName() - Method in class com.ibm.connector2.cics.CICSConnectionMetaData
-
Return the current username for this connection.
- getWarnings() - Method in class com.ibm.connector2.cics.CICSInteraction
-
Retrieves the first warning in the warning chain.