public class StatisticsMBeanImpl extends Object implements DynamicMBean
| Constructor and Description |
|---|
StatisticsMBeanImpl(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attribute) |
AttributeList |
getAttributes(String[] attributes) |
MBeanInfo |
getMBeanInfo() |
static String |
getMBeanName(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl) |
org.apache.jackrabbit.api.stats.TimeSeries |
getTimeSeries(org.apache.jackrabbit.api.stats.RepositoryStatistics.Type type) |
Object |
invoke(String actionName,
Object[] params,
String[] signature) |
void |
setAttribute(Attribute attribute) |
AttributeList |
setAttributes(AttributeList attributes) |
public StatisticsMBeanImpl(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static String getMBeanName(org.apache.jackrabbit.core.RepositoryImpl repositoryImpl)
public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute in interface DynamicMBeanAttributeNotFoundExceptionMBeanExceptionReflectionExceptionpublic AttributeList getAttributes(String[] attributes)
getAttributes in interface DynamicMBeanpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeanpublic Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
invoke in interface DynamicMBeanMBeanExceptionReflectionExceptionpublic void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute in interface DynamicMBeanAttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionExceptionpublic AttributeList setAttributes(AttributeList attributes)
setAttributes in interface DynamicMBeanpublic org.apache.jackrabbit.api.stats.TimeSeries getTimeSeries(org.apache.jackrabbit.api.stats.RepositoryStatistics.Type type)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.