public class EventInfo extends Object
Simple structure to keep track of information related to some event.
This class is part of the implementation of StatsCollectionHandler
and is not meant to be instantiated directly.
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
String |
getDescription() |
long |
getLocalTime() |
String |
getTopic() |
long |
getTotalTime() |
boolean |
succeeded() |
public String getTopic()
public String getDescription()
null
if not suppliedpublic long getTotalTime()
public long getLocalTime()
public int getDepth()
public boolean succeeded()
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.