Class AppManagementServiceComponent
java.lang.Object
org.wso2.carbon.application.mgt.internal.AppManagementServiceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctxt) protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt) static org.wso2.carbon.application.deployer.service.ApplicationManagerServiceprotected voidsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) protected voidunsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
-
Constructor Details
-
AppManagementServiceComponent
public AppManagementServiceComponent()
-
-
Method Details
-
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) -
getAppManager
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getAppManager() throws Exception- Throws:
Exception
-