|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Task
or
DistributedTask
instead.
public interface IProcedure
The IProcedure interface should be implemented when using the JDBC API to invoke Java classes business logic at the space side.
The IProcedure interface includes the execute method that returns ResultEntry
Method Summary | |
---|---|
ResultEntry |
execute(Connection connection,
IJSpace space,
ArrayList paramList)
Deprecated. The execute method should include the business logic to be invoked at the server side |
Method Detail |
---|
ResultEntry execute(Connection connection, IJSpace space, ArrayList paramList) throws SQLException
connection
- JDBC Connectionspace
- The embedded space proxyparamList
- Parameters to pass to the stored procedure
ResultEntry
.
{@link
- SQLException}
SQLException
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |