public class DynamicManagementStatisticsResource
extends org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
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 |
---|
DynamicManagementStatisticsResource(Statistics statistics,
String puName,
String identificationLabel,
EntityManagerFactoryLookup entityManagerFactoryLookup) |
Modifier and Type | Method and Description |
---|---|
DynamicManagementStatisticsResource |
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() |
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,
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) |
getName, getPathElement
getOrderedChildTypes, registerChild, writeModel
public DynamicManagementStatisticsResource(Statistics statistics, String puName, String identificationLabel, EntityManagerFactoryLookup entityManagerFactoryLookup)
public org.jboss.dmr.ModelNode getModel()
getModel
in interface org.jboss.as.controller.registry.Resource
getModel
in class org.jboss.as.controller.registry.PlaceholderResource
public boolean isModelDefined()
isModelDefined
in interface org.jboss.as.controller.registry.Resource
isModelDefined
in class org.jboss.as.controller.registry.PlaceholderResource
public boolean hasChild(org.jboss.as.controller.PathElement element)
hasChild
in interface org.jboss.as.controller.registry.Resource
hasChild
in class org.jboss.as.controller.registry.PlaceholderResource
public org.jboss.as.controller.registry.Resource getChild(org.jboss.as.controller.PathElement element)
getChild
in interface org.jboss.as.controller.registry.Resource
getChild
in class org.jboss.as.controller.registry.PlaceholderResource
public org.jboss.as.controller.registry.Resource requireChild(org.jboss.as.controller.PathElement element)
requireChild
in interface org.jboss.as.controller.registry.Resource
requireChild
in class org.jboss.as.controller.registry.PlaceholderResource
public boolean hasChildren(String childType)
hasChildren
in interface org.jboss.as.controller.registry.Resource
hasChildren
in class org.jboss.as.controller.registry.PlaceholderResource
public org.jboss.as.controller.registry.Resource navigate(org.jboss.as.controller.PathAddress address)
navigate
in interface org.jboss.as.controller.registry.Resource
navigate
in class org.jboss.as.controller.registry.PlaceholderResource
public Set<String> getChildTypes()
getChildTypes
in interface org.jboss.as.controller.registry.Resource
getChildTypes
in class org.jboss.as.controller.registry.PlaceholderResource
public Set<String> getChildrenNames(String childType)
getChildrenNames
in interface org.jboss.as.controller.registry.Resource
getChildrenNames
in class org.jboss.as.controller.registry.PlaceholderResource
public Set<org.jboss.as.controller.registry.Resource.ResourceEntry> getChildren(String childType)
getChildren
in interface org.jboss.as.controller.registry.Resource
getChildren
in class org.jboss.as.controller.registry.PlaceholderResource
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
registerChild
in class org.jboss.as.controller.registry.PlaceholderResource
public org.jboss.as.controller.registry.Resource removeChild(org.jboss.as.controller.PathElement address)
removeChild
in interface org.jboss.as.controller.registry.Resource
removeChild
in class org.jboss.as.controller.registry.PlaceholderResource
public boolean isRuntime()
isRuntime
in interface org.jboss.as.controller.registry.Resource
isRuntime
in class org.jboss.as.controller.registry.PlaceholderResource
public boolean isProxy()
isProxy
in interface org.jboss.as.controller.registry.Resource
isProxy
in class org.jboss.as.controller.registry.PlaceholderResource
public DynamicManagementStatisticsResource clone()
clone
in interface org.jboss.as.controller.registry.Resource
clone
in class org.jboss.as.controller.registry.PlaceholderResource.PlaceholderResourceEntry
Copyright © 2016 JBoss by Red Hat. All rights reserved.