|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu0.Lu0Interaction
The Lu0Interaction enables a component to execute EIS functions
Constructor Summary | |
---|---|
(package private) |
Lu0Interaction(javax.resource.cci.Connection connection)
Lu0Interaction constructor |
Method Summary | |
---|---|
void |
clearWarnings()
Clears all the warnings reported by this Interaction instance |
void |
close()
Closes the current Interaction and release all the resources held for this instance by the resource adapter |
javax.resource.cci.Record |
execute(javax.resource.cci.InteractionSpec interactionSpec,
javax.resource.cci.Record input)
Executes an interaction represented by the InteractionSpec. |
boolean |
execute(javax.resource.cci.InteractionSpec interactionSpec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
Executes an interaction represented by the InteractionSpec. |
javax.resource.cci.Connection |
getConnection()
Gets the Connection associated with the Interaction |
(package private) java.io.PrintWriter |
getLogWriter()
Returns LogWriter |
javax.resource.cci.ResourceWarning |
getWarnings()
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance |
(package private) boolean |
isClosed()
Returns the closed indicator |
(package private) void |
setLogWriter(java.io.PrintWriter out)
Sets LogWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Lu0Interaction(javax.resource.cci.Connection connection)
connection
- javax.resource.cci.ConnectionMethod Detail |
public void clearWarnings()
clearWarnings
in interface javax.resource.cci.Interaction
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Interaction
javax.resource.ResourceException
public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec interactionSpec, javax.resource.cci.Record input) throws javax.resource.ResourceException
execute
in interface javax.resource.cci.Interaction
interactionSpec
- InteractionSpec representing a target EIS data/function moduleinput
- Input Record (an instance of javax.resource.cci.Record interface)
javax.resource.ResourceException
public boolean execute(javax.resource.cci.InteractionSpec interactionSpec, javax.resource.cci.Record input, javax.resource.cci.Record output) throws javax.resource.ResourceException
execute
in interface javax.resource.cci.Interaction
interactionSpec
- InteractionSpec representing a target EIS data/function moduleinput
- Input Record (an instance of javax.resource.cci.Record interface)output
- Input Record (an instance of javax.resource.cci.Record interface)
javax.resource.ResourceException
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
void setLogWriter(java.io.PrintWriter out)
out
- java.io.PrintWriterjava.io.PrintWriter getLogWriter()
boolean isClosed()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |