Uses of Interface
org.jboss.as.controller.client.helpers.standalone.ServerDeploymentActionResult
Packages that use ServerDeploymentActionResult
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.Implementation classes to support the
standalone server convenience API.-
Uses of ServerDeploymentActionResult in org.jboss.as.controller.client.helpers.standalone
Classes in org.jboss.as.controller.client.helpers.standalone that implement ServerDeploymentActionResultMethods in org.jboss.as.controller.client.helpers.standalone that return ServerDeploymentActionResultModifier and TypeMethodDescriptionServerDeploymentHelper.ServerDeploymentException.getActionResult()ServerDeploymentPlanResult.getDeploymentActionResult(UUID deploymentAction) Gets the result of aDeploymentActionaction associated with the deployment set plan.ServerDeploymentActionResult.getRollbackResult()Overrides the superclass to declare a more specific return type.Methods in org.jboss.as.controller.client.helpers.standalone that return types with arguments of type ServerDeploymentActionResultModifier and TypeMethodDescriptionprotected Class<ServerDeploymentActionResult>SimpleServerDeploymentActionResult.getRollbackResultClass() -
Uses of ServerDeploymentActionResult in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return ServerDeploymentActionResultModifier and TypeMethodDescriptionDeploymentPlanResultImpl.getDeploymentActionResult(UUID deploymentAction) Constructor parameters in org.jboss.as.controller.client.helpers.standalone.impl with type arguments of type ServerDeploymentActionResultModifierConstructorDescriptionDeploymentPlanResultImpl(UUID planId, Map<UUID, ServerDeploymentActionResult> actionResults)