All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.management.APIStatisticsMBean Maven / Gradle / Ivy

The newest version!
package twitter4jads.management;

import java.util.Map;

/**
 * Simple MBean interface for APIStatistics. Method-level statistics are exposed
 * as a Map of formatted strings
 *
 *
 * @see APIStatisticsOpenMBean for a dynamic version of this mbean with tabular representation
 */
public interface APIStatisticsMBean extends InvocationStatistics {
    public Map getMethodLevelSummariesAsString();

    public String getMethodLevelSummary(String methodName);

    public Iterable getInvocationStatistics();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy