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 individualSearchTask
s, 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 ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc. -
-
Uses of LogEntry in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type LogEntry Modifier and Type Method Description void
DataCollectionListener. onDataCollected(LogEntry e)
void
LogEntryListener. onNewEntry(LogEntry e)
-
Uses of LogEntry in pulse.tasks.logs
Subclasses of LogEntry in pulse.tasks.logs Modifier and Type Class Description class
CorrelationLogEntry
class
DataLogEntry
ALogEntry
with a list ofNumericPropert
ies.class
StateEntry
Methods in pulse.tasks.logs that return LogEntry Modifier and Type Method Description LogEntry
LogEntry. getPreviousEntry()
LogEntry
Log. 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 void
AbstractLogger. 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 void
GraphicalLogPane. post(LogEntry logEntry)
void
TextLogPane. post(LogEntry logEntry)
-