Try OpenEdge Now
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()