|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThreadPoolStats
COM Interface 'IThreadPoolStats'. 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7ac6c5ba_e2a1_45e5_b69e_2991694883e8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getAverageExecuteTime()
Returns the average execution time in seconds. |
double |
getEfficiency()
Returns a value indicating overall all pool efficiency. |
double |
getMaxExecuteTime()
Returns the maximum execution time in seconds. |
double |
getMinExecuteTime()
Returns the minimum execution time in seconds. |
int |
getRequestCount()
Returns the number of requests executed on the thread. |
boolean |
isStatisticsEnabled()
Enables or disables statistics on this pool. |
void |
reset()
Reset pool statistics. |
void |
setStatisticsEnabled(boolean enabled)
Enables or disables statistics on this pool. |
Field Detail |
---|
static final int IID7ac6c5ba_e2a1_45e5_b69e_2991694883e8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setStatisticsEnabled(boolean enabled) throws java.io.IOException, AutomationException
enabled
- The enabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStatisticsEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getEfficiency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinExecuteTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxExecuteTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAverageExecuteTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRequestCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
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 |