public interface Interaction
Modifier and Type | Method and Description |
---|---|
void |
clearWarnings()
Clears the current set of warnings.
|
void |
close()
Closes the interaction.
|
Record |
execute(InteractionSpec ispec,
Record input)
Executes, returning a result.
|
boolean |
execute(InteractionSpec ispec,
Record input,
Record output)
Executes an interaction.
|
Connection |
getConnection()
Returns the Connection associated with the Interaction.
|
ResourceWarning |
getWarnings()
Returns the current set of warnings.
|
Connection getConnection()
boolean execute(InteractionSpec ispec, Record input, Record output) throws ResourceException
ResourceException
Record execute(InteractionSpec ispec, Record input) throws ResourceException
ResourceException
ResourceWarning getWarnings() throws ResourceException
ResourceException
void clearWarnings() throws ResourceException
ResourceException
void close() throws ResourceException
ResourceException