Uses of Class
org.glassfish.api.deployment.UndeployCommandParameters
-
-
Uses of UndeployCommandParameters in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type UndeployCommandParameters Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger) -
Uses of UndeployCommandParameters in org.glassfish.deployment.admin
Subclasses of UndeployCommandParameters in org.glassfish.deployment.admin Modifier and Type Class Description classDisableCommandDisable commandclassPostUndeployCommandRuns after any replications of the undeploy command have been sent to instances.classUndeployCommandUndeploys applications. -
Uses of UndeployCommandParameters in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment with parameters of type UndeployCommandParameters Modifier and Type Method Description DeploymentContextDeployment. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger) -
Uses of UndeployCommandParameters in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded with parameters of type UndeployCommandParameters Modifier and Type Method Description voidEmbeddedDeployer. undeploy(String name, UndeployCommandParameters params)Undeploys a previously deployed application -
Uses of UndeployCommandParameters in org.glassfish.kernel.embedded
Methods in org.glassfish.kernel.embedded with parameters of type UndeployCommandParameters Modifier and Type Method Description voidEmbeddedDeployerImpl. undeploy(String name, UndeployCommandParameters params)
-