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.Resource
Resource.getModel()
public void writeModel(org.jboss.dmr.ModelNode newModel)
writeModel
in interface org.jboss.as.controller.registry.Resource
newModel
- Resource.writeModel(org.jboss.dmr.ModelNode)
public boolean isModelDefined()
isModelDefined
in interface org.jboss.as.controller.registry.Resource
Resource.isModelDefined()
public boolean hasChild(org.jboss.as.controller.PathElement element)
hasChild
in interface org.jboss.as.controller.registry.Resource
element
- 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.Resource
element
- 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.Resource
element
- Resource.requireChild(org.jboss.as.controller.PathElement)
public boolean hasChildren(String childType)
hasChildren
in interface org.jboss.as.controller.registry.Resource
childType
- 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.Resource
address
- Resource.navigate(org.jboss.as.controller.PathAddress)
public Set<String> getChildTypes()
getChildTypes
in interface org.jboss.as.controller.registry.Resource
Resource.getChildTypes()
public Set<String> getChildrenNames(String childType)
getChildrenNames
in interface org.jboss.as.controller.registry.Resource
childType
- 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.Resource
childType
- 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.Resource
address
- 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.Resource
public org.jboss.as.controller.registry.Resource removeChild(org.jboss.as.controller.PathElement address)
removeChild
in interface org.jboss.as.controller.registry.Resource
address
- Resource.removeChild(org.jboss.as.controller.PathElement)
public Set<String> getOrderedChildTypes()
getOrderedChildTypes
in interface org.jboss.as.controller.registry.Resource
public boolean isRuntime()
isRuntime
in interface org.jboss.as.controller.registry.Resource
Resource.isRuntime()
public boolean isProxy()
isProxy
in interface org.jboss.as.controller.registry.Resource
Resource.isProxy()
public org.jboss.as.controller.registry.Resource clone()
public void timerCreated(String id)
public void timerRemoved(String id)
Copyright © 2016 JBoss by Red Hat. All rights reserved.