Package pulse.tasks.logs
Class CorrelationLogEntry
- java.lang.Object
-
- pulse.tasks.logs.LogEntry
-
- pulse.tasks.logs.CorrelationLogEntry
-
- All Implemented Interfaces:
Serializable
public class CorrelationLogEntry extends LogEntry
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorrelationLogEntry(SearchTask t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class pulse.tasks.logs.LogEntry
getIdentifier, getPreviousEntry, getTime
-
-
-
-
Constructor Detail
-
CorrelationLogEntry
public CorrelationLogEntry(SearchTask t)
-
-