public interface ProfilingData extends HealthCenterData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROFILEDATA
Used to get only Profiling Data when comparing against
NotificationListener.getUserData() |
Modifier and Type | Method and Description |
---|---|
void |
addProfilingListener(ProfilingEventListener listener)
Add a listener for notification of when a profiling event occurs
|
MethodProfileData[] |
getProfilingEvents()
Returns all the method profiling data processed by Health Center.
|
void |
removeProfilingListener(ProfilingEventListener listener)
Remove one of registered listeners.
|
getAllRecommendations, getCriticalRecommendations, getHealthyRecommendations, getInformationalRecommendations, getWarningRecommendations, startNotifying, startNotifying
static final java.lang.String PROFILEDATA
NotificationListener.getUserData()
MethodProfileData[] getProfilingEvents()
void addProfilingListener(ProfilingEventListener listener)
implementation
- of the ProfilingEventListener classvoid removeProfilingListener(ProfilingEventListener listener)
implementation
- of the ProfilingEventListener class