com.esri.arcgis.trackinganalyst
Interface ITMSUtilPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITMSUtilPageProxy

public interface ITMSUtilPage
extends Serializable

Provides access to properties and methods to help manage and implement the Tracking Server configuration utility.

Description

These interfaces are needed for the Tracking Server Configuration utility.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 String getPageName()
          Property PageName.
 int getPriority()
          Indicates priority of data link in the configuration utility.
 void notification(IStatusMessage pStatusMsg)
          Method Notification.
 

Method Detail

getPriority

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getPageName

String getPageName()
                   throws IOException,
                          AutomationException
Property PageName.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

notification

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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