Package com.altova.automation.libs
Class AutomationServer
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.libs.AutomationServer
- 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.
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
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description java.lang.StringgetApplicationName()Get the name of the application behind that automation server.Methods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
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!
-