public abstract class DeploymentResourceDefinition extends SimpleResourceDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentResourceDefinition.DeploymentResourceParent |
SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
static PathElement |
PATH |
| Modifier | Constructor and Description |
|---|---|
protected |
DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentResourceDefinition.DeploymentResourceParent |
getParent() |
protected abstract void |
registerAddOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
void |
registerNotifications(ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerCapabilities, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final PathElement PATH
protected DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent, OperationStepHandler addHandler, OperationStepHandler removeHandler)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionpublic void registerNotifications(ManagementResourceRegistration resourceRegistration)
registerNotifications in interface ResourceDefinitionregisterNotifications in class SimpleResourceDefinitionprotected DeploymentResourceDefinition.DeploymentResourceParent getParent()
protected abstract void registerAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags)
registerAddOperation in class SimpleResourceDefinitionCopyright © 2020 JBoss by Red Hat. All rights reserved.