Class InboundEndpointPersistenceServiceDSComponent
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceServiceDSComponent
-
public class InboundEndpointPersistenceServiceDSComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description InboundEndpointPersistenceServiceDSComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctx)
protected void
deactivate(org.osgi.service.component.ComponentContext compCtx)
static org.wso2.carbon.utils.ConfigurationContextService
getConfigContextService()
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctx) throws Exception
- Throws:
Exception
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext compCtx) throws Exception
- Throws:
Exception
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
getConfigContextService
public static org.wso2.carbon.utils.ConfigurationContextService getConfigContextService()
-
-