Class DeploymentResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.server.controller.resources.DeploymentResourceDefinition
-
- All Implemented Interfaces:
ResourceDefinition
- Direct Known Subclasses:
ServerDeploymentResourceDefinition
public abstract class DeploymentResourceDefinition extends SimpleResourceDefinition
- Author:
- Kabir Khan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentResourceDefinition.DeploymentResourceParent-
Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition
SimpleResourceDefinition.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static PathElementPATH
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent, OperationStepHandler addHandler, OperationStepHandler removeHandler)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidextractedManaged(OperationContext context, org.jboss.dmr.ModelNode operation)protected DeploymentResourceDefinition.DeploymentResourceParentgetParent()protected abstract voidregisterAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags)voidregisterAttributes(ManagementResourceRegistration resourceRegistration)voidregisterNotifications(ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerCapabilities, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
PATH
public static final PathElement PATH
-
-
Constructor Detail
-
DeploymentResourceDefinition
protected DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent, OperationStepHandler addHandler, OperationStepHandler removeHandler)
-
-
Method Detail
-
registerAttributes
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceResourceDefinition- Overrides:
registerAttributesin classSimpleResourceDefinition
-
extractedManaged
public void extractedManaged(OperationContext context, org.jboss.dmr.ModelNode operation)
-
registerNotifications
public void registerNotifications(ManagementResourceRegistration resourceRegistration)
- Specified by:
registerNotificationsin interfaceResourceDefinition- Overrides:
registerNotificationsin classSimpleResourceDefinition
-
getParent
protected DeploymentResourceDefinition.DeploymentResourceParent getParent()
-
registerAddOperation
protected abstract void registerAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags)
- Overrides:
registerAddOperationin classSimpleResourceDefinition
-
-