|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interaction
Statement-like connection with the underlying EIS record.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |