Class AutomationServer

java.lang.Object
Direct Known Subclasses:
Application

public class AutomationServer
extends COMIDispatchObject
Java wrapper class for a COM Automation server.
The COM server must have registered its class id under its application name in HKEY_CLASSES_ROOT.
The COM server must provide an IDispatch interface.
Since:
2011r3
  • Method Details

    • getApplicationName

      public java.lang.String getApplicationName()
      Get the name of the application behind that automation server. Returns the server name without the ".Application" - !this is a heuristic!