Uses of Class
com.caucho.env.deploy.DeployMode

Packages that use DeployMode
com.caucho.env.deploy   
com.caucho.jca.ra   
com.caucho.server.webapp   
 

Uses of DeployMode in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy that return DeployMode
 DeployMode DeployConfig.getRedeployMode()
          Gets the redeploy mode.
 DeployMode DeployController.getRedeployMode()
          Returns the redeploy mode.
 DeployMode DeployGenerator.getRedeployMode()
          Gets the redeploy mode.
 DeployMode DeployConfig.getStartupMode()
          Gets the startup mode.
 DeployMode DeployController.getStartupMode()
          Returns the startup mode.
 DeployMode DeployGenerator.getStartupMode()
          Gets the startup mode.
static DeployMode DeployMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeployMode[] DeployMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.env.deploy with parameters of type DeployMode
 void DeployController.mergeRedeployMode(DeployMode mode)
          Merge the redeploy mode.
 void DeployConfig.setRedeployMode(DeployMode mode)
          Sets the redeploy-mode
 void DeployController.setRedeployMode(DeployMode mode)
          Sets the redeploy mode.
 void DeployGenerator.setRedeployMode(DeployMode mode)
          Sets the redeploy mode.
 void DeployConfig.setStartupMode(DeployMode mode)
          Sets the startup-mode
 void DeployController.setStartupMode(DeployMode mode)
          Sets the startup mode.
 void DeployGenerator.setStartupMode(DeployMode mode)
          Sets the startup mode.
 

Uses of DeployMode in com.caucho.jca.ra
 

Methods in com.caucho.jca.ra that return DeployMode
 DeployMode ResourceDeploy.getRedeployMode()
           
 DeployMode ResourceDeploy.getStartupMode()
           
 

Uses of DeployMode in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp with parameters of type DeployMode
 void WebApp.setRedeployMode(DeployMode mode)
          Sets the redeploy-mode of the controller