com.esri.arcgis.version
Interface IVersionHost

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVersionHostProxy, VersionManager

public interface IVersionHost
extends java.io.Serializable

COM Interface 'IVersionHost'. Generated 3/19/2015 1:21:02 PM from 'c:\PROGRA~1\COMMON~1\ArcGIS\bin\ArcGISVersion.dll'

Description: 'IVersionHost Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa4092e33_e459_4b9c_b04e_263fb7a8e1d1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object createObject(GUID clsid)
          Used to create objects within a remote host process such as dllhost.
 

Field Detail

IIDa4092e33_e459_4b9c_b04e_263fb7a8e1d1

static final int IIDa4092e33_e459_4b9c_b04e_263fb7a8e1d1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createObject

java.lang.Object createObject(GUID clsid)
                              throws java.io.IOException,
                                     AutomationException
Used to create objects within a remote host process such as dllhost.

Parameters:
clsid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.