public abstract class DeploymentResourceDefinition extends SimpleResourceDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentResourceDefinition.DeploymentResourceParent |
| Modifier | Constructor and Description |
|---|---|
protected |
DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessConstraintDefinition> |
getAccessConstraints()
Get the definition of any access constraints associated with the resource.
|
protected DeploymentResourceDefinition.DeploymentResourceParent |
getParent() |
protected abstract void |
registerAddOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags)
Registers add operation
|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperationprotected DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent, OperationStepHandler addHandler, OperationStepHandler removeHandler)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinitiongetAccessConstraints in interface ConstrainedResourceDefinitiongetAccessConstraints in class SimpleResourceDefinitionprotected DeploymentResourceDefinition.DeploymentResourceParent getParent()
protected abstract void registerAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags)
SimpleResourceDefinitionregisterAddOperation in class SimpleResourceDefinitionregistration - resource on which to registerhandler - operation handler to registerflags - with flagsCopyright © 2014 JBoss by Red Hat. All rights reserved.