com.esri.arcgis.carto
Interface esriJPIPServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriJPIPServerMessageCodeEnum
extends Serializable

JPIPServer Logging Messages.

Product Availability

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


Field Summary
static int esriJPIPServerMessageCode_Failed
          JPIP failed on ImageServer.
static int esriJPIPServerMessageCode_Initialized
          JPIP has been initialized on ImageServer.
static int esriJPIPServerMessageCode_NotLicensed
          Not Licensed.
static int esriJPIPServerMessageCode_Started
          JPIP started on ImageServer.
 

Field Detail

esriJPIPServerMessageCode_Failed

static final int esriJPIPServerMessageCode_Failed
JPIP failed on ImageServer.

See Also:
Constant Field Values

esriJPIPServerMessageCode_NotLicensed

static final int esriJPIPServerMessageCode_NotLicensed
Not Licensed.

See Also:
Constant Field Values

esriJPIPServerMessageCode_Started

static final int esriJPIPServerMessageCode_Started
JPIP started on ImageServer.

See Also:
Constant Field Values

esriJPIPServerMessageCode_Initialized

static final int esriJPIPServerMessageCode_Initialized
JPIP has been initialized on ImageServer.

See Also:
Constant Field Values