Uses of Interface
org.jboss.as.controller.registry.ImmutableManagementResourceRegistration
Packages that use ImmutableManagementResourceRegistration
Package
Description
-
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller
Methods in org.jboss.as.controller that return ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionOperationContext.getResourceRegistration()Get a read only view of the managed resource registration.OperationContext.getRootResourceRegistration()Get a read only view of the root managed resource registration.Methods in org.jboss.as.controller with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionvoidCapabilityRegistry.capabilityReloadRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) voidCapabilityRegistry.capabilityRestartRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) ProvidedResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration registration) ResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) Gets aDescriptionProviderfor the given resource.ResourceDefinition.MinimalResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration registration) CapabilityRegistry.getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return ImmutableManagementResourceRegistrationMethods in org.jboss.as.controller.access with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionstatic TargetResourceTargetResource.forDomain(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration, Resource resource, ServerGroupEffect serverGroupEffect, HostEffect hostEffect) static TargetResourceTargetResource.forStandalone(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration, Resource resource) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionvoidRuntimeCapabilityRegistry.capabilityReloadRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) Notification that any capabilities associated with the given address require reload in order to bring their runtime services into sync with their persistent configuration.voidRuntimeCapabilityRegistry.capabilityRestartRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) Notification that any capabilities associated with the given address require restart in order to bring their runtime services into sync with their persistent configuration.RuntimeCapabilityRegistry.getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) Gets the status of any capabilities associated with the given resource address. -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.descriptions
Constructors in org.jboss.as.controller.descriptions with parameters of type ImmutableManagementResourceRegistrationModifierConstructorDescriptionDefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration registration, ResourceDescriptionResolver descriptionResolver) DefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration registration, ResourceDescriptionResolver descriptionResolver, boolean orderedChildResource) DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration, ResourceDescriptionResolver descriptionResolver) DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration, ResourceDescriptionResolver descriptionResolver, DeprecationData deprecationData) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.operations.common
Methods in org.jboss.as.controller.operations.common with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionprotected voidGenericSubsystemDescribeHandler.describe(OrderedChildTypesAttachment orderedChildTypesAttachment, Resource resource, org.jboss.dmr.ModelNode address, org.jboss.dmr.ModelNode result, ImmutableManagementResourceRegistration registration) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.operations.validation
Constructors in org.jboss.as.controller.operations.validation with parameters of type ImmutableManagementResourceRegistrationModifierConstructorDescriptionOperationValidator(ExpressionResolver expressionResolver, ImmutableManagementResourceRegistration root, boolean validateDescriptions, boolean includeOperationInError, boolean exitOnError) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.persistence
Methods in org.jboss.as.controller.persistence with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionvoidConfigurationExtension.processOperations(ImmutableManagementResourceRegistration rootRegistration, List<ParsedBootOp> postExtensionOps) Process the already defined boot operations to update them with the supplemnetal configurations. -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.persistence.yaml
Methods in org.jboss.as.controller.persistence.yaml with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionvoidYamlConfigurationExtension.processOperations(ImmutableManagementResourceRegistration rootRegistration, List<ParsedBootOp> postExtensionOps) -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.registry
Subinterfaces of ImmutableManagementResourceRegistration in org.jboss.as.controller.registryModifier and TypeInterfaceDescriptioninterfaceA registration for a management resource which consists of a resource description plus registered operation handlers.Classes in org.jboss.as.controller.registry that implement ImmutableManagementResourceRegistrationModifier and TypeClassDescriptionclassImmutableManagementResourceRegistrationimplementation that simply delegates to anotherImmutableManagementResourceRegistration(typically a mutable implementation of sub-interfaceManagementResourceRegistration).classManagementResourceRegistrationimplementation that simply delegates to anotherManagementResourceRegistration.Methods in org.jboss.as.controller.registry that return ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getParent()DelegatingManagementResourceRegistration.getParent()ImmutableManagementResourceRegistration.getParent()Gets the registration for this resource type's parent, if there is one.DelegatingImmutableManagementResourceRegistration.getSubModel(PathAddress address) ImmutableManagementResourceRegistration.getSubModel(PathAddress address) Get a sub model registration.Methods in org.jboss.as.controller.registry with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionLegacyResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) Gets aDescriptionProviderfor the given resource.static org.jboss.dmr.ModelNodeResource.Tools.readModel(Resource resource, int level, ImmutableManagementResourceRegistration mrr) Reads a resource tree, recursing up to the given number of levels but ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.static org.jboss.dmr.ModelNodeResource.Tools.readModel(Resource resource, ImmutableManagementResourceRegistration mrr) Recursively reads an entire resource tree, ignoring runtime-only and proxy resources, and generates a DMR tree representing all of the non-ignored resources.Constructors in org.jboss.as.controller.registry with parameters of type ImmutableManagementResourceRegistrationModifierConstructorDescriptionCreates a new ImmutableManagementResourceRegistration. -
Uses of ImmutableManagementResourceRegistration in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionTransformationContext.getResourceRegistration(PathAddress address) Get the management resource registration.TransformationContext.getResourceRegistrationFromRoot(PathAddress address) Get the management resource registration.Transformers.TransformationInputs.getRootRegistration()Gets full theresource registrationtree.Methods in org.jboss.as.controller.transform with parameters of type ImmutableManagementResourceRegistrationModifier and TypeMethodDescriptionTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment) Creates a ResourceTransformationContextTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) Creates a ResourceTransformationContext