com.esri.arcgis.trackinganalyst
Interface ICOMClient2

All Superinterfaces:
ICOMClient, java.io.Serializable
All Known Implementing Classes:
ICOMClient2Proxy, PlugIn

public interface ICOMClient2
extends ICOMClient, java.io.Serializable

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

Description: 'Provides access to methods and properties implemented by datalinks and consumed by the Tracking Server.' 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 IID39ead7c7_1dfd_4767_996e_2f634454bf35
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ICOMClient
IIDcc018a0d_24fb_11d4_b34c_00104ba2abcc
 
Method Summary
 IMessage getMessageWithStatus(int timeOut, long[] status)
          Returns a message from the Tracking Server.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ICOMClient
connect, getErrorCode, getEventHandle, getID, getMessage, getName, postMessage, setErrorCode, setID, setName
 

Field Detail

IID39ead7c7_1dfd_4767_996e_2f634454bf35

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

getMessageWithStatus

IMessage getMessageWithStatus(int timeOut,
                              long[] status)
                              throws java.io.IOException,
                                     AutomationException
Returns a message from the Tracking Server.

Parameters:
timeOut - The timeOut (in)
status - An error code (out: use single element array)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.