Deprecated API
Deprecated Methods
Method and Description |
---|
com.ibm.connector2.ims.ico.IMSInteraction.execute(javax.resource.cci.InteractionSpec, javax.resource.cci.Record)
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.
|