Package com.progress.open4gl.dynamicapi
Class StatelessProc
java.lang.Object
com.progress.open4gl.dynamicapi.StatelessProc
- All Implemented Interfaces:
IRemoteProc
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanvoidprotected SessionrunProcedure(String procedureName, ParameterSet params) runProcedure(String procedureName, ParameterSet params, ResultSetSchema schema) runProcedure(String requestID, String procedureName, ParameterSet params) runProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) protected RqContextrunTheProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) toString()
-
Method Details
-
toString
- Specified by:
toStringin interfaceIRemoteProc- Overrides:
toStringin classObject
-
runProcedure
public RqContext runProcedure(String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedurein interfaceIRemoteProc- Throws:
Open4GLExceptionRunTime4GLExceptionSystemErrorException
-
runProcedure
public RqContext runProcedure(String requestID, String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedurein interfaceIRemoteProc- Throws:
Open4GLExceptionRunTime4GLExceptionSystemErrorException
-
runProcedure
public RqContext runProcedure(String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedurein interfaceIRemoteProc- Throws:
Open4GLExceptionRunTime4GLExceptionSystemErrorException
-
runProcedure
public RqContext runProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedurein interfaceIRemoteProc- Throws:
Open4GLExceptionRunTime4GLExceptionSystemErrorException
-
getProcId
- Specified by:
getProcIdin interfaceIRemoteProc
-
deletedByServer
public boolean deletedByServer()- Specified by:
deletedByServerin interfaceIRemoteProc
-
delete
- Specified by:
deletein interfaceIRemoteProc- Throws:
Open4GLExceptionSystemErrorException
-
runTheProcedure
protected RqContext runTheProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException -
getSession
- Throws:
Open4GLException
-
genProcSignature
public void genProcSignature()
-