public class MetricsComponent extends Object
| Constructor and Description |
|---|
MetricsComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate()
This is the activation method of MetricsComponent.
|
protected void |
deactivate()
This is the deactivation method of MetricsComponent.
|
protected void |
setMetricManagementService(org.wso2.carbon.metrics.core.MetricManagementService metricManagementService)
This bind method will be called when
MetricManagementService is registered. |
protected void |
setMetricService(org.wso2.carbon.metrics.core.MetricService metricService)
This bind method will be called when
MetricService is registered. |
protected void |
unsetMetricManagementService(org.wso2.carbon.metrics.core.MetricManagementService metricManagementService)
This is the unbind method which gets called at the un-registration of
MetricManagementService |
protected void |
unsetMetricService(org.wso2.carbon.metrics.core.MetricService metricService)
This is the unbind method which gets called at the un-registration of
MetricService |
protected void activate()
protected void deactivate()
protected void setMetricService(org.wso2.carbon.metrics.core.MetricService metricService)
MetricService is registered.metricService - The MetricService instance registered as an OSGi serviceprotected void unsetMetricService(org.wso2.carbon.metrics.core.MetricService metricService)
MetricServicemetricService - The MetricService instance registered as an OSGi serviceprotected void setMetricManagementService(org.wso2.carbon.metrics.core.MetricManagementService metricManagementService)
MetricManagementService is registered.metricManagementService - The MetricManagementService instance registered as an OSGi serviceprotected void unsetMetricManagementService(org.wso2.carbon.metrics.core.MetricManagementService metricManagementService)
MetricManagementServicemetricManagementService - The MetricManagementService instance registered as an OSGi serviceCopyright © 2017 WSO2. All rights reserved.