Package
All
Classes All Fields and Methods Deprecated
A C D E
F G H I
M N P R
S T V
A
- addConnectionEventListener(ConnectionEventListener)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Used by the application server to register a listener interested in receiving
notification of events associated with this IMSManagedConnection instance.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Adds a PropertyChangeListener for all the properties.
- addPropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Adds a PropertyChangeListener for a property.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Adds a PropertyChangeListener for all the properties.
- addPropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Adds a PropertyChangeListener for a property.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Adds a PropertyChangeListener for all the properties.
- addPropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Adds a PropertyChangeListener for a specific property.
- associateConnection(Object)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Associates a connection handle with an IMSManagedConnection instance.
C
- cleanup()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Called by the application server to clean up any client-specific state
data maintained by an IMSManagedConnection instance and put the IMSManagedConnection
instance back in the pool.
- clearWarnings()
- Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Clears all the warnings reported by this IMSInteraction instance.
- close()
- Method in class com.ibm.connector2.ims.ico.IMSConnection
- Releases an allocated connection handle.
- close()
- Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Releases all resources maintained by IMS Connector for Java for the IMSInteraction
instance.
- com.ibm.connector2.ims.ico
- package com.ibm.connector2.ims.ico
-
- copyright
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
-
- copyright
- Static variable in interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties
-
- createConnectionFactory()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- This variant of the createConnectionFactory method (with no arguments) is
used by an application in a non-managed environment to create an IMSConnectionFactory
instance.
- createConnectionFactory(ConnectionManager)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- This variant of the createConnectionFactory method is used by an application
in a managed environment to create an IMSConnectionFactory instance.
- createInteraction()
- Method in class com.ibm.connector2.ims.ico.IMSConnection
- Creates an IMSInteraction instance to use to interact with IMS OTMA via
IMS Connect.
- createManagedConnection(Subject,
ConnectionRequestInfo) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Creates a new IMSManagedConnection instance to represent the physical connection
between IMS Connector for Java and IMS Connect.
D
- DEFAULT_ASYNCOUTPUT_AVAILABLE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_CONVERTED_TIMEOUT_VALUE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_INTERACTION_VERB
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_PURGE_ASYNCOUTPUT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_REROUTE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_RUNTIME_IMS_REQUEST_TYPE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_SOTIMEOUT_VALUE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_TIMEOUT_INDEX_VALUE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- DEFAULT_TIMEOUT_VALUE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- destroy()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Closes the physical connection and releases all system resources held by
the associated IMSManagedConnection instance.
- dissociateConnections()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Called by an application server that is capable of lazy connection association
in order to dissociate a ManagedConnection instance from all of its connection
handles.
E
- equals(Object)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Determines if the passed instance is equal to this IMSConnectionSpec instance.
- equals(Object)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Determines if the input object matches set of configuration properties that
make this IMSManagedConnectionFactory instance unique and specific to a particular
IMS Connect.
- execute(InteractionSpec,
Record) - Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Deprecated. The execute(javax.resource.cci.InteractionSpec
iSpec, javax.resource.cci.Record input) method is deprecated. You should use
the execute(javax.resource.cci.InteractionSpec iSpec, javax.resource.cci.Record
input, javax.resource.cci.Record output) method for all your interactions
with IMS. If IMS does not return an output for an interaction, your execute
method should return a null output record. Performs an interaction with IMS
OTMA via IMS Connect. This variant of the execute method is used by applications
that use the Common Client Interface (CCI) to send a request to IMS OTMA to
force the end of an IMS conversation. In this case, the interactionVerb property
of the IMSInteractionSpec instance is set to SYNC_END_CONVERSATION, and the
input Record instance is ignored.
- execute(InteractionSpec,
Record, Record) - Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Performs an interaction with IMS via IMS Connect.
F
- firePropertyChange(PropertyChangeEvent)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- The firePropertyChange method was generated to support the propertyChange
field.
- firePropertyChange(String,
Object, Object) - Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- The firePropertyChange method was generated to support the propertyChange
field.
- firePropertyChange(PropertyChangeEvent)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Fires a PropertyChangeEvent to listeners.
- firePropertyChange(String,
int, int) - Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Reports an int bound property update to any registered listeners.
- firePropertyChange(String,
Object, Object) - Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Reports a String bound property update to any registered listeners.
- firePropertyChange(String,
boolean, boolean) - Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Reports a boolean bound property update to any registered listeners.
- firePropertyChange(String,
Object, Object) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- The firePropertyChange method was generated to support the propertyChange
field.
G
- getAdapterName()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns the IMS Connector for Java resource adapter name.
- getAdapterShortDescription()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns a short description of the IMS Connector for Java resource adapter
that can be used by tools.
- getAdapterVendorName()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns the IMS Connector for Java resource adapter vendor name (IBM).
- getAdapterVersion()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns the version, release, and modification level (vrm) of the IMS Connector
for Java resource adapter.
- getAltClientID()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the String representation of the altClientID property.
- getAsyncOutputAvailable()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the asyncOutputAvailable property, indicating
whether there are any asynchronous output messages available (true)
or not (false).
- getCM0Dedicated()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the CM0Dedicated property.
- getClientID()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Returns the value of the clientID property.
- getCommitMode()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the commitMode property.
- getConnection()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Gets a connection to a particular IMS Connect instance and, in turn, to
a particular IMS OTMA.
- getConnection(ConnectionSpec)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Gets a connection to a particular IMS Connect instance and, in turn, to
a particular IMS OTMA.
- getConnection()
- Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Returns the connection associated with this interaction.
- getConnection(Subject,
ConnectionRequestInfo) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Called by the application server to create a new application-level handle
to an object that represents an underlying physical connection (an IMSManagedConnection
instance).
- getConvEnded()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the convEnded property, indicating whether an
IMS conversation has ended (true) or is still in progress (false).
- getDFSMessage()
- Method in class com.ibm.connector2.ims.ico.IMSDFSMessageException
- Return the "DFS" message returned by IMS as a concatenated string of segments.
- getDFSMessageSegments()
- Method in class com.ibm.connector2.ims.ico.IMSDFSMessageException
- Returns the "DFS" message returned by IMS as a vector of segments.
- getDataStoreName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the DataStoreName property.
- getEISProductName()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionMetaData
- Returns the EIS product name
- getEISProductName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
- Returns the product name of the Enterprise Information System (EIS).
- getEISProductVersion()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionMetaData
- Returns the EIS product version.
- getEISProductVersion()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
- Returns the product version of the Enterprise Information System (EIS).
- getExecutionTimeout()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the executionTimeout property.
- getGroupName()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Returns the value of the groupName property.
- getGroupName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the GroupName property.
- getHostName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the HostName property.
- getIMSConnectName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the IMS Connect name property.
- getImsRequestType()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the imsRequestType property.
- getInteractionSpecsSupported()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns a String array containing the interaction specifications supported
by the IMS Connector for Java resource adapter.
- getInteractionVerb()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the interactionVerb property.
- getInteractionVerbText(int)
- Static method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the String representation of the interactionVerb property.
- getLocalTransaction()
- Method in class com.ibm.connector2.ims.ico.IMSConnection
- Returns a LocalTransaction instance that enables a component to demarcate
resource manager local transactions (not supported).
- getLocalTransaction()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Returns a javax.resource.spi.LocalTransaction instance that enables the
application server to manage local transactions for the resource manager.
- getLogWriter()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Returns a reference to the logWriter to allow the client application to
write messages to the trace log.
- getLogWriter()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the logWriter property.
- getLtermName()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the String representation of the ltermName property.
- getMCFactory()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Insert the method's description here.
- getMFSXMIRepositoryID()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the MFS XMI Repository ID.
- getMFSXMIRepositoryURI()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the MFS XMI Repository URI.
- getMapName()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the mapName property, typically the name of
an MFS Message Output Descriptor (MFS MOD).
- getMaxConnections()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
- Returns the maximum number of concurrent connections that IMS Connect can
support.
- getMetaData()
- Method in class com.ibm.connector2.ims.ico.IMSConnection
- Returns information about the IMS Connect and IMS instances connected by
an IMSConnection instance.
- getMetaData()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Returns meta information about IMS Connector for Java, the resource adapter.
- getMetaData()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Returns the IMSMangedConnectionMetaData instance which contains information
about the associated IMSManagedConnection instance.
- getPassword()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Returns the value of the password property.
- getPassword()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the Password property.
- getPortNumber()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the PortNumber property.
- getPropertyChange()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Accessor for the propertyChange field.
- getPropertyChange()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Accessor for the propertyChange field.
- getPropertyChange()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Return a PropertyChangeSupport object to be used to maintain a property
change listener list and fire property change events for the IMSManagedConnectionFactory
object.
- getPurgeAsyncOutput()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the purgeAsyncOutput property, indicating whether
IMS Connect will purge asynchronous output messages (true) or not (false).
- getRRSTransactional()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the RRSTransactional property.
- getReRoute()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the reRoute property, indicating whether asynchronous
output will be rerouted to an alternate destination (true) or not (false).
- getReRouteName()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the String representation of the reRouteName property.
- getRecordFactory()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Gets a RecordFactory (not supported).
- getRecordFactory()
- Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Returns a RecordFactory object that is used to create generic Record instances.
- getReference()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
-
- getResourceAdapter()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Return ResourceAdapter JavaBean associated with this ManagedConnectionFactory
JavaBean.
- getResultSetInfo()
- Method in class com.ibm.connector2.ims.ico.IMSConnection
- Returns a ResultSetInfo object (not supported).
- getSSLEnabled()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLEnabled property.
- getSSLEncryptionType()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLEncryptionType property.
- getSSLKeyStoreName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLKeyStoreName property.
- getSSLKeyStorePassword()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLKeyStorePassword property.
- getSSLTrustStoreName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLTrustStoreName property.
- getSSLTrustStorePassword()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the SSLTrustStorePassword property.
- getSocketTimeout()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Returns the value of the socketTimeout property.
- getSpecVersion()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns the version of the J2EE Connector Architecture Specification implemented
by the IMS Connector for Java resource adapter.
- getSyncLevel()
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
-
- getThreadIdentitySupport()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the appropriate xxxthreadIdentitySupport property,
where xxx is either TCPIP or LocalOption.
- getThreadSecurity()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the threadSecurity property.
- getTraceLevel()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Returns the value of the traceLevel property.
- getTraceLevel()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the traceLevel property.
- getTransactionResourceRegistration()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the Transaction Resource Registration property.
- getUserName()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionMetaData
- Returns the user name for the connection.
- getUserName()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Returns the value of the userName property.
- getUserName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the value of the UserName property.
- getUserName()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
- Returns the user name for this connection, as known by IMS Connect.
- getWarnings()
- Method in class com.ibm.connector2.ims.ico.IMSInteraction
- Gets the first ResourceWarning from the chain of warnings associated with
this Interaction instance.
- getXAResource()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Returns a javax.transaction.xa.XAResource instance that enables the application
server to demarcate global transactions with a resource manager.
H
- hasListeners(String)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Checks if there are any listeners for a specific property.
- hashCode()
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Returns a hash code representation of the user name, password, and group
name.
- hashCode()
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns the hash code of the configuration properties that make this IMSManagedConnectionFactory
instance unique.
I
- IMSConnection
- class com.ibm.connector2.ims.ico.IMSConnection.
- An IMSConnection instance is an application-level handle that is used by
a component to access an underlying physical connection to IMS Connect.
- IMSConnection(ManagedConnection)
- Constructor for class com.ibm.connector2.ims.ico.IMSConnection
- Creates an IMSConnection instance as an application handle to an IMSManagedConnection
instance representing a physical connection such as a TCP/IP socket or a Local
Option connection.
- IMSConnectionFactory
- class com.ibm.connector2.ims.ico.IMSConnectionFactory.
- The IMSConnectionFactory class provides an interface for getting connections
to IMS Connect and, in turn, IMS OTMA.
- IMSConnectionFactory()
- Constructor for class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Creates an IMSConnectionFactory instance.
- IMSConnectionFactory(ConnectionManager)
- Constructor for class com.ibm.connector2.ims.ico.IMSConnectionFactory
- This constructor is used by IMSManagedConnectionFactory to create an IMSConnectionFactory
instance.
- IMSConnectionMetaData
- class com.ibm.connector2.ims.ico.IMSConnectionMetaData.
- Provides information about the Enterprise Information System (EIS) instance
associated with a particular IMSConnection instance.
- IMSConnectionMetaData()
- Constructor for class com.ibm.connector2.ims.ico.IMSConnectionMetaData
-
- IMSConnectionSpec
- class com.ibm.connector2.ims.ico.IMSConnectionSpec.
- An IMSConnectionSpec instance is used by an application component to pass
information to the getConnection method.
- IMSConnectionSpec()
- Constructor for class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Creates an IMSConnectionSpec instance.
- IMSDFSMessageException
- exception com.ibm.connector2.ims.ico.IMSDFSMessageException.
- IMS Connector for Java throws an IMSDFSMessageException when IMS returns
a "DFS" message and the value of the imsRequestType property in the
IMSInteractionSpec instance of the interaction is 1.
- IMSDFSMessageException()
- Constructor for class com.ibm.connector2.ims.ico.IMSDFSMessageException
- The default constructor.
- IMSDFSMessageException(String)
- Constructor for class com.ibm.connector2.ims.ico.IMSDFSMessageException
- Creates an instance of IMSDFSMessageException, and provide a message for
the instance.
- IMSDFSMessageException(String,
byte[]) - Constructor for class com.ibm.connector2.ims.ico.IMSDFSMessageException
- Creates an instance of IMSDFSMessageException, and provide a message and
a byte array containing a "DFS" message for the instance.
- IMSInteraction
- class com.ibm.connector2.ims.ico.IMSInteraction.
- A component uses an instance of this class to perform an interaction with
IMS via IMS Connect.
- IMSInteraction(IMSConnection)
- Constructor for class com.ibm.connector2.ims.ico.IMSInteraction
- Creates an IMSInteraction instance for use in an interaction with IMS via
IMS Connect.
- IMSInteractionSpec
- class com.ibm.connector2.ims.ico.IMSInteractionSpec.
- An instance of this class contains properties that are used in an interaction
with IMS via IMS Connect.
- IMSInteractionSpec()
- Constructor for class com.ibm.connector2.ims.ico.IMSInteractionSpec
- The default constructor.
- IMSInteractionSpecProperties
- interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties.
- This interface defines named constants used by an IMSInteractionSpec object.
- IMSManagedConnection
- class com.ibm.connector2.ims.ico.IMSManagedConnection.
- An IMSManagedConnection is an abstract class for the IMS managed connection
that represents a physical connection to IMS via IMS Connect.
- IMSManagedConnectionFactory
- class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory.
- An IMSManagedConnectionFactory instance is a factory for IMSConnectionFactory
instances and IMSManagedConnection instances.
- IMSManagedConnectionFactory()
- Constructor for class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
-
- IMSManagedConnectionMetaData
- class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData.
- The IMSManagedConnectionMetaData class provides information about a ManagedConnection
instance and the associated Enterprise Information System (EIS).
- IMSManagedConnectionMetaData()
- Constructor for class com.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
-
- IMSResourceAdapterMetaData
- class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData.
- The IMSResourceAdapterMetaData class Contains meta information about the
resource adapter, IMS Connector for Java.
- IMSResourceAdapterMetaData()
- Constructor for class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
-
- IMSTraceLevelProperties
- interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties.
- The IMSTraceLevelProperties interface defines properties for levels of tracing.
- IMS_REQUEST_TYPE_IMS_COMMAND
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- The request is an IMS command.
- IMS_REQUEST_TYPE_IMS_TRANSACTION
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- The request is an IMS transaction.
- IMS_REQUEST_TYPE_MFS_TRANSACTION
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- Reserved for applications that are generated using WebSphere Studio MFS
support.
M
- MAX_TIMEOUT_VALUE
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- matchManagedConnections(Set,
Subject, ConnectionRequestInfo) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Returns an IMSManagedConnection instance from aConnectionSet.
N
- NUM_OF_BASE_VERBS
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- NUM_OF_IMS_VERBS
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- NUM_OF_VERBS
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
P
- propertyChange
- Variable in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Property change support
- propertyChange
- Variable in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- IMS Connector for Java internal use only.
R
- RAS_TRACE_ENTRY_EXIT
- Static variable in interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties
- RAS_TRACE_ENTRY_EXIT (value 2) traces the entry and exit of important methods
in addition to logging errors and exceptions.
- RAS_TRACE_ERROR_EXCEPTION
- Static variable in interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties
- RAS_TRACE_ERROR_EXCEPTION (value 1) logs errors and exceptions only.
- RAS_TRACE_INTERNAL
- Static variable in interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties
- RAS_TRACE_INTERNAL (value 3) displays the most information.
- RAS_TRACE_OFF
- Static variable in interface com.ibm.connector2.ims.ico.IMSTraceLevelProperties
- RAS_TRACE_OFF (value 0) specifies that no tracing or logging is to occur.
- removeConnectionEventListener(ConnectionEventListener)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- The application server uses the removeConnectionEventListener method to
remove a connection listener from an IMSManagedConnection instance.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Removes a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Removes a PropertyChangeListener for a specific property.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Removes a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Removes a PropertyChangeListener for a specific property.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Removes a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String,
PropertyChangeListener) - Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Removes a PropertyChangeListener for a specific property.
S
- SYNC_END_CONVERSATION
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- Used for the interactionVerb property of an IMSInteractionSpec instance
to force the end of an IMS conversation.
- SYNC_LEVEL
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMSInteractionSpec property to set the IMS Synchronous Level.
- SYNC_LEVEL_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- SYNC_RECEIVE_ASYNCOUTPUT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- Used for the interactionVerb property of an IMSInteractionSpec instance
to retrieve asynchronous output messages.
- SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- Used for the interactionVerb property of an IMSInteractionSpec instance
to retrieve asynchronous output messages.
- SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- Used for the interactionVerb property of an IMSInteractionSpec instance
to retrieve asynchronous output messages.
- setAltClientID(String)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the altClientID property.
- setAsyncOutputAvailable(boolean)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the asyncOutputAvailable property.
- setCM0Dedicated(Boolean)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the CM0Dedicated property of an IMSManagedConnectionFactory
instance.
- setClientID(String)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Sets the value of the clientID property.
- setCommitMode(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the commitMode property to a specified value.
- setConvEnded(boolean)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the convEnded property.
- setDataStoreName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the DataStoreName property of an IMSManagedConnectionFactory
instance.
- setExecutionTimeout(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the executionTimeout property, which is the time
it takes for IMS Connect to send an interaction to IMS and receive a response.
- setGroupName(String)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Sets the value of the groupName property.
- setGroupName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the GroupName property of an IMSManagedConnectionFactory
instance.
- setHostName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the HostName property of an IMSManagedConnectionFactory
instance.
- setIMSConnectName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the IMS Connect Name property of an IMSManagedConnectionFactory
instance.
- setImsRequestType(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the imsRequestType property.
- setInteractionVerb(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the interactionVerb property.
- setLogWriter(PrintWriter)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Sets the value of the logWriter property.
- setLogWriter(PrintWriter)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the logWriter property of an IMSManagedConnectionFactory
instance.
- setLtermName(String)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the ltermName property.
- setMFSXMIRepositoryID(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of MFS XMI repository ID.
- setMFSXMIRepositoryURI(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of MFS XMI repository URI.
- setMapName(String)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the mapName property, typically the name of an
MFS Message Output Descriptor (MFS MOD).
- setPassword(String)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Sets the value of the password property.
- setPassword(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the Password property of an IMSManagedConnectionFactory
instance.
- setPortNumber(Integer)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the PortNumber property of an IMSManagedConnectionFactory
instance.
- setPurgeAsyncOutput(boolean)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the purgeAsyncOutput property.
- setReRoute(boolean)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the reRoute property.
- setReRouteName(String)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the reRouteName property.
- setReference(Reference)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionFactory
- Sets the reference instance.
- setResourceAdapter(ResourceAdapter)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Prior to using a ManagedConnectionFactory JavaBean, the application server
must create an association between the ManagedConnectionFactory JavaBean and
a ResourceAdapter JavaBean by calling setResourceAdapter().
- setSSLEnabled(Boolean)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLEnabled property of an IMSManagedConnectionFactory
instance.
- setSSLEncryptionType(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLEncryptionType property of an IMSManagedConnectionFactory
instance.
- setSSLKeyStoreName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLKeyStoreName property of an IMSManagedConnectionFactory
instance.
- setSSLKeyStorePassword(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLKeyStorePassword property of an IMSManagedConnectionFactory
instance.
- setSSLTrustStoreName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLTrustStoreName property of an IMSManagedConnectionFactory
instance.
- setSSLTrustStorePassword(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the SSLTrustStorePassword property of an IMSManagedConnectionFactory
instance.
- setSocketTimeout(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
- Sets the value of the socketTimeout property, which is the time IMS
Connector for Java will wait on behalf of the client, to receive a reply after
sending a message to IMS Connect.
- setSyncLevel(int)
- Method in class com.ibm.connector2.ims.ico.IMSInteractionSpec
-
- setTraceLevel(Integer)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnection
- Sets the value of the traceLevel property.
- setTraceLevel(Integer)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the traceLevel property of an IMSManagedConnectionFactory
instance.
- setTransactionResourceRegistration(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the Transaction Resource Registration property.
- setUserName(String)
- Method in class com.ibm.connector2.ims.ico.IMSConnectionSpec
- Sets the value of the userName property.
- setUserName(String)
- Method in class com.ibm.connector2.ims.ico.IMSManagedConnectionFactory
- Sets the value of the UserName property of an IMSManagedConnectionFactory
instance.
- supportsExecuteWithInputAndOutputRecord()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns an indication of whether or not the IMS Connector for Java resource
adapter supports an execute function with both input and output records.
- supportsExecuteWithInputRecordOnly()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns an indication of whether or not the IMS Connector for Java resource
adapter supports an execute function with only an input record.
- supportsLocalTransactionDemarcation()
- Method in class com.ibm.connector2.ims.ico.IMSResourceAdapterMetaData
- Returns an indication of whether or not the IMS Connector for Java resource
adapter supports local transaction demarcation.
T
- TIMEOUT_DEFAULT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- TIMEOUT_NOWAIT_FLAG
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- TIMEOUT_SMALL
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- TIMEOUT_WAITFOREVER_FLAG
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
V
- VERB_SYNC_END_CONVERSATION_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_RECEIVE_ASYNCOUTPUT_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_RECEIVE_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_SEND_RECEIVE_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
- VERB_SYNC_SEND_TEXT
- Static variable in interface com.ibm.connector2.ims.ico.IMSInteractionSpecProperties
- IMS Connector for Java internal use only.
A C D E
F G H I
M N P R
S T V
Package
All
Classes All Fields and Methods Deprecated