Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.remote | |
org.jboss.as.domain.controller.plan |
Modifier and Type | Method and Description |
---|---|
static BlockingTimeout |
BlockingTimeout.Factory.getDomainBlockingTimeout(OperationContext context)
Gets any blocking timeout associated with the current context.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments,
BlockingTimeout blockingTimeout)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
Modifier and Type | Method and Description |
---|---|
void |
RemoteProxyController.execute(org.jboss.dmr.ModelNode original,
OperationMessageHandler messageHandler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments,
BlockingTimeout blockingTimeout)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
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) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.