java.lang.Object
com.myeis.j2c.MyEISInteraction
- All Implemented Interfaces:
- javax.resource.cci.Interaction
- public class MyEISInteraction
- extends java.lang.Object
- implements javax.resource.cci.Interaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldConnection
private MyEISConnection fieldConnection
MyEISInteraction
public MyEISInteraction(javax.resource.cci.Connection connection)
- Constructor
close
public void close()
throws javax.resource.ResourceException
- Specified by:
close in interface javax.resource.cci.Interaction
getConnection
public javax.resource.cci.Connection getConnection()
- Specified by:
getConnection in interface javax.resource.cci.Interaction
execute
public boolean execute(javax.resource.cci.InteractionSpec interactionSpec,
javax.resource.cci.Record inputRecord,
javax.resource.cci.Record outputRecord)
throws javax.resource.ResourceException
- Specified by:
execute in interface javax.resource.cci.Interaction
execute
public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec arg0,
javax.resource.cci.Record arg1)
throws javax.resource.ResourceException
- Specified by:
execute in interface javax.resource.cci.Interaction
getWarnings
public javax.resource.cci.ResourceWarning getWarnings()
throws javax.resource.ResourceException
- Specified by:
getWarnings in interface javax.resource.cci.Interaction
clearWarnings
public void clearWarnings()
throws javax.resource.ResourceException
- Specified by:
clearWarnings in interface javax.resource.cci.Interaction