Interface MethodTraceData
- All Superinterfaces:
HealthCenterData,NotificationBroadcaster,NotificationEmitter
- All Known Implementing Classes:
MethodTraceDataImpl
This class represents a collection of method trace events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed to get only Method Trace Data when comparing againstNotificationListener.getUserData() -
Method Summary
Modifier and TypeMethodDescriptionReturns an array of method trace data.Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
getAllRecommendations, getCriticalRecommendations, getHealthyRecommendations, getInformationalRecommendations, getWarningRecommendations, startNotifying, startNotifyingMethods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListenerMethods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
-
Field Details
-
METHODTRACEDATA
Used to get only Method Trace Data when comparing againstNotificationListener.getUserData()- See Also:
-
-
Method Details
-
getMethodTraceEvents
MethodTraceEvent[] getMethodTraceEvents()Returns an array of method trace data.- Returns:
- MethodTraceEvent array of method trace events available over time since monitoring started and is available in memory.
-