Progress
Open Client
Developer’s Guide
Class Factory Methods
As described in the previous chapters, ProxyGen generates class factory methods that allow you to create:
- SubAppObjects that share an AppServer connection with an existing AppObject. Executing a SubAppObject class factory method does not execute anything on the AppServer.
- ProcObjects that share an AppServer connection with an existing AppObject or SubAppObject. Executing a ProcObject class factory method executes the corresponding persistent procedure on the AppServer.
- SDOResultSet is a built-in method that creates a predefined ProcObject, SDOResultSet. SDOResultSet provides Java client access to a specified remote Progress SmartDataObject as an extended JDBC 2 ResultSet. For more information, see Using SmartDataObjects From Java Clients."
ProxyGen generates class factory methods using standard naming conventions for each type of Open Client. For more information, see Generating and Managing Proxies."
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |