Class SynapseAppServiceComponent
java.lang.Object
org.wso2.carbon.application.mgt.synapse.internal.SynapseAppServiceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctxt) protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt) static org.wso2.carbon.application.deployer.service.ApplicationManagerServicestatic org.wso2.carbon.registry.core.service.RegistryServicestatic org.wso2.carbon.mediation.initializer.services.SynapseConfigurationServiceprotected voidsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) protected voidsetSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService) protected voidunsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) protected voidunsetSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
-
Constructor Details
-
SynapseAppServiceComponent
public SynapseAppServiceComponent()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt) -
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) -
setSynapseConfigurationService
protected void setSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService) -
unsetSynapseConfigurationService
protected void unsetSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService) -
setAppManager
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) -
unsetAppManager
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) -
getAppManager
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getAppManager() throws Exception- Throws:
Exception
-
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService() throws Exception- Throws:
Exception
-
getScService
public static org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService getScService() throws Exception- Throws:
Exception
-