Class ClassHistogramEventObject
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.classes.impl.ClassHistogramEventObject
- All Implemented Interfaces:
BaseEvent,ClassHistogramEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggets the array of histogram data associated with this eventvoidsetHistogramData(ClassHistogramData[] hist)
-
Constructor Details
-
ClassHistogramEventObject
public ClassHistogramEventObject(long eventTime)
-
-
Method Details
-
getHistogramData
Description copied from interface:ClassHistogramEventgets the array of histogram data associated with this event- Specified by:
getHistogramDatain interfaceClassHistogramEvent- Returns:
-
setHistogramData
-
getEventTime
public long getEventTime()- Specified by:
getEventTimein interfaceBaseEvent- Returns:
- the time the event took place in milliseconds since epoch
-