Try OpenEdge Now
skip to main content
Java Open Clients
Proxy Objects and Methods : Proxy methods : Class factory methods : SubAppObject
 
SubAppObject
The following method allows AppObjects to create SubAppObjects that share an AppServer connection with an existing AppObject:
Syntax
public SubAppObject createAO_SubAppObject()
For example, a SubAppObject named Tax defined in ProxyGen generates this Java method:
public Tax createAO_Tax()