public abstract class DeploymentResourceDefinition extends SimpleResourceDefinition
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentResourceDefinition.DeploymentResourceParent |
SimpleResourceDefinition.Parameters
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)
Registers add operation
|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerNotifications(ManagementResourceRegistration resourceRegistration)
Register notifications associated with this resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerCapabilities, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
protected DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent, OperationStepHandler addHandler, OperationStepHandler removeHandler)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic void registerNotifications(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerNotifications
in interface ResourceDefinition
registerNotifications
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionprotected DeploymentResourceDefinition.DeploymentResourceParent getParent()
protected abstract void registerAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags)
SimpleResourceDefinition
registerAddOperation
in class SimpleResourceDefinition
registration
- resource on which to registerhandler
- operation handler to registerflags
- with flagsCopyright © 2023 JBoss by Red Hat. All rights reserved.