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 originalOperation,
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 |
---|---|
ServerIdentity |
ServerTaskExecutor.ServerOperation.getIdentity() |
ServerIdentity |
ServerTaskExecutor.ExecutedServerRequest.getIdentity() |
ServerIdentity |
ServerTaskExecutor.ServerPreparedResponse.getServerIdentity() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ServerTaskExecutor.execute(TransactionalProtocolClient.TransactionalOperationListener<ServerTaskExecutor.ServerOperation> listener,
ServerIdentity identity,
org.jboss.dmr.ModelNode operation)
Execute
|
protected boolean |
ServerTaskExecutor.executeOperation(TransactionalProtocolClient.TransactionalOperationListener<ServerTaskExecutor.ServerOperation> listener,
TransactionalProtocolClient client,
ServerIdentity identity,
org.jboss.dmr.ModelNode operation,
OperationResultTransformer transformer)
Execute the operation.
|
void |
RolloutPlanController.handleServerUpdateResult(ServerIdentity serverId,
org.jboss.dmr.ModelNode response) |
Constructor and Description |
---|
ServerTaskExecutor.ExecutedServerRequest(ServerIdentity identity,
Future<org.jboss.dmr.ModelNode> finalResult) |
ServerTaskExecutor.ExecutedServerRequest(ServerIdentity identity,
Future<org.jboss.dmr.ModelNode> finalResult,
OperationResultTransformer transformer) |
Constructor and Description |
---|
RolloutPlanController(Map<String,Map<ServerIdentity,org.jboss.dmr.ModelNode>> opsByGroup,
org.jboss.dmr.ModelNode rolloutPlan,
DomainOperationContext domainOperationContext,
ServerTaskExecutor taskExecutor,
ExecutorService executor) |
ServerTaskExecutor(OperationContext context,
Map<ServerIdentity,ServerTaskExecutor.ExecutedServerRequest> submittedTasks,
List<ServerTaskExecutor.ServerPreparedResponse> preparedResults) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.