Uses of Class
pulse.tasks.logs.LogEntry
-
Packages that use LogEntry Package Description pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTasks, their statuses, logging and result generation, as well as with the task repository events generated by aTaskManager.pulse.tasks.logs Lists classes for logging, storing runtime information including statuses.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc. -
-
Uses of LogEntry in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type LogEntry Modifier and Type Method Description voidDataCollectionListener. onDataCollected(LogEntry e)voidLogEntryListener. onNewEntry(LogEntry e) -
Uses of LogEntry in pulse.tasks.logs
Subclasses of LogEntry in pulse.tasks.logs Modifier and Type Class Description classCorrelationLogEntryclassDataLogEntryALogEntrywith a list ofNumericProperties.classStateEntryMethods in pulse.tasks.logs that return LogEntry Modifier and Type Method Description LogEntryLogEntry. getPreviousEntry()LogEntryLog. lastEntry()Finds the last recorded entry in thisLog.Methods in pulse.tasks.logs that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>Log. getLogEntries()Methods in pulse.tasks.logs with parameters of type LogEntry Modifier and Type Method Description abstract voidAbstractLogger. post(LogEntry logEntry) -
Uses of LogEntry in pulse.ui.components
Methods in pulse.ui.components with parameters of type LogEntry Modifier and Type Method Description voidGraphicalLogPane. post(LogEntry logEntry)voidTextLogPane. post(LogEntry logEntry)
-