Uses of Interface
org.glassfish.api.admin.CommandParameters
-
Packages that use CommandParameters Package Description com.sun.enterprise.config.util com.sun.enterprise.v3.admin.cluster fish.payara.deployment.admin org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.api.deployment org.glassfish.deployment.admin -
-
Uses of CommandParameters in com.sun.enterprise.config.util
Classes in com.sun.enterprise.config.util that implement CommandParameters Modifier and Type Class Description classInstanceRegisterInstanceCommandParametersParameters for the remote instance register instance command, which includes params from _create-node and _register-instanceclassRegisterInstanceCommandParametersParameters for the _register-instance command -
Uses of CommandParameters in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster that implement CommandParameters Modifier and Type Class Description classInstanceRegisterInstanceCommandThe _register-instance (and _create-node) command that runs on instanceclassPostRegisterInstanceCommandCauses InstanceRegisterInstanceCommand executions on the correct remote instances. -
Uses of CommandParameters in fish.payara.deployment.admin
Classes in fish.payara.deployment.admin that implement CommandParameters Modifier and Type Class Description classDeployRemoteArchiveCommand -
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. -
Uses of CommandParameters in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin that implement CommandParameters Modifier and Type Class Description classDeployCommandDeploy commandclassDeployDirCommanddeploydir commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassInstanceDeployCommandThe deploy command that runs on instanceclassInstanceDeployCommandParametersParameters for the remote instance deploy command, beyond the ones already defined for the DAS DeployCommand.classPostDeployCommandCauses InstanceDeployCommand executions on the correct remote instances.classPostUndeployCommandRuns after any replications of the undeploy command have been sent to instances.classReDeployCommandReDeploy commandclassUndeployCommandUndeploys applications.classValidateRemoteDirDeploymentCommandMakes sure that, if a deployment is a directory deployment to a non-DAS target, that all targeted instances "see" the same files in the specified deployment directory as the DAS sees.
-