Class AppManagementServiceComponent
- java.lang.Object
-
- org.wso2.carbon.application.mgt.internal.AppManagementServiceComponent
-
public class AppManagementServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description AppManagementServiceComponent()
-
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()
protected void
setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
protected void
unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setAppManager
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
-
unsetAppManager
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
-
-