com.esri.arcgis.carto
Interface IMxdServerStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMxdServerStatusProxy, MxdServer

public interface IMxdServerStatus
extends java.io.Serializable

COM Interface 'IMxdServerStatus'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the MxdServer current operation status.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID6b0523cd_7947_48e0_8ec7_96f8937badd5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void cancel()
          Cancels the current MxdServer operation.
 

Field Detail

IID6b0523cd_7947_48e0_8ec7_96f8937badd5

static final int IID6b0523cd_7947_48e0_8ec7_96f8937badd5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

cancel

void cancel()
            throws java.io.IOException,
                   AutomationException
Cancels the current MxdServer operation.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.