org.multiverse.utils.monitoring
Interface ProfilePublisherMBean

All Known Implementing Classes:
ProfilePublisher

public interface ProfilePublisherMBean

Exposes some of the information made available via the ProfileCollator via JMX.

Author:
Andrew Phillips

Method Summary
 java.lang.String[] getProfileNames()
           
 java.lang.String getStatistics(java.lang.String profileName)
           
 

Method Detail

getProfileNames

java.lang.String[] getProfileNames()
Returns:
an array of the names of all the available profiles

getStatistics

java.lang.String getStatistics(java.lang.String profileName)
Parameters:
profileName - the name of the desired profile
Returns:
a printable representation of the named profile


Copyright © 2008-2010 Multiverse. All Rights Reserved.