com.esri.arcgis.server
Interface IServerTimeRange

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerTimeRangeProxy, ServerStatisticsArray, ServerStatisticsResults

public interface IServerTimeRange
extends java.io.Serializable

COM Interface 'IServerTimeRange'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that report the actual time range for GIS server statistics reported by IServerStatstics to administrators.' 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 IID37786a30_fec4_4ea4_953e_dac6b69c716d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getEndTime()
          The end time for the period that the statistics represent.
 java.util.Date getStartTime()
          The start time for the period that the statistics represent.
 

Field Detail

IID37786a30_fec4_4ea4_953e_dac6b69c716d

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

getStartTime

java.util.Date getStartTime()
                            throws java.io.IOException,
                                   AutomationException
The start time for the period that the statistics represent.

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

getEndTime

java.util.Date getEndTime()
                          throws java.io.IOException,
                                 AutomationException
The end time for the period that the statistics represent.

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