- Cancel() - Method in class eqatec.analytics.monitor.TimingScope
-
Cancels the timing scope by safely calling IAnalyticsMonitor.trackFeatureCancel with the assigned
FeatureName on the monitor
- close() - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Close the internal monitor instance.
- close() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Closing the monitor instance
- CompareTo(Version) - Method in class eqatec.analytics.monitor.Version
-
Comparing two revisions.
- Complete() - Method in class eqatec.analytics.monitor.TimingScope
-
Complete the timing scope by safely calling IAnalyticsMonitor.trackFeatureStop with the assigned
FeatureName on the monitor
- ConnectivityStatus - Enum in eqatec.analytics.monitor
-
Enumeration for the currently known state of connectivity with the server
- connectivityStatusChanged(ConnectivityStatusChangedEventArgs) - Method in interface eqatec.analytics.monitor.IConnectivityStatusChangedListener
-
- ConnectivityStatusChangedEventArgs - Class in eqatec.analytics.monitor
-
Encapsulating the changes to connectivity
- create(String, Version) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Creates the monitor instance contained behind this facade.
- create(IAnalyticsMonitorSettings) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Creates the monitor instance contained behind this facade.
- create(String, Version) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Deprecated.
This method is replaced by createMonitor
- create(IAnalyticsMonitorSettings) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Deprecated.
This method is replaced with createMonitor
- createFileStorage(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Creates an instance of the IStorage interface that stores data in a specified folder.
- createMonitor(String, Version) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Returns a monitor instance for the given product id and application
version
- createMonitor(IAnalyticsMonitorSettings) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Returns a monitor instance for the settings.
- createSettings(String, Version) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Creates an instance of the settings class to customize the monitor
- createTraceMonitor() - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFactory
-
Creates a simple ILogAnalyticsMonitor instance that logs messages to System.out.
- getAdditionalInfo() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the additional info registered along with the newer product release
on the server
- getBuild() - Method in class eqatec.analytics.monitor.Version
-
Get build part
- getCapabilities() - Method in class eqatec.analytics.monitor.AnalyticsMonitorStatus
-
Retrieves an object describing the current capabilities and limitations
of the monitor.
- getConnectivity() - Method in class eqatec.analytics.monitor.AnalyticsMonitorStatus
-
Get the current connectivity status for the monitor.
- getCookieID() - Method in class eqatec.analytics.monitor.AnalyticsMonitorStatus
-
Get the current value of the cookie identifier for the monitor.
- getCurrentVersion() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the current version as set at monitor start
- getCurrentVersionDeprecated() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets information on whether the currently executing version has been
marked as deprecated on the server.
- getDailyNetworkUtilizationInKB() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getDailyNetworkUtilizationInKB() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the current limit for the network utilization for the monitor.
- getDataType() - Method in class eqatec.analytics.monitor.StorageDataDescriptor
-
Get the StorageDataType for this descriptor
- getDownloadUri() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the download uri of the newer product release as registered on the
server.
- getFeatureName() - Method in class eqatec.analytics.monitor.TimingScope
-
Get the feature name encapsulated by this TimingScope
- getIsStarted() - Method in class eqatec.analytics.monitor.AnalyticsMonitorStatus
-
Get whether the monitor is currently started
- getKey() - Method in class eqatec.analytics.monitor.LookupReply
-
Get the key used for the lookup
- getLatitude() - Method in class eqatec.analytics.monitor.LocationCoordinates
-
Getting the current latitude for the location coordinate.
- getLocationCoordinates() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getLocationCoordinates() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Get the location of the monitor as GPS coordinates.
- getLoggingInterface() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getLoggingInterface() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the logging interface.
- getLongitude() - Method in class eqatec.analytics.monitor.LocationCoordinates
-
Getting the longitude for the location coordinate.
- getMajor() - Method in class eqatec.analytics.monitor.Version
-
Get major part
- getMaxAllowedBandwidthUsagePerDayInKB() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum allowed bandwidth utilization for the monitor per day
measured in kilobytes.
- getMaxInstallationIDSize() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum size of the installationid accepted in
setInstallationInfo.
- getMaxKeySizeOfInstallationPropertyKey() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum size of an installation property key size.
- getMaxLengthOfExceptionContextMessage() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum allowed size of the context message associated with an
exception in a call to trackException.
- getMaxLengthOfFeatureName() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum allowed length of a feature name as used in trackFeature,
trackFeatureStart, trackFeatureStop or trackFeatureCancel
- getMaxLengthOfLogMessage() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum allowed length of a log message.
- getMaxLogFileDataSizeInKB() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum size of logfile data accepted by the monitor in
sendLog(string,byte[],string).
- getMaxLogFileMimeTypeLength() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum length of the mime type associated with a logfile in
sendLog(String,byte[],string).
- getMaxLogMessageLength() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the allowed maximum length of a log message in sendLog(string).
- getMaxNumberOfInstallationProperties() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum number of installation properties stored with a given
installation id.
- getMaxStorageSizeInKB() - Method in class eqatec.analytics.monitor.AnalyticsMonitorCapabilities
-
Get the maximum size of the data written to storage from the monitor.
- getMaxStorageSizeInKB() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getMaxStorageSizeInKB() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the maximum size in KB for the data stored by the monitor.
- getMinor() - Method in class eqatec.analytics.monitor.Version
-
Get minor part
- getNewStatus() - Method in class eqatec.analytics.monitor.ConnectivityStatusChangedEventArgs
-
The new connectivity status
- getOfficialVersion() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the official version of a newer product release as registered on the
server.
- getOldStatus() - Method in class eqatec.analytics.monitor.ConnectivityStatusChangedEventArgs
-
The previous connectivity status
- getProductId() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getProductId() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the product id.
- getProductId() - Method in class eqatec.analytics.monitor.StorageDataDescriptor
-
Get the Product Id for this descriptor
- getReleaseDate() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the release date of the newer product release as registered on the
server.
- getRevision() - Method in class eqatec.analytics.monitor.Version
-
Get revision part
- getRunTime() - Method in class eqatec.analytics.monitor.AnalyticsMonitorStatus
-
Get the current runtime of the monitor (if started)
- getServerUri() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getServerUri() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the server uri.
- getStatus() - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Retrieves the current status of the wrapped monitor
- getStatus() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Get the current status for the monitor instance
- getStorageInterface() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getStorageInterface() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the current storage implementation.
- getStorageSaveInterval() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getStorageSaveInterval() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the storage save interval in milliseconds.
- getSynchronizeAutomatically() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getSynchronizeAutomatically() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Get whether the monitor should automatically synchronize (the default) or
if it should only attempt to synchronize on an explicit call to ForceSync
- getTestMode() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getTestMode() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the test mode.
- getUseHttps() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getUseHttps() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Get whether SSL is configured for the communication
- getValue() - Method in class eqatec.analytics.monitor.LookupReply
-
Get the value, if any
- getVersion() - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- getVersion() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Gets the registered version of the application.
- getVersionDescription() - Method in class eqatec.analytics.monitor.VersionAvailableEventArgs
-
Gets the version description of the newer product release as registered
on the server
- Save(StorageDataDescriptor, byte[]) - Method in class eqatec.analytics.monitor.FileStorage
-
Saves the data to a file defined by the descriptor
- Save(StorageDataDescriptor, byte[]) - Method in interface eqatec.analytics.monitor.IStorage
-
Save the data for the descriptor type
- SaveToXml(XmlWriter) - Method in class eqatec.analytics.monitor.SelfAnalytics
-
- SelfAnalytics - Class in eqatec.analytics.monitor
-
- SelfAnalytics() - Constructor for class eqatec.analytics.monitor.SelfAnalytics
-
- sendLog(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Sending a simple log message.
- sendLog(String, Object...) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Sending a simple formatted log message.
- sendLog(String, byte[], String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Send a log message with associated data and mime type
- sendLog(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Sending a simple log message.
- sendLog(String, Object...) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Sending a simple formatted log message.
- sendLog(String, byte[], String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Send a log message with a associated data
- setDailyNetworkUtilizationInKB(int) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setDailyNetworkUtilizationInKB(int) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the limit of the daily network utilization.
- setInstallationInfo(String, Map<String, String>) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Assigns the installation id
- setInstallationInfo(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Assigns the installation id
- setInstallationInfo(String, Map<String, String>) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Associate an installation ID with the current monitor and allows for further
installation properties to be associated with the current session
- setInstallationInfo(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Associate an installation ID with the current monitor and the current session
- setLatitude(double) - Method in class eqatec.analytics.monitor.LocationCoordinates
-
Setting the latitude for this location coordinate
- setLoggingInterface(ILogAnalyticsMonitor) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setLoggingInterface(ILogAnalyticsMonitor) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the logging interface.
- setLongitude(double) - Method in class eqatec.analytics.monitor.LocationCoordinates
-
Set the longitude for this location coordinate
- setMaxStorageSizeInKB(int) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setMaxStorageSizeInKB(int) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the limit of the data stored by the monitor.
- setServerUri(URI) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setServerUri(URI) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the server uri.
- setStorageInterface(IStorage) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setStorageInterface(IStorage) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the storage.
- setStorageSaveInterval(long) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setStorageSaveInterval(long) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the storage save interval.
- setSynchronizeAutomatically(boolean) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setSynchronizeAutomatically(boolean) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Set whether the monitor should automatically synchronize or not.
- setTestMode(boolean) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setTestMode(boolean) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the analytics monitor into test mode.
- setUseSsl(boolean) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setUseSsl(boolean) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Set whether the monitor should utilize SSL when communicating with the
server.
- setVersion(Version) - Method in class eqatec.analytics.monitor.AnalyticsMonitorSettings
-
- setVersion(Version) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitorSettings
-
Sets the version of the application
- start() - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Start the monitoring
- start() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Starting the monitor.
- Start() - Method in class eqatec.analytics.monitor.UploadDataCoordinator
-
- stop() - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Stop the monitoring.
- stop(int) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Stop the monitoring.
- stop() - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Stop the monitor.
- stop(int) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Stop the monitor.
- Stop() - Method in class eqatec.analytics.monitor.UploadDataCoordinator
-
- StorageDataDescriptor - Class in eqatec.analytics.monitor
-
Defines data to be stored from the monitor
- StorageDataDescriptor(String, StorageDataType) - Constructor for class eqatec.analytics.monitor.StorageDataDescriptor
-
Constructs a new StorageDataDescriptor that identifies storage data
- StorageDataType - Enum in eqatec.analytics.monitor
-
Defines the types of data being stored by the
- TimingScope - Class in eqatec.analytics.monitor
-
Encapsulates a scope of a specific feature timing.
- toString() - Method in class eqatec.analytics.monitor.LocationCoordinates
-
- toString() - Method in class eqatec.analytics.monitor.StorageDataDescriptor
-
- toString() - Method in class eqatec.analytics.monitor.Version
-
Returns a descriptive string
- toString(int) - Method in class eqatec.analytics.monitor.Version
-
Returns a descriptive string
- trackException(Throwable) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track an exception.
- trackException(Throwable, String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track an exception with a context message.
- trackException(Throwable, String, Object...) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track an exception with a formatted context message.
- trackException(Throwable) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track an exception.
- trackException(Throwable, String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track an exception with a context message.
- trackException(Throwable, String, Object...) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track an exception with a formatted context message.
- TrackException(String, Throwable) - Method in class eqatec.analytics.monitor.SelfAnalytics
-
- TrackExceptionMessage(String, String) - Method in class eqatec.analytics.monitor.SelfAnalytics
-
- trackFeature(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track a named feature.
- trackFeature(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track a named feature.
- trackFeatureCancel(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Cancel time tracking of a named feature.
- trackFeatureCancel(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Stop an ongoing time tracking of a named feature within registering the
time.
- trackFeatures(String[]) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track a number of named feature.
- trackFeatures(String[]) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track an array of named feature.
- trackFeatureStart(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Start time tracking of a named feature.
- trackFeatureStart(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Start time tracking of a named feature.
- trackFeatureStop(String) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Stop time tracking of a named feature.
- trackFeatureStop(String) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Stop time tracking of a named feature.
- trackFeatureValue(String, long) - Static method in class eqatec.analytics.monitor.AnalyticsMonitorFacade
-
Deprecated.
Track a value associated to a named feature.
- trackFeatureValue(String, long) - Method in interface eqatec.analytics.monitor.IAnalyticsMonitor
-
Track a value associated with a feature name.