Uses of Class
org.glassfish.api.deployment.DeployCommandParameters
-
-
Uses of DeployCommandParameters in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return DeployCommandParameters Modifier and Type Method Description static DeployCommandParametersApplication.Duck. getDeployParameters(Application app, ApplicationRef appRef)DeployCommandParametersApplication. getDeployParameters(ApplicationRef appRef) -
Uses of DeployCommandParameters in com.sun.enterprise.deploy.shared
Methods in com.sun.enterprise.deploy.shared with parameters of type DeployCommandParameters Modifier and Type Method Description ReadableArchiveArchiveFactory. openArchive(File path, DeployCommandParameters properties)It first consultsReadableArchiveFactoryto get an archive, if it does not get then delegates toArchiveFactory.openArchive(java.net.URI). -
Uses of DeployCommandParameters in fish.payara.deployment.admin
Subclasses of DeployCommandParameters in fish.payara.deployment.admin Modifier and Type Class Description classDeployRemoteArchiveCommand -
Uses of DeployCommandParameters in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy with parameters of type DeployCommandParameters Modifier and Type Method Description booleanApplicationState. start(DeployCommandParameters commandParams, ExtendedDeploymentContext newContext, Events events)Starts the Application state for new deployment by copying the cached metadata and properties to the newDeploymentContextinstance. -
Uses of DeployCommandParameters in org.glassfish.api.deployment.archive
Methods in org.glassfish.api.deployment.archive with parameters of type DeployCommandParameters Modifier and Type Method Description ReadableArchiveReadableArchiveFactory. open(URI archivePath, DeployCommandParameters commandProperties)Gives a ReadableArchive. -
Uses of DeployCommandParameters in org.glassfish.deployment.admin
Subclasses of DeployCommandParameters in org.glassfish.deployment.admin Modifier and Type Class Description classDeployCommandDeploy commandclassDeployDirCommanddeploydir 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.classReDeployCommandReDeploy commandclassValidateRemoteDirDeploymentCommandMakes 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 DeployCommandParameters in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded with parameters of type DeployCommandParameters Modifier and Type Method Description StringEmbeddedDeployer. deploy(File archive, DeployCommandParameters params)Deploys a file or directory to the servers passing the deployment command parameters Starts the server if it is not started yet.StringEmbeddedDeployer. deploy(ReadableArchive archive, DeployCommandParameters params)Deploys an archive abstraction to the servers passing the deployment command parameters -
Uses of DeployCommandParameters in org.glassfish.kernel.embedded
Methods in org.glassfish.kernel.embedded with parameters of type DeployCommandParameters Modifier and Type Method Description StringEmbeddedDeployerImpl. deploy(File archive, DeployCommandParameters params)StringEmbeddedDeployerImpl. deploy(ReadableArchive archive, DeployCommandParameters params)
-