com.esri.arcgis.trackinganalyst
Interface ITMSUtilPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITMSUtilPageProxy

public interface ITMSUtilPage
extends java.io.Serializable

COM Interface 'ITMSUtilPage'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods to help manage and implement the Tracking Server configuration utility.' 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 IIDb1e5490f_8360_4e19_b726_8593ba7ea5bc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPageName()
          Property PageName.
 int getPriority()
          Indicates priority of data link in the configuration utility.
 void notification(IStatusMessage pStatusMsg)
          Method Notification.
 

Field Detail

IIDb1e5490f_8360_4e19_b726_8593ba7ea5bc

static final int IIDb1e5490f_8360_4e19_b726_8593ba7ea5bc
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

getPriority

int getPriority()
                throws java.io.IOException,
                       AutomationException
Indicates priority of data link in the configuration utility.

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

getPageName

java.lang.String getPageName()
                             throws java.io.IOException,
                                    AutomationException
Property PageName.

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

notification

void notification(IStatusMessage pStatusMsg)
                  throws java.io.IOException,
                         AutomationException
Method Notification.

Parameters:
pStatusMsg - A reference to a com.esri.arcgis.trackinganalyst.IStatusMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.