org.ow2.easybeans.api.statistic
Interface EZBStatisticFactory


public interface EZBStatisticFactory

Interface for all EasyBeans statistic factory.

Author:
missonng

Method Summary
 EZBStatistic createStatistic(String statisticProviderId)
          Create a statistic for the given statistic provider.
 String getStatisticFactoryId()
          Get the statistic factory id.
 String getStatisticProviderFilter()
          Get the statistic provider filter.
The statistic provider filter is a regular expression that define for which provider a statistic should be created.
 

Method Detail

getStatisticFactoryId

String getStatisticFactoryId()
Get the statistic factory id.

Returns:
The statistic factory id.

getStatisticProviderFilter

String getStatisticProviderFilter()
Get the statistic provider filter.
The statistic provider filter is a regular expression that define for which provider a statistic should be created.

Returns:
The statistic provider filter.

createStatistic

EZBStatistic createStatistic(String statisticProviderId)
Create a statistic for the given statistic provider.

Parameters:
statisticProviderId - The statistic provider id.
Returns:
The created statistic.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.