com.esri.arcgis.addinframework
Interface IUserExperienceLog

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

public interface IUserExperienceLog
extends java.io.Serializable

COM Interface 'IUserExperienceLog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'IUserExperienceLog Interface' 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 IID1f912674_f2c6_47ba_9425_9182ed891a69
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getLogPath()
          Returns the URL for the event log
 int getMaxEventCount()
          Returns the max number of events
 void logEUIEvent(int eventType, java.lang.String eventID, java.lang.String data)
          Logs an event.
 

Field Detail

IID1f912674_f2c6_47ba_9425_9182ed891a69

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

logEUIEvent

void logEUIEvent(int eventType,
                 java.lang.String eventID,
                 java.lang.String data)
                 throws java.io.IOException,
                        AutomationException
Logs an event.

Parameters:
eventType - A com.esri.arcgis.addinframework.esriUserExperienceEvent constant (in)
eventID - The eventID (in)
data - The data (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogPath

java.lang.String getLogPath()
                            throws java.io.IOException,
                                   AutomationException
Returns the URL for the event log

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

getMaxEventCount

int getMaxEventCount()
                     throws java.io.IOException,
                            AutomationException
Returns the max number of events

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