Class RemoteLoggingConfigServiceComponent
java.lang.Object
org.wso2.carbon.logging.service.internal.RemoteLoggingConfigServiceComponent
Remote Logging Config Service Component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 voidsetRemoteLoggingConfigDAOService(RemoteLoggingConfigDAO remoteLoggingConfigDAO) protected voidsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) protected voidunsetRemoteLoggingConfigDAOService(RemoteLoggingConfigDAO remoteLoggingConfigDAO) protected voidunsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
-
Constructor Details
-
RemoteLoggingConfigServiceComponent
public RemoteLoggingConfigServiceComponent()
-
-
Method Details
-
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) -
setRemoteLoggingConfigDAOService
-
unsetRemoteLoggingConfigDAOService
-
setServerConfigurationService
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) -
unsetServerConfigurationService
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
-