public class RqContext
extends java.lang.Object
ProObject runProcedure.| Constructor and Description |
|---|
RqContext(java.lang.String requestID,
java.lang.String appName,
SessionPool sessionPool,
java.lang.String sessionID,
ParameterSet parameterSet,
com.progress.common.ehnlog.IAppLogger log) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
_getConnectionId() |
java.lang.String |
_getReturnValue() |
boolean |
_isStreaming() |
void |
_release() |
void |
_release(int threadid) |
long |
get_tsCreated() |
ParameterSet |
getParameterSet() |
java.lang.String |
getRequestID() |
Session |
getSession() |
public RqContext(java.lang.String requestID,
java.lang.String appName,
SessionPool sessionPool,
java.lang.String sessionID,
ParameterSet parameterSet,
com.progress.common.ehnlog.IAppLogger log)
public java.lang.String getRequestID()
public Session getSession() throws Open4GLException, SystemErrorException
Open4GLExceptionSystemErrorExceptionpublic void _release()
throws Open4GLException,
SystemErrorException
Open4GLExceptionSystemErrorExceptionpublic void _release(int threadid)
throws Open4GLException,
SystemErrorException
Open4GLExceptionSystemErrorExceptionpublic ParameterSet getParameterSet()
public java.lang.String _getConnectionId()
throws Open4GLException
Open4GLExceptionpublic boolean _isStreaming()
throws Open4GLException
Open4GLExceptionpublic java.lang.String _getReturnValue()
throws Open4GLException
Open4GLExceptionpublic long get_tsCreated()