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
ResourceException
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