|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriServerStatEvent
An enumeration through ArcGIS server statistics events.
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.
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 |
---|
static final int esriSSEContextCreated
static final int esriSSEContextCreationFailed
static final int esriSSEContextCreationTimeout
static final int esriSSEContextReleased
static final int esriSSEContextUsageTimeout
static final int esriSSEServerObjectCreated
static final int esriSSEServerObjectCreationFailed
static final int esriSSELogError
static final int esriSSELogWarning
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |