Class IntegratorComponent
- java.lang.Object
-
- org.wso2.carbon.integrator.core.internal.IntegratorComponent
-
public class IntegratorComponent extends Object
Declarative service component Integrator component.
-
-
Constructor Summary
Constructors Constructor Description IntegratorComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext context)
protected void
deactivate(org.osgi.service.component.ComponentContext context)
static org.wso2.carbon.tomcat.api.CarbonTomcatService
getCarbonTomcatService()
static org.wso2.carbon.utils.ConfigurationContextService
getContextService()
protected void
setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected static void
setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected static void
setTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
protected void
unsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected static void
unsetConfigurationService()
protected static void
unsetTomcatService()
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
setContextService
protected static void setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationService
protected static void unsetConfigurationService()
-
unsetTomcatService
protected static void unsetTomcatService()
-
setTomcatService
protected static void setTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
-
setCarbonTomcatService
protected void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
-
unsetCarbonTomcatService
protected void unsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
-
getCarbonTomcatService
public static org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
-
getContextService
public static org.wso2.carbon.utils.ConfigurationContextService getContextService()
-
-