Uses of Class
org.jboss.as.controller.client.helpers.domain.UpdateFailedException
-
Packages that use UpdateFailedException 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 UpdateFailedException in org.jboss.as.controller.client.helpers.domain
Subclasses of UpdateFailedException in org.jboss.as.controller.client.helpers.domain Modifier and Type Class Description classRollbackCancelledExceptionException indicating that the rollback of a domain model update failed because of cancellation.Methods in org.jboss.as.controller.client.helpers.domain that return UpdateFailedException Modifier and Type Method Description UpdateFailedExceptionDeploymentActionResult. getDomainControllerFailure()Gets any exception that occurred when applying this update on the domain controller.UpdateFailedExceptionDeploymentActionResult. 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 UpdateFailedException Modifier and Type Method Description Map<String,UpdateFailedException>DeploymentActionResult. getHostControllerFailures()Gets any exceptions that occurred when applying this update on the host controllers.Map<String,UpdateFailedException>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 UpdateFailedException Modifier and Type Method Description UpdateFailedExceptionBasicDomainUpdateResult. getDomainFailure()Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type UpdateFailedException Modifier and Type Method Description Map<String,UpdateFailedException>BasicDomainUpdateResult. getHostFailures()Constructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type UpdateFailedException Constructor Description BasicDomainUpdateResult(UpdateFailedException domainFailure, boolean rolledBack)Constructor parameters in org.jboss.as.controller.client.helpers.domain.impl with type arguments of type UpdateFailedException Constructor Description BasicDomainUpdateResult(Map<String,UpdateFailedException> hostFailures, boolean rolledBack)
-