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

Quick Search    Search Deep

javax.resource.cci
Interface Interaction  view Interaction download Interaction.java


public interface Interaction

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Method Summary
 void clearWarnings()
           
 void close()
           
 Record execute(InteractionSpec ispec, Record input)
           
 boolean execute(InteractionSpec ispec, Record input, Record output)
           
 Connection getConnection()
           
 ResourceWarning getWarnings()
           
 

Method Detail

close

public void close()
           throws javax.resource.ResourceException

getConnection

public Connection getConnection()

execute

public boolean execute(InteractionSpec ispec,
                       Record input,
                       Record output)
                throws javax.resource.ResourceException

execute

public Record execute(InteractionSpec ispec,
                      Record input)
               throws javax.resource.ResourceException

getWarnings

public ResourceWarning getWarnings()
                            throws javax.resource.ResourceException

clearWarnings

public void clearWarnings()
                   throws javax.resource.ResourceException