public class ServerOperationResolver extends Object
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<Set<org.jboss.dmr.ModelNode>> |
DONT_PROPAGATE_TO_SERVERS_ATTACHMENT |
Constructor and Description |
---|
ServerOperationResolver(String localHostName,
Map<String,ProxyController> serverProxies) |
Modifier and Type | Method and Description |
---|---|
static void |
addToDontPropagateToServersAttachment(OperationContext context,
org.jboss.dmr.ModelNode op) |
Map<Set<ServerIdentity>,org.jboss.dmr.ModelNode> |
getServerOperations(OperationContext context,
org.jboss.dmr.ModelNode originalOperation,
PathAddress address) |
public static final OperationContext.AttachmentKey<Set<org.jboss.dmr.ModelNode>> DONT_PROPAGATE_TO_SERVERS_ATTACHMENT
public ServerOperationResolver(String localHostName, Map<String,ProxyController> serverProxies)
public static void addToDontPropagateToServersAttachment(OperationContext context, org.jboss.dmr.ModelNode op)
public Map<Set<ServerIdentity>,org.jboss.dmr.ModelNode> getServerOperations(OperationContext context, org.jboss.dmr.ModelNode originalOperation, PathAddress address)
Copyright © 2023 JBoss by Red Hat. All rights reserved.