public class BatchJobExecutionResource extends Object implements org.jboss.as.controller.registry.Resource
job executions
.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 |
---|
BatchJobExecutionResource(javax.batch.operations.JobOperator jobOperator,
String jobName) |
BatchJobExecutionResource(org.jboss.as.controller.registry.Resource delegate,
javax.batch.operations.JobOperator jobOperator,
String jobName) |
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 |
writeModel(org.jboss.dmr.ModelNode newModel) |
public BatchJobExecutionResource(javax.batch.operations.JobOperator jobOperator, String jobName)
public BatchJobExecutionResource(org.jboss.as.controller.registry.Resource delegate, javax.batch.operations.JobOperator jobOperator, String jobName)
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 Set<String> getOrderedChildTypes()
getOrderedChildTypes
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
Copyright © 2018 JBoss by Red Hat. All rights reserved.