public interface Interaction
| Modifier and Type | Method and Description |
|---|---|
void |
clearWarnings() |
void |
close() |
Record |
execute(InteractionSpec ispec,
Record input) |
boolean |
execute(InteractionSpec ispec,
Record input,
Record output) |
Connection |
getConnection() |
ResourceWarning |
getWarnings() |
void close()
throws ResourceException
ResourceExceptionConnection 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
ResourceException