Class RemoteLoggingConfigServiceComponent
- java.lang.Object
-
- org.wso2.carbon.logging.service.internal.RemoteLoggingConfigServiceComponent
-
public class RemoteLoggingConfigServiceComponent extends Object
Remote Logging Config Service Component.
-
-
Constructor Summary
Constructors Constructor Description RemoteLoggingConfigServiceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext componentContext)protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt)protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext componentContext)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-