public class DomainServerUtils extends Object
Constructor and Description |
---|
DomainServerUtils() |
Modifier and Type | Method and Description |
---|---|
static Set<ServerIdentity> |
getAllRunningServers(org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
static Set<String> |
getGroupsForType(String type,
String ref,
org.jboss.dmr.ModelNode domainModel) |
static Set<String> |
getRelatedElements(String containerType,
String parent,
String childType,
String child,
org.jboss.dmr.ModelNode domainModel) |
static Map<String,ProxyController> |
getServerProxies(String localHostName,
Resource domainRootResource,
ImmutableManagementResourceRegistration domainRootResourceRegistration) |
static Set<ServerIdentity> |
getServersForGroup(String groupName,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
static Set<ServerIdentity> |
getServersForType(String type,
String ref,
org.jboss.dmr.ModelNode domainModel,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
public static Set<ServerIdentity> getAllRunningServers(org.jboss.dmr.ModelNode hostModel, String localHostName, Map<String,ProxyController> serverProxies)
public static Set<ServerIdentity> getServersForGroup(String groupName, org.jboss.dmr.ModelNode hostModel, String localHostName, Map<String,ProxyController> serverProxies)
public static Set<ServerIdentity> getServersForType(String type, String ref, org.jboss.dmr.ModelNode domainModel, org.jboss.dmr.ModelNode hostModel, String localHostName, Map<String,ProxyController> serverProxies)
public static Set<String> getGroupsForType(String type, String ref, org.jboss.dmr.ModelNode domainModel)
public static Set<String> getRelatedElements(String containerType, String parent, String childType, String child, org.jboss.dmr.ModelNode domainModel)
public static Map<String,ProxyController> getServerProxies(String localHostName, Resource domainRootResource, ImmutableManagementResourceRegistration domainRootResourceRegistration)
Copyright © 2023 JBoss by Red Hat. All rights reserved.