Uses of Interface
org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
Packages that use AppDeploymentHandler
Package
Description
-
Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.handler
Classes in org.wso2.carbon.application.deployer.handler that implement AppDeploymentHandlerModifier and TypeClassDescriptionclassThis is one of the default handlers which is registered into the ApplicationManager.class -
Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.internal
Methods in org.wso2.carbon.application.deployer.internal with parameters of type AppDeploymentHandlerModifier and TypeMethodDescriptionvoidApplicationManager.registerDeploymentHandler(AppDeploymentHandler handler) All app deployers register their deployers throgh this methodprotected voidAppDeployerServiceComponent.setAppHandler(AppDeploymentHandler handler) voidApplicationManager.unregisterDeploymentHandler(AppDeploymentHandler handler) Unregister the specified handler if it is already regiteredprotected voidAppDeployerServiceComponent.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 AppDeploymentHandlerModifier and TypeMethodDescriptionvoidApplicationManagerService.registerDeploymentHandler(AppDeploymentHandler handler) All app deployers register their instances throgh this methodvoidApplicationManagerService.unregisterDeploymentHandler(AppDeploymentHandler handler) Unregister the specified handler if it is already regitered