This type of proxy object . . .
|
Provides this functionality . . .
|
AppObject
|
A connection to an AppServer (session-managed) or application service (session-free)
Application methods that execute ABL non-persistent procedure files
Class factory methods that create SubAppObjects
Class factory methods that create ProcObjects
(Java Only) A special class factory method that creates a built-in ProcObject for accessing a remote SmartDataObject as an extended JDBC 2 ResultSet
|
SubAppObject
|
A shared AppServer (session-managed) or application service (session-free) connection through an AppObject
Application methods that execute ABL non-persistent procedure files
Class factory methods that create ProcObjects
(Java Only) A special class factory method that creates a built-in ProcObject for accessing a remote SmartDataObject as an extended JDBC 2 ResultSet
|
ProcObject
|
A shared AppServer (session-managed) or application service (session-free) connection through an AppObject
Execution of a remote ABL persistent, single-run, or singleton procedure
Application methods that execute ABL internal procedures and user-defined functions
|