Uses of Interface
org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
Packages that use InitialDeploymentSetBuilder
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.-
Uses of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain
Subinterfaces of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domainModifier and TypeInterfaceDescriptioninterfaceVariant 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 InitialDeploymentSetBuilderModifier and TypeMethodDescriptionInitialDeploymentPlanBuilder.withGracefulShutdown(long timeout, TimeUnit timeUnit) Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentSetBuilder.withGracefulShutdown(long timeout, TimeUnit timeUnit) Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentPlanBuilder.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.InitialDeploymentSetBuilder.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.InitialDeploymentPlanBuilder.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.InitialDeploymentPlanBuilder.withShutdown()Indicates actions specified subsequent to this call should be organized around a full server restart.InitialDeploymentSetBuilder.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 InitialDeploymentSetBuilderModifier and TypeClassDescriptionclassVariant 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 InitialDeploymentSetBuilderModifier and TypeMethodDescriptionInitialDeploymentSetBuilderImpl.withGracefulShutdown(long timeout, TimeUnit timeUnit) InitialDeploymentSetBuilderImpl.withoutSingleServerRollback()InitialDeploymentSetBuilderImpl.withShutdown()