Uses of Class
org.glassfish.api.deployment.OpsParams

Packages that use OpsParams
org.glassfish.api.deployment   
 

Uses of OpsParams in org.glassfish.api.deployment
 

Subclasses of OpsParams in org.glassfish.api.deployment
 class DeployCommandParameters
          Parameters passed by the user to a deployment request.
 class StateCommandParameters
          parameters passed to commands changing the state of a deployed application
 class UndeployCommandParameters
          Parameters passed to a deployment command.
 

Methods in org.glassfish.api.deployment with type parameters of type OpsParams
<U extends OpsParams>
U
DeploymentContext.getCommandParameters(java.lang.Class<U> opsParamsType)
          Returns the DeployCommand parameters
 



Copyright © 2012 GlassFish Community. All Rights Reserved.