com.esri.arcgis.framework
Interface IDllThreadManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DllThreadManager, FindDialog, IDllThreadManagerProxy

public interface IDllThreadManager
extends java.io.Serializable

COM Interface 'IDllThreadManager'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to an event that DLL thread managers listen for.' 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 IID52bcff1b_6a36_49df_b14f_be227d8543ef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onShutdown()
          Occurs when the application is shutting down.
 

Field Detail

IID52bcff1b_6a36_49df_b14f_be227d8543ef

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

onShutdown

void onShutdown()
                throws java.io.IOException,
                       AutomationException
Occurs when the application is shutting down. DLL threads should be terminated upon receiving this message.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.