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 |
|---|
TimerServiceResource() |
| 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() |
Set<String> |
getOrderedChildTypes() |
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 |
timerCreated(String id) |
void |
timerRemoved(String id) |
void |
writeModel(org.jboss.dmr.ModelNode newModel) |
public org.jboss.dmr.ModelNode getModel()
getModel in interface org.jboss.as.controller.registry.ResourceResource.getModel()public void writeModel(org.jboss.dmr.ModelNode newModel)
writeModel in interface org.jboss.as.controller.registry.ResourcenewModel - Resource.writeModel(org.jboss.dmr.ModelNode)public boolean isModelDefined()
isModelDefined in interface org.jboss.as.controller.registry.ResourceResource.isModelDefined()public boolean hasChild(org.jboss.as.controller.PathElement element)
hasChild in interface org.jboss.as.controller.registry.Resourceelement - Resource.hasChild(org.jboss.as.controller.PathElement)public org.jboss.as.controller.registry.Resource getChild(org.jboss.as.controller.PathElement element)
getChild in interface org.jboss.as.controller.registry.Resourceelement - Resource.getChild(org.jboss.as.controller.PathElement)public org.jboss.as.controller.registry.Resource requireChild(org.jboss.as.controller.PathElement element)
requireChild in interface org.jboss.as.controller.registry.Resourceelement - Resource.requireChild(org.jboss.as.controller.PathElement)public boolean hasChildren(String childType)
hasChildren in interface org.jboss.as.controller.registry.ResourcechildType - Resource.hasChildren(java.lang.String)public org.jboss.as.controller.registry.Resource navigate(org.jboss.as.controller.PathAddress address)
navigate in interface org.jboss.as.controller.registry.Resourceaddress - Resource.navigate(org.jboss.as.controller.PathAddress)public Set<String> getChildTypes()
getChildTypes in interface org.jboss.as.controller.registry.ResourceResource.getChildTypes()public Set<String> getChildrenNames(String childType)
getChildrenNames in interface org.jboss.as.controller.registry.ResourcechildType - Resource.getChildrenNames(java.lang.String)public Set<org.jboss.as.controller.registry.Resource.ResourceEntry> getChildren(String childType)
getChildren in interface org.jboss.as.controller.registry.ResourcechildType - Resource.getChildren(java.lang.String)public void registerChild(org.jboss.as.controller.PathElement address,
org.jboss.as.controller.registry.Resource resource)
registerChild in interface org.jboss.as.controller.registry.Resourceaddress - resource - Resource.registerChild(org.jboss.as.controller.PathElement,
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.Resourcepublic org.jboss.as.controller.registry.Resource removeChild(org.jboss.as.controller.PathElement address)
removeChild in interface org.jboss.as.controller.registry.Resourceaddress - Resource.removeChild(org.jboss.as.controller.PathElement)public Set<String> getOrderedChildTypes()
getOrderedChildTypes in interface org.jboss.as.controller.registry.Resourcepublic boolean isRuntime()
isRuntime in interface org.jboss.as.controller.registry.ResourceResource.isRuntime()public boolean isProxy()
isProxy in interface org.jboss.as.controller.registry.ResourceResource.isProxy()public org.jboss.as.controller.registry.Resource clone()
public void timerCreated(String id)
public void timerRemoved(String id)
Copyright © 2019 JBoss by Red Hat. All rights reserved.