Uses of Interface
com.caucho.env.deploy.DeployActionHandler

Packages that use DeployActionHandler
com.caucho.env.deploy   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.webapp   
 

Uses of DeployActionHandler in com.caucho.env.deploy
 

Classes in com.caucho.env.deploy that implement DeployActionHandler
 class AbstractDeployActionHandler
           
 class DeployController<I extends DeployInstance>
          DeployController controls the lifecycle of the DeployInstance.
 class EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
          A deploy controller for an environment.
 class ExpandDeployController<I extends DeployInstance>
          A deployment entry that expands from an archive (Jar/Zip) file.
 

Methods in com.caucho.env.deploy with parameters of type DeployActionHandler
 void DeployTagItem.addActionHandler(DeployActionHandler handler)
           
 void DeployTagItem.removeActionHandler(DeployActionHandler handler)
           
 

Uses of DeployActionHandler in com.caucho.server.e_app
 

Classes in com.caucho.server.e_app that implement DeployActionHandler
 class EarDeployController
          A configuration entry for an Enterprise WebApp
 

Uses of DeployActionHandler in com.caucho.server.host
 

Classes in com.caucho.server.host that implement DeployActionHandler
 class HostController
          A configuration entry for a host
 

Uses of DeployActionHandler in com.caucho.server.webapp
 

Classes in com.caucho.server.webapp that implement DeployActionHandler
 class UnknownWebAppController
          Manages the lifecycle of a web-app.
 class WebAppController
          Manages the lifecycle of a web-app.
 class WebAppVersioningController
          A configuration entry for a versioning web-app.