|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiThreadedApplication
COM Interface 'IMultiThreadedApplication'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that control DLL thread managers.' 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 |
IID34709a45_8e39_4397_a0cf_63963e5f52e4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getProcessID()
The process ID for the application. |
int |
registerThreadManager(IDllThreadManager pThreadMgr)
Registers a DLL thread manager with the application. |
void |
unregisterThreadManager(int mgrCookie)
Unregisters a DLL thread manager with the application. |
Field Detail |
---|
static final int IID34709a45_8e39_4397_a0cf_63963e5f52e4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getProcessID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int registerThreadManager(IDllThreadManager pThreadMgr) throws java.io.IOException, AutomationException
pThreadMgr
- A reference to a com.esri.arcgis.framework.IDllThreadManager (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unregisterThreadManager(int mgrCookie) throws java.io.IOException, AutomationException
mgrCookie
- The mgrCookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |