Package com.progress.open4gl.dynamicapi
Class StatelessProc
java.lang.Object
com.progress.open4gl.dynamicapi.StatelessProc
- All Implemented Interfaces:
IRemoteProc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
void
protected Session
runProcedure
(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 RqContext
runTheProcedure
(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) toString()
-
Method Details
-
toString
- Specified by:
toString
in interfaceIRemoteProc
- Overrides:
toString
in classObject
-
runProcedure
public RqContext runProcedure(String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedure
in interfaceIRemoteProc
- Throws:
Open4GLException
RunTime4GLException
SystemErrorException
-
runProcedure
public RqContext runProcedure(String requestID, String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedure
in interfaceIRemoteProc
- Throws:
Open4GLException
RunTime4GLException
SystemErrorException
-
runProcedure
public RqContext runProcedure(String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedure
in interfaceIRemoteProc
- Throws:
Open4GLException
RunTime4GLException
SystemErrorException
-
runProcedure
public RqContext runProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException - Specified by:
runProcedure
in interfaceIRemoteProc
- Throws:
Open4GLException
RunTime4GLException
SystemErrorException
-
getProcId
- Specified by:
getProcId
in interfaceIRemoteProc
-
deletedByServer
public boolean deletedByServer()- Specified by:
deletedByServer
in interfaceIRemoteProc
-
delete
- Specified by:
delete
in interfaceIRemoteProc
- Throws:
Open4GLException
SystemErrorException
-
runTheProcedure
protected RqContext runTheProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException -
getSession
- Throws:
Open4GLException
-
genProcSignature
public void genProcSignature()
-