Class SynapseAppServiceComponent

java.lang.Object
org.wso2.carbon.application.mgt.synapse.internal.SynapseAppServiceComponent

public class SynapseAppServiceComponent extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
     
    static org.wso2.carbon.registry.core.service.RegistryService
     
    static org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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