Uses of Interface
org.wildfly.subsystem.resource.operation.ResourceOperationRuntimeHandler
-
Packages that use ResourceOperationRuntimeHandler Package Description org.wildfly.subsystem.resource org.wildfly.subsystem.resource.operation -
-
Uses of ResourceOperationRuntimeHandler in org.wildfly.subsystem.resource
Methods in org.wildfly.subsystem.resource that return types with arguments of type ResourceOperationRuntimeHandler Modifier and Type Method Description Optional<ResourceOperationRuntimeHandler>ResourceDescriptor.DefaultResourceDescriptor. getRuntimeHandler()Methods in org.wildfly.subsystem.resource with parameters of type ResourceOperationRuntimeHandler Modifier and Type Method Description CResourceDescriptor.AbstractConfigurator. withRuntimeHandler(ResourceOperationRuntimeHandler runtimeHandler)CResourceDescriptor.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 ResourceOperationRuntimeHandler Modifier and Type Class Description static classResourceOperationRuntimeHandler.ResourceServiceConfiguratorRuntimeHandlerPerforms installation of a single service, configured via aResourceServiceConfigurator.static classResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandlerRuntime handler that restarts the runtime handler of an ancestor resource.Methods in org.wildfly.subsystem.resource.operation that return ResourceOperationRuntimeHandler Modifier and Type Method Description static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. configureParentService(ResourceServiceConfigurator configurator)Returns aResourceOperationRuntimeHandlerfor resource with children that configures and installs a single service from the specified factory, using a recursively read model.static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. configureService(ResourceServiceConfigurator configurator)Returns aResourceOperationRuntimeHandlerthat configures and installs a single service from the specified factory.static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. restartAncestor(ResourceOperationRuntimeHandler ancestorRuntimeHandler, UnaryOperator<PathAddress> ancestorAddressResolver)Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of an ancestor resource.static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. 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 ResourceOperationRuntimeHandler Modifier and Type Method Description default Optional<ResourceOperationRuntimeHandler>OperationStepHandlerDescriptor. getRuntimeHandler()Returns the optional runtime handling for this resource.Methods in org.wildfly.subsystem.resource.operation with parameters of type ResourceOperationRuntimeHandler Modifier and Type Method Description static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. restartAncestor(ResourceOperationRuntimeHandler ancestorRuntimeHandler, UnaryOperator<PathAddress> ancestorAddressResolver)Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of an ancestor resource.static ResourceOperationRuntimeHandlerResourceOperationRuntimeHandler. restartParent(ResourceOperationRuntimeHandler parentRuntimeHandler)Returns aResourceOperationRuntimeHandlerthat restarts the runtime behavior of its parent resource.
-