com.esri.arcgis.trackinganalyst
Interface IGatewayStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGatewayStatisticsProxy, InternetConnection

public interface IGatewayStatistics
extends java.io.Serializable

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

IIDf9690b60_19ac_48fd_bffd_6cf0c9436d59

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

startGatewayStatistics

void startGatewayStatistics()
                            throws java.io.IOException,
                                   AutomationException
Start making periodic requests for statistics from the gateway.

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

stopGatewayStatistics

void stopGatewayStatistics()
                           throws java.io.IOException,
                                  AutomationException
Stop making periodic requests for statistics from the gateway.

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

setGatewayStatisticsRate

void setGatewayStatisticsRate(int requestRate)
                              throws java.io.IOException,
                                     AutomationException
The time in milliseconds between requests made to get the latest gateway statistics.

Parameters:
requestRate - The requestRate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGatewayStatisticsRate

int getGatewayStatisticsRate()
                             throws java.io.IOException,
                                    AutomationException
The time in milliseconds between requests made to get the latest gateway statistics.

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

getGatewayConnectionStatistics

IPropSet getGatewayConnectionStatistics()
                                        throws java.io.IOException,
                                               AutomationException
Retrieves the connection portion of the gateway statistics.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IPropSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGatewayProcessStatistics

IPropSet getGatewayProcessStatistics()
                                     throws java.io.IOException,
                                            AutomationException
Retrieves the process portion of the gateway statistics.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IPropSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGatewayServiceNames

IStringArray getGatewayServiceNames()
                                    throws java.io.IOException,
                                           AutomationException
Retrieves a list of service names from the gateway statistics.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGatewayServiceStatistics

IPropSet getGatewayServiceStatistics(java.lang.String serviceName)
                                     throws java.io.IOException,
                                            AutomationException
Retrieves the services portion of the gateway statistics.

Parameters:
serviceName - The serviceName (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IPropSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.