com.esri.arcgis.trackinganalyst
Interface ITMSUtilCallbacks

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITMSUtilCallbacksProxy

public interface ITMSUtilCallbacks
extends Serializable

Provides access to restricted interface for methods to define connection and data link information.

Description

This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.

Product Availability

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


Method Summary
 void setConnections(int lConnections)
          Sets connections for the selected data link to the Tracking Server.
 void setDataLinks(int lLinks)
          Sets data links for the connection in the Tracking Server.
 

Method Detail

setConnections

void setConnections(int lConnections)
                    throws IOException,
                           AutomationException
Sets connections for the selected data link to the Tracking Server.

Description

This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.

Product Availability

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

Parameters:
lConnections - The lConnections (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataLinks

void setDataLinks(int lLinks)
                  throws IOException,
                         AutomationException
Sets data links for the connection in the Tracking Server.

Description

This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.

Product Availability

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

Parameters:
lLinks - The lLinks (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.