|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGatewayStatistics
COM Interface 'IGatewayStatistics'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Manages requests of gateway statistics.' 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 |
IIDf9690b60_19ac_48fd_bffd_6cf0c9436d59
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IPropSet |
getGatewayConnectionStatistics()
Retrieves the connection portion of the gateway statistics. |
IPropSet |
getGatewayProcessStatistics()
Retrieves the process portion of the gateway statistics. |
IStringArray |
getGatewayServiceNames()
Retrieves a list of service names from the gateway statistics. |
IPropSet |
getGatewayServiceStatistics(java.lang.String serviceName)
Retrieves the services portion of the gateway statistics. |
int |
getGatewayStatisticsRate()
The time in milliseconds between requests made to get the latest gateway statistics. |
void |
setGatewayStatisticsRate(int requestRate)
The time in milliseconds between requests made to get the latest gateway statistics. |
void |
startGatewayStatistics()
Start making periodic requests for statistics from the gateway. |
void |
stopGatewayStatistics()
Stop making periodic requests for statistics from the gateway. |
| Field Detail |
|---|
static final int IIDf9690b60_19ac_48fd_bffd_6cf0c9436d59
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void startGatewayStatistics()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopGatewayStatistics()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGatewayStatisticsRate(int requestRate)
throws java.io.IOException,
AutomationException
requestRate - The requestRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGatewayStatisticsRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayConnectionStatistics()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayProcessStatistics()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getGatewayServiceNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayServiceStatistics(java.lang.String serviceName)
throws java.io.IOException,
AutomationException
serviceName - The serviceName (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 | ||||||||