Uses of Interface
org.wso2.carbon.application.deployer.handler.AppDeploymentHandler

Packages that use AppDeploymentHandler
org.wso2.carbon.application.deployer.handler   
org.wso2.carbon.application.deployer.internal   
org.wso2.carbon.application.deployer.service   
 

Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.handler
 

Classes in org.wso2.carbon.application.deployer.handler that implement AppDeploymentHandler
 class DefaultAppDeployer
          This is one of the default handlers which is registered into the ApplicationManager.
 class RegistryResourceDeployer
           
 

Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.internal
 

Methods in org.wso2.carbon.application.deployer.internal with parameters of type AppDeploymentHandler
 void ApplicationManager.registerDeploymentHandler(AppDeploymentHandler handler)
          All app deployers register their deployers throgh this method
protected  void AppDeployerServiceComponent.setAppHandler(AppDeploymentHandler handler)
           
 void ApplicationManager.unregisterDeploymentHandler(AppDeploymentHandler handler)
          Unregister the specified handler if it is already regitered
protected  void AppDeployerServiceComponent.unsetAppHandler(AppDeploymentHandler handler)
           
 

Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.service
 

Methods in org.wso2.carbon.application.deployer.service with parameters of type AppDeploymentHandler
 void ApplicationManagerService.registerDeploymentHandler(AppDeploymentHandler handler)
          All app deployers register their instances throgh this method
 void ApplicationManagerService.unregisterDeploymentHandler(AppDeploymentHandler handler)
          Unregister the specified handler if it is already regitered
 



Copyright © 2014 WSO2 Inc. All rights reserved.