IMS TM Resource Adapter Version 12
Index
E
Determines if the passed instance is equal
to this IMSConnectionSpec instance.
Determines if the input object matches set of
configuration properties that make this
IMSManagedConnectionFactory instance unique and
specific to a particular IMS Connect.
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.
Performs an interaction with IMS via IMS Connect.