Package com.progress.open4gl.javaproxy
Class SubAppObject
java.lang.Object
com.progress.open4gl.javaproxy.ProObject
com.progress.open4gl.javaproxy.SubAppObject
- All Implemented Interfaces:
SDOFactory
This class provides for a logical organization of procedures exposed by the application server. This class is primarily
used by Proxygen to represent
AppObject
that have been organized hierarchically for the convenience of the application
developer.
This class provides nearly the same functionaly as ProObject
-
Field Summary
Fields inherited from class com.progress.open4gl.javaproxy.ProObject
m_alreadyBusy, m_badOutputVal, m_notAvailable, m_properties, m_wrongProxyVer, TYPE_AO, TYPE_PO, TYPE_SC, TYPE_SO, TYPE_SP
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.progress.open4gl.javaproxy.ProObject
_cancelAllRequests, _createSDOProcObject, _createSDOResultSet, _getConnectionId, _getProcReturnString, _getRequestId, _getReturnValue, _getReturnValue, _getSSLSubjectName, _isStreaming, _release, addReference, deleteReference, finalize, get_tsCreated, get_tsLastAccessed, getAppName, getLog, getProperties, getRefCount, getSession, getSession, getSessionID, getSessionMode, getSessionPool, getWSAObjectID, isClass, isSessionAvailable, newRequestID, runProcedure, runProcedure, runProcedure, runProcedure, set_tsLastAccessed, setSessionID, shutdown, toString
-
Constructor Details
-
SubAppObject
- Throws:
Open4GLException
-
-
Method Details
-
CreatePO
public Procedure CreatePO(String procName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException
-