Class TimerServiceResource
- java.lang.Object
-
- org.jboss.as.ejb3.subsystem.deployment.TimerServiceResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.registry.Resource
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 Summary
Constructors Constructor Description TimerServiceResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.registry.Resourceclone()org.jboss.as.controller.registry.ResourcegetChild(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.ModelNodegetModel()Set<String>getOrderedChildTypes()booleanhasChild(org.jboss.as.controller.PathElement element)booleanhasChildren(String childType)booleanisModelDefined()booleanisProxy()booleanisRuntime()org.jboss.as.controller.registry.Resourcenavigate(org.jboss.as.controller.PathAddress address)voidregisterChild(org.jboss.as.controller.PathElement address, int index, org.jboss.as.controller.registry.Resource resource)voidregisterChild(org.jboss.as.controller.PathElement address, org.jboss.as.controller.registry.Resource resource)org.jboss.as.controller.registry.ResourceremoveChild(org.jboss.as.controller.PathElement address)org.jboss.as.controller.registry.ResourcerequireChild(org.jboss.as.controller.PathElement element)voidtimerCreated(String id)voidtimerRemoved(String id)voidwriteModel(org.jboss.dmr.ModelNode newModel)
-
-
-
Method Detail
-
getModel
public org.jboss.dmr.ModelNode getModel()
- Specified by:
getModelin interfaceorg.jboss.as.controller.registry.Resource- Returns:
- See Also:
Resource.getModel()
-
writeModel
public void writeModel(org.jboss.dmr.ModelNode newModel)
- Specified by:
writeModelin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
newModel-- See Also:
Resource.writeModel(org.jboss.dmr.ModelNode)
-
isModelDefined
public boolean isModelDefined()
- Specified by:
isModelDefinedin interfaceorg.jboss.as.controller.registry.Resource- Returns:
- See Also:
Resource.isModelDefined()
-
hasChild
public boolean hasChild(org.jboss.as.controller.PathElement element)
- Specified by:
hasChildin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
element-- Returns:
- See Also:
Resource.hasChild(org.jboss.as.controller.PathElement)
-
getChild
public org.jboss.as.controller.registry.Resource getChild(org.jboss.as.controller.PathElement element)
- Specified by:
getChildin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
element-- Returns:
- See Also:
Resource.getChild(org.jboss.as.controller.PathElement)
-
requireChild
public org.jboss.as.controller.registry.Resource requireChild(org.jboss.as.controller.PathElement element)
- Specified by:
requireChildin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
element-- Returns:
- See Also:
Resource.requireChild(org.jboss.as.controller.PathElement)
-
hasChildren
public boolean hasChildren(String childType)
- Specified by:
hasChildrenin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
childType-- Returns:
- See Also:
Resource.hasChildren(java.lang.String)
-
navigate
public org.jboss.as.controller.registry.Resource navigate(org.jboss.as.controller.PathAddress address)
- Specified by:
navigatein interfaceorg.jboss.as.controller.registry.Resource- Parameters:
address-- Returns:
- See Also:
Resource.navigate(org.jboss.as.controller.PathAddress)
-
getChildTypes
public Set<String> getChildTypes()
- Specified by:
getChildTypesin interfaceorg.jboss.as.controller.registry.Resource- Returns:
- See Also:
Resource.getChildTypes()
-
getChildrenNames
public Set<String> getChildrenNames(String childType)
- Specified by:
getChildrenNamesin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
childType-- Returns:
- See Also:
Resource.getChildrenNames(java.lang.String)
-
getChildren
public Set<org.jboss.as.controller.registry.Resource.ResourceEntry> getChildren(String childType)
- Specified by:
getChildrenin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
childType-- Returns:
- See Also:
Resource.getChildren(java.lang.String)
-
registerChild
public void registerChild(org.jboss.as.controller.PathElement address, org.jboss.as.controller.registry.Resource resource)- Specified by:
registerChildin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
address-resource-- See Also:
Resource.registerChild(org.jboss.as.controller.PathElement, org.jboss.as.controller.registry.Resource)
-
registerChild
public void registerChild(org.jboss.as.controller.PathElement address, int index, org.jboss.as.controller.registry.Resource resource)- Specified by:
registerChildin interfaceorg.jboss.as.controller.registry.Resource
-
removeChild
public org.jboss.as.controller.registry.Resource removeChild(org.jboss.as.controller.PathElement address)
- Specified by:
removeChildin interfaceorg.jboss.as.controller.registry.Resource- Parameters:
address-- Returns:
- See Also:
Resource.removeChild(org.jboss.as.controller.PathElement)
-
getOrderedChildTypes
public Set<String> getOrderedChildTypes()
- Specified by:
getOrderedChildTypesin interfaceorg.jboss.as.controller.registry.Resource
-
isRuntime
public boolean isRuntime()
- Specified by:
isRuntimein interfaceorg.jboss.as.controller.registry.Resource- Returns:
- See Also:
Resource.isRuntime()
-
isProxy
public boolean isProxy()
- Specified by:
isProxyin interfaceorg.jboss.as.controller.registry.Resource- Returns:
- See Also:
Resource.isProxy()
-
clone
public org.jboss.as.controller.registry.Resource clone()
-
timerCreated
public void timerCreated(String id)
-
timerRemoved
public void timerRemoved(String id)
-
-