Uses of Interface
org.jboss.as.clustering.controller.ResourceServiceHandler
Packages that use ResourceServiceHandler
-
Uses of ResourceServiceHandler in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement ResourceServiceHandlerModifier and TypeClassDescriptionclassASimpleResourceServiceHandlerthat uses a recursively read model, to include child resources.classSimpleResourceServiceHandlerthat installs/removes a single service via aResourceServiceConfiguratorFactory.Methods in org.jboss.as.clustering.controller that return ResourceServiceHandlerModifier and TypeMethodDescriptionstatic ResourceServiceHandlerResourceServiceHandler.of(Iterable<? extends org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler> handlers) Temporary adapter to the wildfly-subsystem equivalent.static ResourceServiceHandlerResourceServiceHandler.of(org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler... handlers) Temporary adapter to the wildfly-subsystem equivalent.Constructors in org.jboss.as.clustering.controller with parameters of type ResourceServiceHandlerModifierConstructorDescriptionAddStepHandler(AddStepHandlerDescriptor descriptor, ResourceServiceHandler handler) DeploymentChainContributingAddStepHandler(AddStepHandlerDescriptor descriptor, ResourceServiceHandler handler, Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor) DeploymentChainContributingResourceRegistrar(ResourceDescriptor descriptor, ResourceServiceHandler handler, Consumer<org.jboss.as.server.DeploymentProcessorTarget> contributor) RemoveStepHandler(RemoveStepHandlerDescriptor descriptor, ResourceServiceHandler handler) protectedResourceRegistrar(AddStepHandlerDescriptor descriptor, ResourceServiceHandler handler, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> addRegistration, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> removeRegistration) RestartParentResourceAddStepHandler(ResourceServiceConfiguratorFactory parentFactory, AddStepHandlerDescriptor descriptor, ResourceServiceHandler handler) RestartParentResourceRegistrar(ResourceServiceConfiguratorFactory parentFactory, ResourceDescriptor descriptor, ResourceServiceHandler handler) RestartParentResourceRemoveStepHandler(ResourceServiceConfiguratorFactory parentFactory, RemoveStepHandlerDescriptor descriptor, ResourceServiceHandler handler) SimpleResourceRegistrar(ResourceDescriptor descriptor, ResourceServiceHandler handler) WriteAttributeStepHandler(WriteAttributeStepHandlerDescriptor descriptor, ResourceServiceHandler handler)