com.esri.arcgis.addinframework
Interface IFactoryHook

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFactoryHookProxy

public interface IFactoryHook
extends java.io.Serializable

COM Interface 'IFactoryHook'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'IFactoryHook 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 IIDe354eff4_f577_48dc_8492_6846a4ef2f53
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getApplicationHook()
          Returns the application hook.
 void translateID(java.lang.String strID, GUID[] pID)
          Translates a string ID to it's corresponding registered GUID.
 

Field Detail

IIDe354eff4_f577_48dc_8492_6846a4ef2f53

static final int IIDe354eff4_f577_48dc_8492_6846a4ef2f53
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

getApplicationHook

java.lang.Object getApplicationHook()
                                    throws java.io.IOException,
                                           AutomationException
Returns the application hook.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

translateID

void translateID(java.lang.String strID,
                 GUID[] pID)
                 throws java.io.IOException,
                        AutomationException
Translates a string ID to it's corresponding registered GUID.

Parameters:
strID - The strID (in)
pID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.