Package | Description |
---|---|
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt |
Modifier and Type | Method and Description |
---|---|
static IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo |
IgnoredNonAffectedServerGroupsUtil.createServerConfigInfo(String serverGroup,
String socketBindingGroup)
Creates a server config info from its name, its server group and its socket binding group
|
Modifier and Type | Method and Description |
---|---|
static Set<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> |
IgnoredNonAffectedServerGroupsUtil.createConfigsFromDomainWideData(Set<String> activeServerGroups,
Set<String> activeSocketBindingGroups) |
static Set<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> |
IgnoredNonAffectedServerGroupsUtil.createConfigsFromModel(org.jboss.dmr.ModelNode model) |
Set<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> |
IgnoredNonAffectedServerGroupsUtil.getServerConfigsOnSlave(Resource hostResource)
For use on a slave HC to get all the server groups used by the host
|
Modifier and Type | Method and Description |
---|---|
boolean |
IgnoredNonAffectedServerGroupsUtil.ignoreOperation(Resource domainResource,
Collection<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> serverConfigs,
PathAddress pathAddress)
For the DC to check whether an operation should be ignored on the slave, if the slave is set up to ignore config not relevant to it
|
Modifier and Type | Method and Description |
---|---|
Set<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> |
HostInfo.getServerConfigInfos() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.