Package org.wso2.carbon.utils.internal
Class CarbonUtilsServiceComponent
- java.lang.Object
-
- org.wso2.carbon.utils.internal.CarbonUtilsServiceComponent
-
public class CarbonUtilsServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description CarbonUtilsServiceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext ctx)protected voidsetConfigurationContextService(ConfigurationContextService contextService)protected voidunsetConfigurationContextService(ConfigurationContextService contextService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctx)
-
setConfigurationContextService
protected void setConfigurationContextService(ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(ConfigurationContextService contextService)
-
-