Package | Description |
---|---|
org.jboss.as.domain.controller | |
org.jboss.as.domain.controller.operations.coordination | |
org.jboss.as.domain.controller.plan |
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerMessages.exceptionAwaitingResultFromServer(ServerIdentity server,
String message)
A message indicating an exception occurred getting the result from the server.
|
String |
DomainControllerMessages.interruptedAwaitingResultFromServer(ServerIdentity server)
A message indicating an interruption waiting for the result from the server.
|
IllegalStateException |
DomainControllerMessages.unknownServer(ServerIdentity server)
Creates an exception indicating the server is unknown.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainControllerLogger.domainModelChangedOnReConnect(Set<ServerIdentity> servers)
Logs a warning message indicating the domain model has changed on re-connect and the servers need to be restarted
for the changes to take affect.
|
Modifier and Type | Method and Description |
---|---|
static Set<ServerIdentity> |
DomainServerUtils.getAllRunningServers(org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
Map<Set<ServerIdentity>,org.jboss.dmr.ModelNode> |
ServerOperationResolver.getServerOperations(OperationContext context,
org.jboss.dmr.ModelNode operation,
PathAddress address) |
Map<ServerIdentity,org.jboss.dmr.ModelNode> |
DomainOperationContext.getServerResults() |
static Set<ServerIdentity> |
DomainServerUtils.getServersForGroup(String groupName,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
static Set<ServerIdentity> |
DomainServerUtils.getServersForType(String type,
String ref,
org.jboss.dmr.ModelNode domainModel,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
Modifier and Type | Method and Description |
---|---|
void |
DomainOperationContext.addServerResult(ServerIdentity serverId,
org.jboss.dmr.ModelNode serverResult) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ServerOperationExecutor.executeServerOperation(ServerIdentity server,
org.jboss.dmr.ModelNode operation)
Execute an operation against the given server
|
void |
RolloutPlanController.handleServerUpdateResult(ServerIdentity serverId,
org.jboss.dmr.ModelNode response) |
Constructor and Description |
---|
RolloutPlanController(Map<String,Map<ServerIdentity,org.jboss.dmr.ModelNode>> opsByGroup,
org.jboss.dmr.ModelNode rolloutPlan,
DomainOperationContext domainOperationContext,
ServerOperationExecutor serverOperationExecutor,
ExecutorService executor) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.