Class PersistentProc

java.lang.Object
com.progress.open4gl.dynamicapi.PersistentProc
All Implemented Interfaces:
IRemoteProc

public class PersistentProc extends Object implements IRemoteProc
The PersistentProc class is the client side (dynamic API) proxy for a 4GL persistent procedure. Note that PersistentProc does not have much "meat". The only context a PersistentProc object has is the id for the underlying persistent procedure and a reference to the session. The actual execution of a 4GL procedure is done by the session object.