public class OpenClassObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.progress.open4gl.javaproxy.OpenClassObjectImpl |
m_DynPOImpl |
Constructor and Description |
---|
OpenClassObject(ProObject appObj,
java.lang.String objTypeName,
int statelessMode) |
Modifier and Type | Method and Description |
---|---|
void |
_cancelAllRequests()
Stops or cancels any outstanding requests to the AppServer by this object or
one that shares its connection.
|
java.lang.Object |
_getConnectionId()
Returns a string containing a unique identifier for this connection.
|
java.lang.Object |
_getProcId()
Provides the Remote Procedure Id.
|
java.lang.String |
_getProcReturnString()
Returns the current value of the AppServer RETURN-VALUE function.
|
java.lang.Object |
_getRequestId()
Returns a unique string identifying the request most recently run.
|
java.lang.Object |
_getSSLSubjectName()
Provides the SSL server's subject name that is obtained from its validated
digital certificate.
|
boolean |
_isStreaming()
Returns true if currently streaming an output result set.
|
void |
_release()
Makes this object unavailable for further use.
|
void |
invokeMethod(java.lang.String methodName,
ParamArray paramArray)
Invokes the method procedure on the OpenClassObject.
|
public OpenClassObject(ProObject appObj, java.lang.String objTypeName, int statelessMode) throws Open4GLException, RunTime4GLException, SystemErrorException
public void _release() throws Open4GLException, SystemErrorException
Open4GLException
SystemErrorException
public java.lang.Object _getConnectionId() throws Open4GLException
Open4GLException
public java.lang.Object _getRequestId() throws Open4GLException
Open4GLException
public java.lang.Object _getSSLSubjectName() throws Open4GLException
Open4GLException
public java.lang.Object _getProcId() throws Open4GLException
Open4GLException
public boolean _isStreaming() throws Open4GLException
Open4GLException
public void _cancelAllRequests() throws Open4GLException
Open4GLException
public java.lang.String _getProcReturnString() throws Open4GLException
Open4GLException
public void invokeMethod(java.lang.String methodName, ParamArray paramArray) throws Open4GLException, RunTime4GLException, SystemErrorException
methodName
- Name of method on the OpenClassObject.paramArray
- Holds the parameters for methodsOpen4GLException
RunTime4GLException
SystemErrorException