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
ResourceExceptionRecord execute(InteractionSpec ispec, Record input) throws ResourceException
ResourceExceptionResourceWarning getWarnings() throws ResourceException
ResourceExceptionvoid clearWarnings()
throws ResourceException
ResourceExceptionvoid close()
throws ResourceException
ResourceException