Uses of Class
org.jboss.as.controller.client.helpers.domain.UpdateFailedException
Packages that use UpdateFailedException
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 UpdateFailedException in org.jboss.as.controller.client.helpers.domain
Subclasses of UpdateFailedException in org.jboss.as.controller.client.helpers.domainModifier and TypeClassDescriptionclassException indicating that the rollback of a domain model update failed because of cancellation.Methods in org.jboss.as.controller.client.helpers.domain that return UpdateFailedExceptionModifier and TypeMethodDescriptionDeploymentActionResult.getDomainControllerFailure()Gets any exception that occurred when applying this update on the domain controller.DeploymentActionResult.getDomainControllerRollbackFailure()Gets any exception that occurred when rolling back this update on the domain controller.Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type UpdateFailedExceptionModifier and TypeMethodDescriptionDeploymentActionResult.getHostControllerFailures()Gets any exceptions that occurred when applying this update on the host controllers.DeploymentActionResult.getHostControllerRollbackFailures()Gets any exceptions that occurred when rolling back this update on the host controllers. -
Uses of UpdateFailedException in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return UpdateFailedExceptionMethods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type UpdateFailedExceptionConstructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type UpdateFailedExceptionModifierConstructorDescriptionBasicDomainUpdateResult(UpdateFailedException domainFailure, boolean rolledBack) Constructor parameters in org.jboss.as.controller.client.helpers.domain.impl with type arguments of type UpdateFailedExceptionModifierConstructorDescriptionBasicDomainUpdateResult(Map<String, UpdateFailedException> hostFailures, boolean rolledBack)