public class IgnoredDomainResourceRegistry extends Object
Constructor and Description |
---|
IgnoredDomainResourceRegistry(LocalHostControllerInfo localHostControllerInfo) |
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.