public class RolloutPlanController extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RolloutPlanController.Result |
Constructor and Description |
---|
RolloutPlanController(Map<String,Map<ServerIdentity,org.jboss.dmr.ModelNode>> opsByGroup,
org.jboss.dmr.ModelNode rolloutPlan,
DomainOperationContext domainOperationContext,
ServerTaskExecutor taskExecutor,
ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
RolloutPlanController.Result |
execute() |
void |
handleServerUpdateResult(ServerIdentity serverId,
org.jboss.dmr.ModelNode response)
Handle the result of an individual update on an individual server.
|
public RolloutPlanController(Map<String,Map<ServerIdentity,org.jboss.dmr.ModelNode>> opsByGroup, org.jboss.dmr.ModelNode rolloutPlan, DomainOperationContext domainOperationContext, ServerTaskExecutor taskExecutor, ExecutorService executor)
public RolloutPlanController.Result execute()
public void handleServerUpdateResult(ServerIdentity serverId, org.jboss.dmr.ModelNode response)
serverId
- the server that was updatedresponse
- the result of the updateCopyright © 2013 JBoss by Red Hat. All rights reserved.