|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.addinframework.IThreadingServicesProxy
public class IThreadingServicesProxy
Internal use class Proxy for COM Interface 'IThreadingServices'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'
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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.addinframework.IThreadingServices |
---|
IID, IIDc48a00d7_3525_4c0b_9110_829e8e98b704 |
Constructor Summary | |
---|---|
|
IThreadingServicesProxy()
For internal use only |
|
IThreadingServicesProxy(java.lang.Object obj)
|
protected |
IThreadingServicesProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IThreadingServicesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IThreadingServicesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IThreadPool |
createPool(IThreadPoolImpl pWorker,
int minThreads,
int maxThreads,
int priority)
Creates a worker thread pool. |
IThreadPool |
createPoolEx(IThreadPoolImpl pWorker,
int minThreads,
int maxThreads,
int priority,
int flags)
Creates a worker thread pool. |
int |
getGUIThreadID()
Returns the GUI thread ID. |
void |
getShutdownComplete()
Returns an event which will be signaled when the threading services have completely uninitialized. |
int |
getTLSValue(java.lang.String valueName)
Get user defined thread local value for the calling thread. |
void |
isCanceled()
Get thread local cancellation state. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setTLSValue(java.lang.String valueName,
int pValue)
Set user defined thread local value for the calling thread. |
void |
shutdown()
Signals the threading services to cancel all requests and terminate. |
void |
updateStatus(java.lang.String status)
Update thread local status. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IThreadingServicesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IThreadingServicesProxy()
public IThreadingServicesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IThreadingServicesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IThreadingServicesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IThreadPool createPool(IThreadPoolImpl pWorker, int minThreads, int maxThreads, int priority) throws java.io.IOException, AutomationException
createPool
in interface IThreadingServices
pWorker
- A reference to a com.esri.arcgis.addinframework.IThreadPoolImpl (in)minThreads
- The minThreads (in)maxThreads
- The maxThreads (in)priority
- A com.esri.arcgis.addinframework.esriThreadPoolPriority constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGUIThreadID() throws java.io.IOException, AutomationException
getGUIThreadID
in interface IThreadingServices
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isCanceled() throws java.io.IOException, AutomationException
isCanceled
in interface IThreadingServices
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateStatus(java.lang.String status) throws java.io.IOException, AutomationException
updateStatus
in interface IThreadingServices
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTLSValue(java.lang.String valueName) throws java.io.IOException, AutomationException
getTLSValue
in interface IThreadingServices
valueName
- The valueName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTLSValue(java.lang.String valueName, int pValue) throws java.io.IOException, AutomationException
setTLSValue
in interface IThreadingServices
valueName
- The valueName (in)pValue
- The pValue (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws java.io.IOException, AutomationException
shutdown
in interface IThreadingServices
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getShutdownComplete() throws java.io.IOException, AutomationException
getShutdownComplete
in interface IThreadingServices
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IThreadPool createPoolEx(IThreadPoolImpl pWorker, int minThreads, int maxThreads, int priority, int flags) throws java.io.IOException, AutomationException
createPoolEx
in interface IThreadingServices
pWorker
- A reference to a com.esri.arcgis.addinframework.IThreadPoolImpl (in)minThreads
- The minThreads (in)maxThreads
- The maxThreads (in)priority
- A com.esri.arcgis.addinframework.esriThreadPoolPriority constant (in)flags
- A com.esri.arcgis.addinframework.esriThreadPoolFlags constant (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 |