Viewing the generated proxies

The generated proxies display in the System Tree. You can expand the proxy nodes to display the signatures of the methods on the home and remote interfaces for the EJB component, as well as on all the other objects for which proxies were generated.

The example shows the System Tree with the expanded node e j b proxies dot p b l ( D : backslash work). Under it are displayed the signatures of all the methods in that node.

Conflicts with reserved words

If the name of a component method conflicts with a PowerBuilder reserved word, the string _j is appended to the method name in the proxy so that the methods can be imported into PowerBuilder. For example, the Java Iterator class has a Next method, which conflicts with the PowerBuilder reserved word NEXT. In the proxy, the method is named next_j.