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 void
activate(org.osgi.service.component.ComponentContext ctxt)
protected void
deactivate(org.osgi.service.component.ComponentContext ctxt)
static org.wso2.carbon.application.deployer.service.ApplicationManagerService
getAppManager()
static org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
static org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService
getScService()
protected void
setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
setSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
protected void
unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetSynapseConfigurationService(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
-
-