javax.resource.cci

Interface Interaction

public interface Interaction

Method Summary
voidclearWarnings()
voidclose()
booleanexecute(InteractionSpec ispec, Record input, Record output)
Recordexecute(InteractionSpec ispec, Record input)
ConnectiongetConnection()
ResourceWarninggetWarnings()

Method Detail

clearWarnings

public void clearWarnings()

close

public void close()

execute

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

execute

public Record execute(InteractionSpec ispec, Record input)

getConnection

public Connection getConnection()

getWarnings

public ResourceWarning getWarnings()