Package | Description |
---|---|
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt |
Modifier and Type | Method and Description |
---|---|
static IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo |
IgnoredNonAffectedServerGroupsUtil.createServerConfigInfo(org.jboss.dmr.ModelNode model)
Creates a server config info from it's model representation as created by
toModelNode() |
static IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo |
IgnoredNonAffectedServerGroupsUtil.createServerConfigInfo(String name,
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 |
---|---|
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
|
boolean |
IgnoredNonAffectedServerGroupsUtil.ignoreResource(Resource domainResource,
Collection<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> serverConfigs,
PathAddress pathAddress)
For the DC to check whether a resource address 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 |
---|---|
void |
DomainControllerRuntimeIgnoreTransformationRegistry.updateSlaveServerConfig(String hostName,
IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo serverInfo)
Adds/changes a server config info for a host
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.