Uses of Interface
org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler
Packages that use ResourceOperationRuntimeHandler
-
Uses of ResourceOperationRuntimeHandler in org.wildfly.subsystem.resource
Methods in org.wildfly.subsystem.resource that return types with arguments of type ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptionResourceDescriptor.DefaultResourceDescriptor.getRuntimeHandler()Methods in org.wildfly.subsystem.resource with parameters of type ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptionResourceDescriptor.AbstractConfigurator.withRuntimeHandler(ResourceOperationRuntimeHandler runtimeHandler) ResourceDescriptor.Configurator.withRuntimeHandler(ResourceOperationRuntimeHandler runtimeHandler) Applies the specified runtime handler to the operations of this resource. -
Uses of ResourceOperationRuntimeHandler in org.wildfly.subsystem.resource.operation
Classes in org.wildfly.subsystem.resource.operation that implement ResourceOperationRuntimeHandlerModifier and TypeClassDescriptionstatic classPerforms installation of a single service, configured via aResourceServiceConfigurator.static classRuntime handler that restarts the runtime handler of an ancestor resource.Methods in org.wildfly.subsystem.resource.operation that return ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptionResourceOperationRuntimeHandler.combine(Iterable<? extends ResourceOperationRuntimeHandler> handlers) Composes aResourceOperationRuntimeHandlerfrom multiple runtime handlers.ResourceOperationRuntimeHandler.combine(ResourceOperationRuntimeHandler... handlers) Composes aResourceOperationRuntimeHandlerfrom multiple runtime handlers.ResourceOperationRuntimeHandler.configureParentService(ResourceServiceConfigurator configurator) Returns aResourceOperationRuntimeHandlerfor resource with children that configures and installs a single service from the specified factory, using a recursively read model.ResourceOperationRuntimeHandler.configureService(ResourceServiceConfigurator configurator) Returns aResourceOperationRuntimeHandlerthat configures and installs a single service from the specified factory.ResourceOperationRuntimeHandler.restartAncestor(ResourceOperationRuntimeHandler ancestorRuntimeHandler, UnaryOperator<org.jboss.as.controller.PathAddress> ancestorAddressResolver) Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of an ancestor resource.ResourceOperationRuntimeHandler.restartParent(ResourceOperationRuntimeHandler parentRuntimeHandler) Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of its parent resource.Methods in org.wildfly.subsystem.resource.operation that return types with arguments of type ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptiondefault Optional<ResourceOperationRuntimeHandler>OperationStepHandlerDescriptor.getRuntimeHandler()Returns the optional runtime handling for this resource.Methods in org.wildfly.subsystem.resource.operation with parameters of type ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptionResourceOperationRuntimeHandler.combine(ResourceOperationRuntimeHandler... handlers) Composes aResourceOperationRuntimeHandlerfrom multiple runtime handlers.ResourceOperationRuntimeHandler.restartAncestor(ResourceOperationRuntimeHandler ancestorRuntimeHandler, UnaryOperator<org.jboss.as.controller.PathAddress> ancestorAddressResolver) Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of an ancestor resource.ResourceOperationRuntimeHandler.restartParent(ResourceOperationRuntimeHandler parentRuntimeHandler) Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of its parent resource.Method parameters in org.wildfly.subsystem.resource.operation with type arguments of type ResourceOperationRuntimeHandlerModifier and TypeMethodDescriptionResourceOperationRuntimeHandler.combine(Iterable<? extends ResourceOperationRuntimeHandler> handlers) Composes aResourceOperationRuntimeHandlerfrom multiple runtime handlers.