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, setDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxOccurs, getMinOccursprotected 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 void registerNotifications(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterNotifications in interface ResourceDefinitionregisterNotifications in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionprotected 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 © 2021 JBoss by Red Hat. All rights reserved.