Interface ProfilingEvent
- All Superinterfaces:
BaseEvent
- All Known Implementing Classes:
ProfilingEventObject
This class defines the values returned when a profiling event takes place and
is used by the ProfilingEventListener interface
-
Method Summary
Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent
getEventTime
-
Method Details
-
getMethod
ProfilingMethod getMethod()- Returns:
- The method at the top of the stack
-
getCallStack
ProfilingMethod[] getCallStack()- Returns:
- an array of Methods in the call stack
-