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
LogEntr
ies created for a specificSearchTask
. Contains a pointer to theIdentifier
of theSearchTask
and 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 aLogEntry
from thisSearchTask
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getIdentifier()
LogEntry
getPreviousEntry()
LocalTime
getTime()
-
-
-
Constructor Detail
-
LogEntry
public LogEntry(SearchTask t)
Creates a
LogEntry
from thisSearchTask
. The data of the creation of thisLogEntry
will be stored.- Parameters:
t
- aSearchTask
-
-
Method Detail
-
getPreviousEntry
public LogEntry getPreviousEntry()
-
getIdentifier
public Identifier getIdentifier()
-
getTime
public LocalTime getTime()
-
-