public void setStatisticProviderState(final String statisticProviderId, final boolean statisticProviderState)
throws MBeanException {
try {
getStatisticComponent().setStatisticProviderState(statisticProviderId, statisticProviderState);
} catch (EZBComponentException e) {
throw new MBeanException(new Exception(e.getClass().getSimpleName() + " : " + e.getMessage()));
}
}