Class SynapseAppServiceComponent
- java.lang.Object
-
- org.wso2.carbon.application.mgt.synapse.internal.SynapseAppServiceComponent
-
public class SynapseAppServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapseAppServiceComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext ctxt)protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt)static org.wso2.carbon.application.deployer.service.ApplicationManagerServicegetAppManager()static org.wso2.carbon.registry.core.service.RegistryServicegetRegistryService()static org.wso2.carbon.mediation.initializer.services.SynapseConfigurationServicegetScService()protected 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)
-
-
-
Method Detail
-
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
-
-