- 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() - 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
- 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
-
Provides classes for developing JEE applications.
- 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.
- createInteraction() - Method in class com.ibm.connector2.cics.ECIConnection
-
Get a new ECIInteraction object with which to flow requests to CICS.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- getConnectionURL() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the CICS TG gateway URL.
- 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.
- getExecuteTimeout() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for executeTimeout.
- 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.
- 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.
- getLogHelper() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Get the log helper object.
- getLogWriter() - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Return the current log writer for this instance.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- getTranName() - Method in class com.ibm.connector2.cics.ECIInteractionSpec
-
Accessor for tranName.
- getTranName() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Accessor for tranName.
- 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.
- getXaSupport() - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Accessor for the XA Support custom property.
- setApplid(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the applid for this connection.
- setApplidQualifier(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
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.
- setClientSecurity(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
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.
- 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.
- 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)).
- setKeyRingPassword(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the key ring password to use (applicable and mandatory for SSL
protocol).
- setLogWriter(PrintWriter) - Method in class com.ibm.connector2.cics.CICSManagedConnectionFactory
-
Set the log writer to be used by this object.
- 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.
- setPortNumber(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the port to communicate with the CICS TG on.
- 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.
- 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).
- setServerSecurity(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Set the server security class name to be used.
- setSocketConnectTimeout(String) - Method in class com.ibm.connector2.cics.ECIManagedConnectionFactory
-
Sets the socket connection timeout value for a connection to CICS TG.
- 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.
- 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.
- 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.
- supportsLocalTransactionDemarcation() - Method in class com.ibm.connector2.cics.CICSResourceAdapterMetaData
-
Returns whether the adapter supports local transaction demarcation.