A C E F G H I K P R S T
A
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Add a listener to those that are informed when a bound property is changed.
C
- 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.
E
- 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
-
When a client component wants an
ECIConnectionwith specific properties to be returned by anECIConnectionFactory.getConnection(javax.resource.cci.ConnectionSpec)call then an ECIConnectionSpec is used to wrap these properties. - 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.
F
- finalize() - Method in class com.ibm.connector2.cics.ECIInteraction
-
Clean up any outstanding ASYNC replies if necessary.
G
- 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.
H
- hashCode() - Method in class com.ibm.connector2.cics.ECIChannelRecord
I
- isEmpty() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns whether the channel is empty or not.
K
- keySet() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns a set of the container names in the channel.
P
- put(Object, Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Adds a container to the channel.
- putAll(Map) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Puts a group of containers into the channel.
R
- RAS_TRACE_ENTRY_EXIT - Static variable in interface com.ibm.connector2.cics.CICSLogTraceLevels
-
Output method entry and exit trace lines.
- RAS_TRACE_ERROR_EXCEPTION - Static variable in interface com.ibm.connector2.cics.CICSLogTraceLevels
-
Output exception stack traces.
- RAS_TRACE_INTERNAL - Static variable in interface com.ibm.connector2.cics.CICSLogTraceLevels
-
Output debug trace entries.
- RAS_TRACE_OFF - Static variable in interface com.ibm.connector2.cics.CICSLogTraceLevels
-
Disable all tracing.
- remove(Object) - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Removes a container from the channel.
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Removes a PropertyChangeListener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Remove a registered listener from the list.
S
- setCommareaLength(int) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Sets the COMMAREA length.
- 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.
- 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.
- 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.
- setTPNName(String) - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Sets the transaction name TPNName.
- size() - Method in class com.ibm.connector2.cics.ECIChannelRecord
-
Returns the number of containers in the channel.
T
- toString() - Method in class com.ibm.connector2.cics.CICSConnectionFactory
-
Return a string representation of this instance.
- toString() - Method in class com.ibm.connector2.cics.CICSInteractionSpec
-
Returns a string representation of this instance.
- toString() - Method in class com.ibm.connector2.cics.ECIConnection
-
Returns a string representation of this instance for use in tracing.
- toString() - Method in class com.ibm.connector2.cics.ECIConnectionFactory
-
Return a String representation of this class.
- toString() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Provides a string representation of this object.