com.prolifics.tconn
Class InteractionImpl

java.lang.Object
  extended by com.prolifics.tconn.InteractionImpl
All Implemented Interfaces:
Closeable, javax.resource.cci.Interaction

public class InteractionImpl
extends java.lang.Object
implements javax.resource.cci.Interaction, Closeable


Constructor Summary
InteractionImpl(javax.resource.cci.Connection c)
           
 
Method Summary
 void clearWarnings()
           
 void close()
           
 javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec is, javax.resource.cci.Record in)
           
 boolean execute(javax.resource.cci.InteractionSpec is, javax.resource.cci.Record in, javax.resource.cci.Record out)
           
 javax.resource.cci.Connection getConnection()
           
 javax.resource.cci.ResourceWarning getWarnings()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionImpl

public InteractionImpl(javax.resource.cci.Connection c)
Method Detail

clearWarnings

public void clearWarnings()
                   throws javax.resource.ResourceException
Specified by:
clearWarnings in interface javax.resource.cci.Interaction
Throws:
javax.resource.ResourceException

close

public void close()
           throws javax.resource.ResourceException
Specified by:
close in interface Closeable
Specified by:
close in interface javax.resource.cci.Interaction
Throws:
javax.resource.ResourceException

execute

public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec is,
                                         javax.resource.cci.Record in)
                                  throws javax.resource.ResourceException
Specified by:
execute in interface javax.resource.cci.Interaction
Throws:
javax.resource.ResourceException

execute

public boolean execute(javax.resource.cci.InteractionSpec is,
                       javax.resource.cci.Record in,
                       javax.resource.cci.Record out)
                throws javax.resource.ResourceException
Specified by:
execute in interface javax.resource.cci.Interaction
Throws:
javax.resource.ResourceException

getConnection

public javax.resource.cci.Connection getConnection()
Specified by:
getConnection 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
Throws:
javax.resource.ResourceException