org.jboss.as.controller.registry.Resource.Factory, org.jboss.as.controller.registry.Resource.NoSuchResourceException, org.jboss.as.controller.registry.Resource.ResourceEntry, org.jboss.as.controller.registry.Resource.Tools
Constructor and Description |
---|
ModClusterBalancerResource(String name,
String modClusterName) |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.registry.Resource |
clone() |
org.jboss.as.controller.registry.Resource |
getChild(org.jboss.as.controller.PathElement element) |
Set<org.jboss.as.controller.registry.Resource.ResourceEntry> |
getChildren(String childType) |
Set<String> |
getChildrenNames(String childType) |
Set<String> |
getChildTypes() |
org.jboss.dmr.ModelNode |
getModel() |
String |
getName() |
Set<String> |
getOrderedChildTypes() |
org.jboss.as.controller.PathElement |
getPathElement() |
boolean |
hasChild(org.jboss.as.controller.PathElement element) |
boolean |
hasChildren(String childType) |
boolean |
isModelDefined() |
boolean |
isProxy() |
boolean |
isRuntime() |
org.jboss.as.controller.registry.Resource |
navigate(org.jboss.as.controller.PathAddress address) |
void |
registerChild(org.jboss.as.controller.PathElement address,
int index,
org.jboss.as.controller.registry.Resource resource) |
void |
registerChild(org.jboss.as.controller.PathElement address,
org.jboss.as.controller.registry.Resource resource) |
org.jboss.as.controller.registry.Resource |
removeChild(org.jboss.as.controller.PathElement address) |
org.jboss.as.controller.registry.Resource |
requireChild(org.jboss.as.controller.PathElement element) |
void |
writeModel(org.jboss.dmr.ModelNode newModel) |
public org.jboss.dmr.ModelNode getModel()
getModel
in interface org.jboss.as.controller.registry.Resource
public void writeModel(org.jboss.dmr.ModelNode newModel)
writeModel
in interface org.jboss.as.controller.registry.Resource
public boolean isModelDefined()
isModelDefined
in interface org.jboss.as.controller.registry.Resource
public boolean hasChild(org.jboss.as.controller.PathElement element)
hasChild
in interface org.jboss.as.controller.registry.Resource
public org.jboss.as.controller.registry.Resource getChild(org.jboss.as.controller.PathElement element)
getChild
in interface org.jboss.as.controller.registry.Resource
public org.jboss.as.controller.registry.Resource requireChild(org.jboss.as.controller.PathElement element)
requireChild
in interface org.jboss.as.controller.registry.Resource
public boolean hasChildren(String childType)
hasChildren
in interface org.jboss.as.controller.registry.Resource
public org.jboss.as.controller.registry.Resource navigate(org.jboss.as.controller.PathAddress address)
navigate
in interface org.jboss.as.controller.registry.Resource
public Set<String> getChildTypes()
getChildTypes
in interface org.jboss.as.controller.registry.Resource
public Set<String> getChildrenNames(String childType)
getChildrenNames
in interface org.jboss.as.controller.registry.Resource
public Set<org.jboss.as.controller.registry.Resource.ResourceEntry> getChildren(String childType)
getChildren
in interface org.jboss.as.controller.registry.Resource
public void registerChild(org.jboss.as.controller.PathElement address, org.jboss.as.controller.registry.Resource resource)
registerChild
in interface org.jboss.as.controller.registry.Resource
public void registerChild(org.jboss.as.controller.PathElement address, int index, org.jboss.as.controller.registry.Resource resource)
registerChild
in interface org.jboss.as.controller.registry.Resource
public org.jboss.as.controller.registry.Resource removeChild(org.jboss.as.controller.PathElement address)
removeChild
in interface org.jboss.as.controller.registry.Resource
public boolean isRuntime()
isRuntime
in interface org.jboss.as.controller.registry.Resource
public boolean isProxy()
isProxy
in interface org.jboss.as.controller.registry.Resource
public Set<String> getOrderedChildTypes()
getOrderedChildTypes
in interface org.jboss.as.controller.registry.Resource
public org.jboss.as.controller.registry.Resource clone()
public String getName()
getName
in interface org.jboss.as.controller.registry.Resource.ResourceEntry
public org.jboss.as.controller.PathElement getPathElement()
getPathElement
in interface org.jboss.as.controller.registry.Resource.ResourceEntry
Copyright © 2017 JBoss by Red Hat. All rights reserved.