Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.j2c
Class MyEISInteraction  view MyEISInteraction download MyEISInteraction.java

java.lang.Object
  extended bycom.myeis.j2c.MyEISInteraction
All Implemented Interfaces:
javax.resource.cci.Interaction

public class MyEISInteraction
extends java.lang.Object
implements javax.resource.cci.Interaction


Field Summary
private  MyEISConnection fieldConnection
           
 
Constructor Summary
MyEISInteraction(javax.resource.cci.Connection connection)
          Constructor
 
Method Summary
 void clearWarnings()
           
 void close()
           
 javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec arg0, javax.resource.cci.Record arg1)
           
 boolean execute(javax.resource.cci.InteractionSpec interactionSpec, javax.resource.cci.Record inputRecord, javax.resource.cci.Record outputRecord)
           
 javax.resource.cci.Connection getConnection()
           
 javax.resource.cci.ResourceWarning getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldConnection

private MyEISConnection fieldConnection
Constructor Detail

MyEISInteraction

public MyEISInteraction(javax.resource.cci.Connection connection)
Constructor

Method Detail

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