com.esri.arcgis.server
Interface esriServerStatEvent

All Superinterfaces:
Serializable

public interface esriServerStatEvent
extends Serializable

An enumeration through ArcGIS server statistics events.

Remarks

esriServerStatEvent specifies a particular event that you want to query the GIS server's statisitcs about. Use esriServerSatEvent to specify the event when using the GetSpecificStatisticForTimeIntervals and GetAllStatisticsForTimeInterval methods on IServerStatistics.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSSEContextCreated
          A server context was successfully created using CreateServerContext.
static int esriSSEContextCreationFailed
          The creation of a server context using CreateServerContext failed.
static int esriSSEContextCreationTimeout
          The creation of a server context using CreateServerContext timed out.
static int esriSSEContextReleased
          A server context was released using ReleaseContext and a time interval between when the context was created and the context was released was recorded in statistics.
static int esriSSEContextUsageTimeout
          A server context was in use by a client longer than its maximum usage time and has timed out.
static int esriSSELogError
          An error message was sent to the logger.
static int esriSSELogWarning
          A warning message was sent to the logger.
static int esriSSEServerObjectCreated
          A server object was successfully created.
static int esriSSEServerObjectCreationFailed
          The creation of a server object failed.
 

Field Detail

esriSSEContextCreated

static final int esriSSEContextCreated
A server context was successfully created using CreateServerContext.

See Also:
Constant Field Values

esriSSEContextCreationFailed

static final int esriSSEContextCreationFailed
The creation of a server context using CreateServerContext failed.

See Also:
Constant Field Values

esriSSEContextCreationTimeout

static final int esriSSEContextCreationTimeout
The creation of a server context using CreateServerContext timed out.

See Also:
Constant Field Values

esriSSEContextReleased

static final int esriSSEContextReleased
A server context was released using ReleaseContext and a time interval between when the context was created and the context was released was recorded in statistics.

See Also:
Constant Field Values

esriSSEContextUsageTimeout

static final int esriSSEContextUsageTimeout
A server context was in use by a client longer than its maximum usage time and has timed out.

See Also:
Constant Field Values

esriSSEServerObjectCreated

static final int esriSSEServerObjectCreated
A server object was successfully created.

See Also:
Constant Field Values

esriSSEServerObjectCreationFailed

static final int esriSSEServerObjectCreationFailed
The creation of a server object failed.

See Also:
Constant Field Values

esriSSELogError

static final int esriSSELogError
An error message was sent to the logger.

See Also:
Constant Field Values

esriSSELogWarning

static final int esriSSELogWarning
A warning message was sent to the logger.

See Also:
Constant Field Values