com.esri.arcgis.globecore
Interface esriGlobeServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriGlobeServerMessageCodeEnum
extends Serializable

Product Availability

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


Field Summary
static int esriGlobeServerMessageCode_ClientCachingAllowedPropertyNotFound
          ClientCachingAllowed Property Not Found.
static int esriGlobeServerMessageCode_ConstructFinish
          Finished GlobeServer object construction.
static int esriGlobeServerMessageCode_ConstructionFailure
          GlobeServer object construction failure.
static int esriGlobeServerMessageCode_ConstructStart
          Starting GlobeServer object construction.
static int esriGlobeServerMessageCode_DisconnectedFromData
          Disconnected From Data.
static int esriGlobeServerMessageCode_FailedToSetCacheDirectory
          Failed to set the specified cache directory.
static int esriGlobeServerMessageCode_GetTile
          GlobeServer GetTile.
static int esriGlobeServerMessageCode_InvalidCache
          Invalid cache directory.
static int esriGlobeServerMessageCode_InvalidConfiguration
          Invalid Server Configuration.
static int esriGlobeServerMessageCode_MethodCompleted
          Method completion log.
static int esriGlobeServerMessageCode_MethodInvoked
          Method invokation log.
static int esriGlobeServerMessageCode_MissingParameter
          Missing Parameter.
static int esriGlobeServerMessageCode_NoAdminPrivilege
          Does not have Server Object administration privileges.
static int esriGlobeServerMessageCode_NoCacheSpecified
          No cache directory specified.
static int esriGlobeServerMessageCode_NotLicensed
          GlobeServer is not licensed.
static int esriGlobeServerMessageCode_OutputDirAccessDenied
          Output Dir Access Denied.
static int esriGlobeServerMessageCode_OutputDirNotFound
          Output Dir Not Found.
static int esriGlobeServerMessageCode_SecureLayersEmbedded
          The document contains secure (password-protected) layers.
static int esriGlobeServerMessageCode_UnexpectedFailure
          Unexpected Failure when opening the Globe Document.
static int esriGlobeServerMessageCode_UnsupportedCapability
          Unsupported Capability.
static int esriGlobeServerMessageCode_UnsupportedRequestName
          Unsupported Request Name.
static int esriGlobeServerMsgCode_GlobeServerFailed
          Failed Loading Globe document.
static int esriGlobeServerMsgCode_GlobeServerStartedWithDisconnectedLayers
          The Globe service started with some disconnected layers.
static int esriGlobeServerMsgCode_LoadDocument_End
          Finished Loading Globe Document.
static int esriGlobeServerMsgCode_LoadDocument_Start
          Started Loading Globe Document.
 

Field Detail

esriGlobeServerMessageCode_ConstructStart

static final int esriGlobeServerMessageCode_ConstructStart
Starting GlobeServer object construction.

See Also:
Constant Field Values

esriGlobeServerMessageCode_ConstructFinish

static final int esriGlobeServerMessageCode_ConstructFinish
Finished GlobeServer object construction.

See Also:
Constant Field Values

esriGlobeServerMsgCode_LoadDocument_Start

static final int esriGlobeServerMsgCode_LoadDocument_Start
Started Loading Globe Document.

See Also:
Constant Field Values

esriGlobeServerMsgCode_LoadDocument_End

static final int esriGlobeServerMsgCode_LoadDocument_End
Finished Loading Globe Document.

See Also:
Constant Field Values

esriGlobeServerMessageCode_GetTile

static final int esriGlobeServerMessageCode_GetTile
GlobeServer GetTile.

See Also:
Constant Field Values

esriGlobeServerMessageCode_MethodInvoked

static final int esriGlobeServerMessageCode_MethodInvoked
Method invokation log.

See Also:
Constant Field Values

esriGlobeServerMessageCode_MethodCompleted

static final int esriGlobeServerMessageCode_MethodCompleted
Method completion log.

See Also:
Constant Field Values

esriGlobeServerMessageCode_NotLicensed

static final int esriGlobeServerMessageCode_NotLicensed
GlobeServer is not licensed.

See Also:
Constant Field Values

esriGlobeServerMessageCode_ConstructionFailure

static final int esriGlobeServerMessageCode_ConstructionFailure
GlobeServer object construction failure.

See Also:
Constant Field Values

esriGlobeServerMsgCode_GlobeServerFailed

static final int esriGlobeServerMsgCode_GlobeServerFailed
Failed Loading Globe document.

See Also:
Constant Field Values

esriGlobeServerMessageCode_NoAdminPrivilege

static final int esriGlobeServerMessageCode_NoAdminPrivilege
Does not have Server Object administration privileges.

See Also:
Constant Field Values

esriGlobeServerMessageCode_InvalidConfiguration

static final int esriGlobeServerMessageCode_InvalidConfiguration
Invalid Server Configuration.

See Also:
Constant Field Values

esriGlobeServerMessageCode_FailedToSetCacheDirectory

static final int esriGlobeServerMessageCode_FailedToSetCacheDirectory
Failed to set the specified cache directory.

See Also:
Constant Field Values

esriGlobeServerMessageCode_NoCacheSpecified

static final int esriGlobeServerMessageCode_NoCacheSpecified
No cache directory specified.

See Also:
Constant Field Values

esriGlobeServerMessageCode_InvalidCache

static final int esriGlobeServerMessageCode_InvalidCache
Invalid cache directory.

See Also:
Constant Field Values

esriGlobeServerMessageCode_UnexpectedFailure

static final int esriGlobeServerMessageCode_UnexpectedFailure
Unexpected Failure when opening the Globe Document.

See Also:
Constant Field Values

esriGlobeServerMessageCode_MissingParameter

static final int esriGlobeServerMessageCode_MissingParameter
Missing Parameter.

See Also:
Constant Field Values

esriGlobeServerMessageCode_OutputDirAccessDenied

static final int esriGlobeServerMessageCode_OutputDirAccessDenied
Output Dir Access Denied.

See Also:
Constant Field Values

esriGlobeServerMessageCode_OutputDirNotFound

static final int esriGlobeServerMessageCode_OutputDirNotFound
Output Dir Not Found.

See Also:
Constant Field Values

esriGlobeServerMessageCode_DisconnectedFromData

static final int esriGlobeServerMessageCode_DisconnectedFromData
Disconnected From Data.

See Also:
Constant Field Values

esriGlobeServerMessageCode_ClientCachingAllowedPropertyNotFound

static final int esriGlobeServerMessageCode_ClientCachingAllowedPropertyNotFound
ClientCachingAllowed Property Not Found.

See Also:
Constant Field Values

esriGlobeServerMessageCode_UnsupportedCapability

static final int esriGlobeServerMessageCode_UnsupportedCapability
Unsupported Capability.

See Also:
Constant Field Values

esriGlobeServerMessageCode_UnsupportedRequestName

static final int esriGlobeServerMessageCode_UnsupportedRequestName
Unsupported Request Name.

See Also:
Constant Field Values

esriGlobeServerMsgCode_GlobeServerStartedWithDisconnectedLayers

static final int esriGlobeServerMsgCode_GlobeServerStartedWithDisconnectedLayers
The Globe service started with some disconnected layers.

See Also:
Constant Field Values

esriGlobeServerMessageCode_SecureLayersEmbedded

static final int esriGlobeServerMessageCode_SecureLayersEmbedded
The document contains secure (password-protected) layers.

See Also:
Constant Field Values