public class ReadMasterDomainModelUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN_RESOURCE_ADDRESS |
static String |
DOMAIN_RESOURCE_MODEL |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
getDescribedResources()
Gets a list of the resources for the slave's ApplyXXXXHandlers.
|
Set<PathElement> |
getNewKnownRootResources()
Gets the list of the new root resources known to the slave HC
|
static ReadMasterDomainModelUtil |
readMasterDomainResourcesForPiggyBackFollowingDomainControllerChange(OperationContext context,
Set<PathElement> missingRootResources,
Transformers transformers,
String hostName,
DomainControllerRuntimeIgnoreTransformationRegistry ignoreTransformationRegistry)
Used to read the domain model when a change is made to a server group on the DC, and missing data needs to be piggy backed to the slave
|
public static final String DOMAIN_RESOURCE_ADDRESS
public static final String DOMAIN_RESOURCE_MODEL
public static ReadMasterDomainModelUtil readMasterDomainResourcesForPiggyBackFollowingDomainControllerChange(OperationContext context, Set<PathElement> missingRootResources, Transformers transformers, String hostName, DomainControllerRuntimeIgnoreTransformationRegistry ignoreTransformationRegistry) throws OperationFailedException
context
- the operation contextmissingRootResources
- the set of missing addressestransformers
- the transformers for the hostdomainRoot
- the domain root resourceruntimeIgnoreTransformationRegistry
- the domain controller registry of what resources should be ignored for the slave hostOperationFailedException
public List<org.jboss.dmr.ModelNode> getDescribedResources()
public Set<PathElement> getNewKnownRootResources()
Copyright © 2015 JBoss by Red Hat. All rights reserved.