ew-profiling, 1.0

be.eliwan.profiling.api
Interface ProfilingBean


public interface ProfilingBean

Interface which should be published using JMX to allow getting the profiling info.


Method Summary
 void clear()
          Clear data to remove old totals.
 List<GroupData> getGroupData()
          Get data for the groups.
 ProfilingData getTotal()
          Get totals across all the groups.
 

Method Detail

clear

void clear()
Clear data to remove old totals.


getTotal

ProfilingData getTotal()
Get totals across all the groups.

Returns:
profiling data for all groups

getGroupData

List<GroupData> getGroupData()
Get data for the groups. The groups are sorted alphabetically.

Returns:
sorted set of data for the individual groups

ew-profiling, 1.0

Copyright © 2014. All rights reserved.