org.wso2.carbon.registry.core.statistics
Interface StatisticsCollector
public interface StatisticsCollector
An interface to be implemented by a statistics collector. Please note that statistics collectors
registered as OSGi services are required to be registered after the registry kernel has finished
publishing its OSGi service.
Method Summary |
void |
collect(Object... parameters)
Method to collect statistics. |
collect
void collect(Object... parameters)
- Method to collect statistics.
- Parameters:
parameters
- the parameters passed into the method initiating a statistics collection
request.
Copyright © 2012 WSO2 Inc. All Rights Reserved.