Uses of Interface
org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
Packages that use InitialDeploymentSetBuilder Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API. -
-
Uses of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain
Subinterfaces of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain Modifier and Type Interface Description interfaceInitialDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied.Methods in org.jboss.as.controller.client.helpers.domain that return InitialDeploymentSetBuilder Modifier and Type Method Description InitialDeploymentSetBuilderInitialDeploymentPlanBuilder. withGracefulShutdown(long timeout, TimeUnit timeUnit)Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentSetBuilderInitialDeploymentSetBuilder. withGracefulShutdown(long timeout, TimeUnit timeUnit)Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentSetBuilderInitialDeploymentPlanBuilder. withoutSingleServerRollback()Indicates that on a given server alldeploy,undeployorreplaceoperations associated with the deployment set should not be rolled back in case of a failure in any of them.InitialDeploymentSetBuilderInitialDeploymentSetBuilder. withoutSingleServerRollback()Indicates that on a given server alldeploy,undeployorreplaceoperations associated with the deployment set should not be rolled back in case of a failure in any of them.InitialDeploymentSetBuilderInitialDeploymentPlanBuilder. withRollbackAcrossGroups()Indicates that the actions in the plan need to be rolled back across any single given server group, then it should be rolled back across all server groups.InitialDeploymentSetBuilderInitialDeploymentPlanBuilder. withShutdown()Indicates actions specified subsequent to this call should be organized around a full server restart.InitialDeploymentSetBuilderInitialDeploymentSetBuilder. withShutdown()Indicates actions specified subsequent to this call should be organized around a full server restart. -
Uses of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement InitialDeploymentSetBuilder Modifier and Type Class Description classInitialDeploymentSetBuilderImplVariant of aDeploymentPlanBuilderImplthat is meant to be used at the initial stages of the building process, when directives that pertain to the entireDeploymentSetPlancan be applied.Methods in org.jboss.as.controller.client.helpers.domain.impl that return InitialDeploymentSetBuilder Modifier and Type Method Description InitialDeploymentSetBuilderInitialDeploymentSetBuilderImpl. withGracefulShutdown(long timeout, TimeUnit timeUnit)InitialDeploymentSetBuilderInitialDeploymentSetBuilderImpl. withoutSingleServerRollback()InitialDeploymentSetBuilderInitialDeploymentSetBuilderImpl. withShutdown()
-