public class RootEventInfo extends EventInfo implements Comparable<RootEventInfo>
Represents a top-level event (e.g., an HTTP request or assemble call).
This class is part of the implementation of StatsCollectionHandler
and is not meant to be instantiated directly.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RootEventInfo o)
Compares two events based on total time
|
Collection<EventInfo> |
getEvents() |
Date |
getStartTime() |
getDepth, getDescription, getLocalTime, getTopic, getTotalTime, succeeded
public Date getStartTime()
public Collection<EventInfo> getEvents()
public int compareTo(RootEventInfo o)
compareTo
in interface Comparable<RootEventInfo>
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.