|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSInteraction
public abstract class CICSInteraction
Framework abstract class for 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.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.cci.Interaction |
---|
execute |
Method Detail |
---|
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
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |