public abstract class CICSInteraction
extends java.lang.Object
implements javax.resource.cci.Interaction
| Modifier and Type | Method and Description |
|---|---|
void |
clearWarnings()
Clears any warnings logged.
|
void |
close()
Close this connection.
|
javax.resource.cci.Record |
execute(javax.resource.cci.InteractionSpec A,
javax.resource.cci.Record B)
This form of execute is not supported by the CICS resource adapters
|
javax.resource.cci.Connection |
getConnection()
Returns the connection associated with this interaction.
|
javax.resource.cci.ResourceWarning |
getWarnings()
Retrieves the first warning in the warning chain.
|
public javax.resource.cci.Connection getConnection()
getConnection in interface javax.resource.cci.Interactionpublic javax.resource.cci.ResourceWarning getWarnings()
getWarnings in interface javax.resource.cci.Interactionpublic void clearWarnings()
clearWarnings in interface javax.resource.cci.Interactionpublic javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec A,
javax.resource.cci.Record B)
throws javax.resource.ResourceException
execute in interface javax.resource.cci.Interactionjavax.resource.NotSupportedExceptionjavax.resource.ResourceExceptionpublic void close()
throws javax.resource.ResourceException
close in interface javax.resource.cci.Interactionjavax.resource.ResourceException