public abstract class CICSInteraction
extends java.lang.Object
implements javax.resource.cci.Interaction
This class provides support for the logWriter and connection properties. It also provides the support for warnings which aren't available in ECI or EPI resource adapters.
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.Interaction
public javax.resource.cci.ResourceWarning getWarnings()
getWarnings
in interface javax.resource.cci.Interaction
public void clearWarnings()
clearWarnings
in interface javax.resource.cci.Interaction
public 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.Interaction
javax.resource.NotSupportedException
javax.resource.ResourceException
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Interaction
javax.resource.ResourceException