Sample Java prototypes for common object methods
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This is an example of an AppObject connect method for the session-managed OrderInfo AppObject as defined for the OrderInfoObjStub class. It makes the logical connection to the AppServer:
|
This is an example of an AppObject release method for the OrderInfo AppObject as defined for the OrderInfoObjStub class:
|
Note: All interface object release methods have a similar definition.