javax.resource.cci

Interface Interaction

public interface Interaction

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 Details

clearWarnings

public void clearWarnings()
            throws ResourceException

close

public void close()
            throws ResourceException

execute

public Record execute(InteractionSpec ispec,
                      Record input)
            throws ResourceException

execute

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

getConnection

public Connection getConnection()

getWarnings

public ResourceWarning getWarnings()
            throws ResourceException