public interface StatisticsEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getEventGroupKey()
Answers with a key unique to the group of events that this event belongs
to.
|
Object |
getExtraParameter(String name)
Answers with the given named extra parameter.
|
Iterator<String> |
getExtraParameterNames()
Answers with a read-only iterator over the names of any extra parameters
associated with this event.
|
double |
getMillis()
Answers with the time stamp (millis since the epoch) at which this event
occurred.
|
String |
getModuleName()
Answers with the name of the module that caused this event.
|
String |
getSubSystem()
Answers with the name of the sub system (rpc, boot strap, etc..) that
caused this event.
|
String getModuleName()
String getSubSystem()
String getEventGroupKey()
double getMillis()
Duration).Iterator<String> getExtraParameterNames()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.