Package | Description |
---|---|
org.jboss.as.domain.controller.logging | |
org.jboss.as.domain.controller.operations.coordination | |
org.jboss.as.domain.controller.plan |
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerLogger.exceptionAwaitingResultFromServer(ServerIdentity server,
String message)
A message indicating an exception occurred getting the result from the server.
|
String |
DomainControllerLogger_$logger.exceptionAwaitingResultFromServer(ServerIdentity server,
String message) |
String |
DomainControllerLogger.interruptedAwaitingResultFromServer(ServerIdentity server)
A message indicating an interruption waiting for the result from the server.
|
String |
DomainControllerLogger_$logger.interruptedAwaitingResultFromServer(ServerIdentity server) |
IllegalStateException |
DomainControllerLogger.unknownServer(ServerIdentity server)
Creates an exception indicating the server is unknown.
|
IllegalStateException |
DomainControllerLogger_$logger.unknownServer(ServerIdentity server) |
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.
|
void |
DomainControllerLogger_$logger.domainModelChangedOnReConnect(Set<ServerIdentity> servers) |
void |
DomainControllerLogger.interruptedAwaitingPreparedResponse(String callerClass,
Set<ServerIdentity> servers) |
void |
DomainControllerLogger_$logger.interruptedAwaitingPreparedResponse(String callerClass,
Set<ServerIdentity> servers) |
void |
DomainControllerLogger.timedOutAwaitingPreparedResponse(String callerClass,
long timeout,
Set<ServerIdentity> servers) |
void |
DomainControllerLogger_$logger.timedOutAwaitingPreparedResponse(String callerClass,
long timeout,
Set<ServerIdentity> servers) |
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) |
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 |
---|---|
ServerIdentity |
ServerTaskExecutor.ServerOperation.getIdentity() |
ServerIdentity |
ServerTaskExecutor.ExecutedServerRequest.getIdentity() |
ServerIdentity |
ServerTaskExecutor.ServerPreparedResponse.getServerIdentity() |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
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.
|
Constructor and Description |
---|
ExecutedServerRequest(ServerIdentity identity,
Future<OperationResponse> finalResult) |
ExecutedServerRequest(ServerIdentity identity,
Future<OperationResponse> finalResult,
OperationResultTransformer transformer) |
Constructor and Description |
---|
RolloutPlanController(Map<String,Map<ServerIdentity,org.jboss.dmr.ModelNode>> opsByGroup,
org.jboss.dmr.ModelNode rolloutPlan,
MultiphaseOverallContext domainOperationContext,
ServerTaskExecutor taskExecutor,
ExecutorService executor,
BlockingTimeout blockingTimeout) |
ServerTaskExecutor(OperationContext context,
Map<ServerIdentity,ServerTaskExecutor.ExecutedServerRequest> submittedTasks,
List<ServerTaskExecutor.ServerPreparedResponse> preparedResults) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.