com.esri.arcgis.trackinganalyst
Interface ITxDiagnostics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AMSWorkspace, GeneralTrackingConnector, InternetConnection, ITxDiagnosticsProxy

public interface ITxDiagnostics
extends java.io.Serializable

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

Description: 'Provides access to diagnostic logs and error messages.' 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 IID1d5f7be7_f236_4042_a0b7_3156dc7661bf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getActivityLog()
          Indicates error code value for the last Internet server connection.
 int getLastConnectionErrorCode()
          Indicates error code value for the last Internet server connection.
 java.lang.String getLastConnectionErrorMessage()
          Indicates error code value for the last Internet server connection.
 

Field Detail

IID1d5f7be7_f236_4042_a0b7_3156dc7661bf

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

getLastConnectionErrorCode

int getLastConnectionErrorCode()
                               throws java.io.IOException,
                                      AutomationException
Indicates error code value for the last Internet server connection.

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

getLastConnectionErrorMessage

java.lang.String getLastConnectionErrorMessage()
                                               throws java.io.IOException,
                                                      AutomationException
Indicates error code value for the last Internet server connection.

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

getActivityLog

java.lang.String getActivityLog()
                                throws java.io.IOException,
                                       AutomationException
Indicates error code value for the last Internet server connection.

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