Uses of Interface
org.glassfish.api.admin.CommandParameters
-
Packages that use CommandParameters Package Description org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.api.deployment -
-
Uses of CommandParameters in org.glassfish.api.admin
Methods in org.glassfish.api.admin with parameters of type CommandParameters Modifier and Type Method Description CommandRunner.CommandInvocationCommandRunner.CommandInvocation. parameters(CommandParameters params)Sets the command parameters as a typed inteface -
Uses of CommandParameters in org.glassfish.api.deployment
Classes in org.glassfish.api.deployment that implement CommandParameters Modifier and Type Class Description classDeployCommandParametersParameters passed by the user to a deployment request.classOpsParamsSupport class for all types of deployment operation parameters.classStateCommandParametersparameters passed to commands changing the state of a deployed applicationclassUndeployCommandParametersParameters passed to a deployment command.
-