public class ReadMasterDomainModelUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReadMasterDomainModelUtil.RequiredConfigurationHolder |
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN_RESOURCE_ADDRESS |
static String |
DOMAIN_RESOURCE_MODEL |
static String |
DOMAIN_RESOURCE_PROPERTIES |
static String |
ORDERED_CHILD_TYPES_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
createHostIgnoredRegistry(HostInfo hostInfo,
ReadMasterDomainModelUtil.RequiredConfigurationHolder rc)
Create the ResourceIgnoredTransformationRegistry for connection/reconnection process.
|
static Transformers.ResourceIgnoredTransformationRegistry |
createServerIgnoredRegistry(ReadMasterDomainModelUtil.RequiredConfigurationHolder rc,
Transformers.ResourceIgnoredTransformationRegistry delegate)
Create the ResourceIgnoredTransformationRegistry when fetching missing content, only including relevant pieces
to a server-config.
|
List<org.jboss.dmr.ModelNode> |
getDescribedResources()
Gets a list of the resources for the slave's ApplyXXXXHandlers.
|
static ReadMasterDomainModelUtil.RequiredConfigurationHolder |
populateHostResolutionContext(HostInfo hostInfo,
Resource root,
ExtensionRegistry extensionRegistry)
Process the host info and determine which configuration elements are required on the slave host.
|
public static final String DOMAIN_RESOURCE_ADDRESS
public static final String DOMAIN_RESOURCE_MODEL
public static final String DOMAIN_RESOURCE_PROPERTIES
public static final String ORDERED_CHILD_TYPES_PROPERTY
public List<org.jboss.dmr.ModelNode> getDescribedResources()
public static ReadMasterDomainModelUtil.RequiredConfigurationHolder populateHostResolutionContext(HostInfo hostInfo, Resource root, ExtensionRegistry extensionRegistry)
hostInfo
- the host inforoot
- the model rootextensionRegistry
- the extension registrypublic static Transformers.ResourceIgnoredTransformationRegistry createHostIgnoredRegistry(HostInfo hostInfo, ReadMasterDomainModelUtil.RequiredConfigurationHolder rc)
hostInfo
- the host inforc
- the resolution contextpublic static Transformers.ResourceIgnoredTransformationRegistry createServerIgnoredRegistry(ReadMasterDomainModelUtil.RequiredConfigurationHolder rc, Transformers.ResourceIgnoredTransformationRegistry delegate)
rc
- the resolution contextdelegate
- the delegate ignored resource transformation registry for manually ignored resourcesCopyright © 2023 JBoss by Red Hat. All rights reserved.