While editing a view object in the View Object Editor, use the Client Methods page to choose view object methods that you want to make available to thin client applications. Adds the methods you choose to your view object implementation class and permits remote clients using the view object to call them.
To enable the controls on this panel you must first select Generate Java files in the View Object Wizard's Java panel (in the Navigation pane, right-click on a view object and select Edit); otherwise, no methods will be available for export.
WARNING: The actual work to export the methods is done by application modules using the view object. It is the application module wizard code generation step that takes the exported methods and generates the appropriate CORBA connection mechanisms necessary to export the methods to the client applications. After you choose to export a method, you must invoke the application module edit wizard for each of the application modules using this view object. This step is necessary to regenerate the CORBA code to match the new view object exported method interface.
For additional information, click Help in the Application Module Wizard's Export and Remote panels.
See also Exporting View Object Methods To Clients.
Available
A list of generated methods available for export (only methods that follow the rules stated in exportable method rules will be included in the list). To choose a method, click its name, then click the right-arrow. JDeveloper adds the method name to the list of exported methods.
Selected
A list of methods that are exported. To remove a method from the list, click its name, and then click the left-arrow.