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

Packages that use DeployControllerType
com.caucho.env.deploy   
com.caucho.server.host   
com.caucho.server.webapp   
 

Uses of DeployControllerType in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy that return DeployControllerType
 DeployControllerType DeployController.getControllerType()
           
 DeployControllerType DeployControllerApi.getControllerType()
          Returns the controller type
static DeployControllerType DeployControllerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeployControllerType[] DeployControllerType.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 DeployControllerType
 void DeployController.setControllerType(DeployControllerType type)
           
 

Uses of DeployControllerType in com.caucho.server.host
 

Methods in com.caucho.server.host that return DeployControllerType
 DeployControllerType HostController.getControllerType()
           
 

Uses of DeployControllerType in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return DeployControllerType
 DeployControllerType WebAppVersioningController.getControllerType()