Uses of Class
org.glassfish.api.deployment.OpsParams
-
-
Uses of OpsParams in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return OpsParams Modifier and Type Method Description OpsParamsApplicationLifecycle.DeploymentContextBuidlerImpl. params()Methods in com.sun.enterprise.v3.server with parameters of type OpsParams Modifier and Type Method Description Deployment.DeploymentContextBuilderApplicationLifecycle. getBuilder(Logger logger, OpsParams params, ActionReport report)Constructors in com.sun.enterprise.v3.server with parameters of type OpsParams Constructor Description DeploymentContextBuidlerImpl(Logger logger, OpsParams params, ActionReport report) -
Uses of OpsParams in fish.payara.deployment.admin
Subclasses of OpsParams in fish.payara.deployment.admin Modifier and Type Class Description classDeployRemoteArchiveCommand -
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 -
Uses of OpsParams in org.glassfish.deployment.admin
Subclasses of OpsParams in org.glassfish.deployment.admin 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. -
Uses of OpsParams in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with type parameters of type OpsParams Modifier and Type Method Description <U extends OpsParams>
UDeploymentContextImpl. getCommandParameters(Class<U> commandParametersType)Constructors in org.glassfish.deployment.common with parameters of type OpsParams Constructor Description DeploymentContextImpl(ActionReport actionReport, Logger logger, ReadableArchive source, OpsParams params, ServerEnvironment env)DeploymentContextImpl(ActionReport actionReport, ReadableArchive source, OpsParams params, ServerEnvironment env) -
Uses of OpsParams in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return OpsParams Modifier and Type Method Description OpsParamsDeployment.DeploymentContextBuilder. params()Methods in org.glassfish.internal.deployment with parameters of type OpsParams Modifier and Type Method Description Deployment.DeploymentContextBuilderDeployment. getBuilder(Logger loggger, OpsParams params, ActionReport report)
-