com.esri.arcgis.trackinganalyst
Interface ITMSUtilCallbacks

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

public interface ITMSUtilCallbacks
extends java.io.Serializable

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

Description: 'Provides access to restricted interface for methods to define connection and data link information.' 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 IIDe3863387_279c_447f_a676_21f3799d9881
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDe3863387_279c_447f_a676_21f3799d9881

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

setConnections

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

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

setDataLinks

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

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