Uses of Class
org.glassfish.api.deployment.OpsParams
-
Packages that use OpsParams Package Description org.glassfish.api.deployment -
-
Uses of OpsParams in org.glassfish.api.deployment
Subclasses of OpsParams in org.glassfish.api.deployment Modifier and Type Class Description classDeployCommandParametersParameters passed by the user to a deployment request.classStateCommandParametersparameters passed to commands changing the state of a deployed applicationclassUndeployCommandParametersParameters passed to a deployment command.Methods in org.glassfish.api.deployment with type parameters of type OpsParams Modifier and Type Method Description <U extends OpsParams>
UDeploymentContext. getCommandParameters(Class<U> opsParamsType)Returns the DeployCommand parameters
-