Uses of Package
pulse.tasks.logs
-
Packages that use pulse.tasks.logs Package Description pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.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.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
Classes in pulse.tasks.logs used by pulse.io.export Class Description Log ALog
is used to track changes for a specificSearchTask
, such as changes of status and/or data collection events. -
Classes in pulse.tasks.logs used by pulse.tasks Class Description Log ALog
is used to track changes for a specificSearchTask
, such as changes of status and/or data collection events.Status An enum that represents the different states in which aSearchTask
can be. -
Classes in pulse.tasks.logs used by pulse.tasks.listeners Class Description Log ALog
is used to track changes for a specificSearchTask
, such as changes of status and/or data collection events.LogEntry An abstract class forLogEntr
ies created for a specificSearchTask
.StateEntry -
Classes in pulse.tasks.logs used by pulse.tasks.logs Class Description Details An enum which lists different possible problems wit theSearchTask
.Log ALog
is used to track changes for a specificSearchTask
, such as changes of status and/or data collection events.LogEntry An abstract class forLogEntr
ies created for a specificSearchTask
.Status An enum that represents the different states in which aSearchTask
can be. -
Classes in pulse.tasks.logs used by pulse.ui.components Class Description AbstractLogger DataLogEntry ALogEntry
with a list ofNumericPropert
ies.Log ALog
is used to track changes for a specificSearchTask
, such as changes of status and/or data collection events.LogEntry An abstract class forLogEntr
ies created for a specificSearchTask
. -
Classes in pulse.tasks.logs used by pulse.ui.frames Class Description AbstractLogger