Example: ActiveX client application calling Java methods

In the ActiveX to Enterprise Java™ Beans (EJB) bridge, methods are called using the native language method invocation syntax.

The following differences between Java invocation and ActiveX Automation invocation exist:
  • Unlike Java methods, ActiveX does not support method (and constructor) polymorphism; that is, you cannot have two methods in the same class with the same name.
  • Java methods are case-sensitive, but ActiveX Automation is not case-sensitive.

Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: March 5, 2017 17:54
File name: rcli_xjmdinv.html