public class SystemStatisticsDeploymentInterceptor extends Object implements org.apache.axis2.engine.AxisObserver
| Constructor and Description |
|---|
SystemStatisticsDeploymentInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
void |
addParameter(org.apache.axis2.description.Parameter parameter) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
void |
deserializeParameters(org.apache.axiom.om.OMElement omElement) |
org.apache.axis2.description.Parameter |
getParameter(String s) |
ArrayList<org.apache.axis2.description.Parameter> |
getParameters() |
void |
init(org.apache.axis2.engine.AxisConfiguration axisConfiguration) |
boolean |
isParameterLocked(String s) |
void |
moduleUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisModule axisModule) |
void |
removeParameter(org.apache.axis2.description.Parameter parameter) |
void |
serviceGroupUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisServiceGroup axisServiceGroup) |
void |
serviceUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisService axisService) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
public SystemStatisticsDeploymentInterceptor()
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
public void init(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
init in interface org.apache.axis2.engine.AxisObserverpublic void serviceUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisService axisService)
serviceUpdate in interface org.apache.axis2.engine.AxisObserverpublic void serviceGroupUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisServiceGroup axisServiceGroup)
serviceGroupUpdate in interface org.apache.axis2.engine.AxisObserverpublic void moduleUpdate(org.apache.axis2.engine.AxisEvent axisEvent,
org.apache.axis2.description.AxisModule axisModule)
moduleUpdate in interface org.apache.axis2.engine.AxisObserverpublic void addParameter(org.apache.axis2.description.Parameter parameter)
throws org.apache.axis2.AxisFault
addParameter in interface org.apache.axis2.description.ParameterIncludeorg.apache.axis2.AxisFaultpublic void removeParameter(org.apache.axis2.description.Parameter parameter)
throws org.apache.axis2.AxisFault
removeParameter in interface org.apache.axis2.description.ParameterIncludeorg.apache.axis2.AxisFaultpublic void deserializeParameters(org.apache.axiom.om.OMElement omElement)
throws org.apache.axis2.AxisFault
deserializeParameters in interface org.apache.axis2.description.ParameterIncludeorg.apache.axis2.AxisFaultpublic org.apache.axis2.description.Parameter getParameter(String s)
getParameter in interface org.apache.axis2.description.ParameterIncludepublic ArrayList<org.apache.axis2.description.Parameter> getParameters()
getParameters in interface org.apache.axis2.description.ParameterIncludepublic boolean isParameterLocked(String s)
isParameterLocked in interface org.apache.axis2.description.ParameterIncludeCopyright © 2019 WSO2. All rights reserved.