public class IgnoredDomainResourceRegistry extends Object
Modifier and Type | Class and Description |
---|---|
class |
IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry
This class is for internal use only.
|
Constructor and Description |
---|
IgnoredDomainResourceRegistry(LocalHostControllerInfo localHostControllerInfo) |
Modifier and Type | Method and Description |
---|---|
IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry |
getIgnoredClonedProfileRegistry() |
org.jboss.dmr.ModelNode |
getIgnoredResourcesAsModel() |
Resource.ResourceEntry |
getRootResource() |
boolean |
isResourceExcluded(PathAddress address)
Returns whether this host should ignore operations from the master domain controller that target
the given address.
|
void |
registerResources(ManagementResourceRegistration parentRegistration) |
public IgnoredDomainResourceRegistry(LocalHostControllerInfo localHostControllerInfo)
public boolean isResourceExcluded(PathAddress address)
address
- the resource address. Cannot be null
true
if the operation should be ignored; false
otherwisepublic void registerResources(ManagementResourceRegistration parentRegistration)
public Resource.ResourceEntry getRootResource()
public org.jboss.dmr.ModelNode getIgnoredResourcesAsModel()
public IgnoredDomainResourceRegistry.IgnoredClonedProfileRegistry getIgnoredClonedProfileRegistry()
Copyright © 2023 JBoss by Red Hat. All rights reserved.