Uses of Class
org.glassfish.api.Param

Packages that use Param
org.glassfish.api.admin Admin commands in GlassFish 
org.glassfish.api.deployment   
 

Uses of Param in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return Param
abstract  Param CommandModel.ParamModel.getParam()
          Returns the command @Param annotation values.
 

Methods in org.glassfish.api.admin with parameters of type Param
static String CommandModel.getParamName(Param param, AnnotatedElement annotated)
          Get the Param name.
 

Uses of Param in org.glassfish.api.deployment
 

Fields in org.glassfish.api.deployment with annotations of type Param
 Boolean UndeployCommandParameters._ignoreCascade
           
 Boolean DeployCommandParameters.asyncreplication
           
 Boolean DeployCommandParameters.availabilityenabled
           
 Boolean UndeployCommandParameters.cascade
           
 String StateCommandParameters.component
           
 String DeployCommandParameters.contextroot
           
 Boolean DeployCommandParameters.createtables
           
 String DeployCommandParameters.dbvendorname
           
 File DeployCommandParameters.deploymentplan
           
 String DeployCommandParameters.description
           
 Boolean DeployCommandParameters.dropandcreatetables
           
 Boolean UndeployCommandParameters.droptables
           
 Boolean DeployCommandParameters.enabled
           
 Boolean DeployCommandParameters.force
           
 Boolean DeployCommandParameters.generatermistubs
           
 Boolean DeployCommandParameters.isredeploy
           
 Boolean UndeployCommandParameters.isredeploy
           
 Boolean DeployCommandParameters.keepfailedstubs
           
 Boolean DeployCommandParameters.keepreposdir
           
 Boolean UndeployCommandParameters.keepreposdir
           
 Boolean DeployCommandParameters.keepstate
           
 Boolean UndeployCommandParameters.keepstate
           
 String DeployCommandParameters.lbenabled
           
 String DeployCommandParameters.libraries
           
 Boolean DeployCommandParameters.logReportedErrors
           
 String DeployCommandParameters.name
           
 String UndeployCommandParameters.name
           
 File DeployCommandParameters.path
           
 Boolean DeployCommandParameters.precompilejsp
           
 Properties DeployCommandParameters.properties
           
 Properties UndeployCommandParameters.properties
           
 Properties DeployCommandParameters.property
           
 String DeployCommandParameters.retrieve
           
 String StateCommandParameters.target
           
 String DeployCommandParameters.target
           
 String UndeployCommandParameters.target
           
 String DeployCommandParameters.type
           
 Boolean DeployCommandParameters.uniquetablenames
           
 Boolean DeployCommandParameters.verify
           
 String DeployCommandParameters.virtualservers
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.