Package pulse.tasks.logs
Class LogEntry
- java.lang.Object
-
- pulse.tasks.logs.LogEntry
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorrelationLogEntry,DataLogEntry,StateEntry
public class LogEntry extends Object implements Serializable
An abstract class for
LogEntries created for a specificSearchTask. Contains a pointer to theIdentifierof theSearchTaskand the local time associated with the moment this entry has been initialised.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogEntry(SearchTask t)Creates aLogEntryfrom thisSearchTask.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifiergetIdentifier()LogEntrygetPreviousEntry()LocalTimegetTime()
-
-
-
Constructor Detail
-
LogEntry
public LogEntry(SearchTask t)
Creates a
LogEntryfrom thisSearchTask. The data of the creation of thisLogEntrywill be stored.- Parameters:
t- aSearchTask
-
-
Method Detail
-
getPreviousEntry
public LogEntry getPreviousEntry()
-
getIdentifier
public Identifier getIdentifier()
-
getTime
public LocalTime getTime()
-
-