Uses of Interface
org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
-
Packages that use AppDeploymentHandler Package Description 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 Modifier and Type Class Description classDefaultAppDeployerThis is one of the default handlers which is registered into the ApplicationManager.classRegistryResourceDeployer -
Uses of AppDeploymentHandler in org.wso2.carbon.application.deployer.internal
Methods in org.wso2.carbon.application.deployer.internal with parameters of type AppDeploymentHandler Modifier and Type Method Description voidApplicationManager. 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 AppDeploymentHandler Modifier and Type Method Description voidApplicationManagerService. registerDeploymentHandler(AppDeploymentHandler handler)All app deployers register their instances throgh this methodvoidApplicationManagerService. unregisterDeploymentHandler(AppDeploymentHandler handler)Unregister the specified handler if it is already regitered
-