Package | Description |
---|---|
org.jboss.as.controller.access | |
org.jboss.as.controller.operations | |
org.jboss.as.controller.registry | |
org.jboss.as.domain.controller.operations |
Constructor and Description |
---|
Action(org.jboss.dmr.ModelNode operation,
OperationEntry operationEntry) |
Action(org.jboss.dmr.ModelNode operation,
OperationEntry operationEntry,
Set<Action.ActionEffect> effects) |
Modifier and Type | Method and Description |
---|---|
default OperationStepHandler |
MultistepUtil.OperationHandlerResolver.getOperationStepHandler(String operationName,
PathAddress address,
org.jboss.dmr.ModelNode operation,
OperationEntry operationEntry) |
Modifier and Type | Method and Description |
---|---|
OperationEntry |
DelegatingManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
OperationEntry |
ImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName)
Get the entry representing an operation registered with the given name at the given address, or
null if none exists. |
OperationEntry |
DelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
Modifier and Type | Method and Description |
---|---|
Map<String,OperationEntry> |
DelegatingManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
Map<String,OperationEntry> |
ImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited)
Get a map of descriptions of all operations available at an address.
|
Map<String,OperationEntry> |
DelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
SyncModelOperationHandlerWrapper.wrapHandler(String localHostName,
String operationName,
PathAddress address,
OperationEntry entry)
Wrap an
OperationStepHandler in case it targets addresses, which may need to fetch missing configuration
from the master. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.