Package com.j_spaces.jdbc
Interface IProcedure
public interface IProcedure
Deprecated.
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
Modifier and TypeMethodDescriptionexecute(Connection connection, IJSpace space, ArrayList paramList) Deprecated.The execute method should include the business logic to be invoked at the server side
-
Method Details
-
execute
Deprecated.The execute method should include the business logic to be invoked at the server side- Parameters:
connection- JDBC Connectionspace- The embedded space proxyparamList- Parameters to pass to the stored procedure- Returns:
- Returns result set into the form of
ResultEntry. - Throws:
SQLException
-
TaskorDistributedTaskinstead.