com.esri.arcgis.carto
Interface esriJPIPServerMessageCodeEnum

All Superinterfaces:
java.io.Serializable

public interface esriJPIPServerMessageCodeEnum
extends java.io.Serializable

Constants from esriJPIPServerMessageCodeEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'JPIPServer Logging Messages.' 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 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