Uses of Interface
org.jboss.as.controller.OperationStepHandler
Packages that use OperationStepHandler
Package
Description
-
Uses of OperationStepHandler in org.jboss.as.controller
Classes in org.jboss.as.controller that implement OperationStepHandlerModifier and TypeClassDescriptionclassBase class forOperationStepHandlerimplementations that add managed resource.classBase class forOperationStepHandlerimplementations that add managed resources and also perform runtime processing that should only occur during server boot.classBase class forOperationStepHandlerimplementations for updating an existing managed resource.classBase class for handlers that remove resources.classBase class for operations that do nothing inOperationContext.Stage.MODELexcept register aOperationContext.Stage.RUNTIMEstep.classAbstract handler for the write aspect of aread-write attribute.static classclassHandler for the "composite" operation; i.e. one that includes one or more child operations as steps.classA handler for theaddoperation that only manipulates the model.classA handler for theremoveoperation that only manipulates the model.classAwrite-attributehandler that simply validates the attribute value and stores it in the model.classA handler that simply callsOperationContext.completeStep(OperationContext.RollbackHandler)with ano-op rollback handler.classSpecial handler that executes subsystem boot operations in parallel.classStep handler that uses a proxiedModelControllerto execute the step.classOperationStepHandlerthat reads the address of the operation and returns the value of its last element as the operation result.classAn handler for an 'add' operation that does nothing in theruntime stagebut put the process in reload-required state.classA handler for the "remove" operation that always puts the process in "reload-required" state.classSimpleAbstractWriteAttributeHandlerthat triggers putting the process in a restart-required state if attribute that has flagAttributeAccess.Flag.RESTART_JVMotherwise it puts process in reload-required state.classSimple add handler which, if allowed, restarts a parent resource when the child is added.classSimple remove handler that, if allowed, restarts a parent resource when a child is removed.classSimple remove handler that, if allowed, restarts a parent resource when a child is removed.classSimpleAbstractWriteAttributeHandlerthat, if allowed, restarts a parent resource when a change is made.classAbstract remove step handler that simply removes a service.Fields in org.jboss.as.controller declared as OperationStepHandlerModifier and TypeFieldDescriptionfinal OperationStepHandlerParsedBootOp.handlerstatic final OperationStepHandlerModelOnlyAddStepHandler.INSTANCEstatic final OperationStepHandlerModelOnlyWriteAttributeHandler.INSTANCEstatic final OperationStepHandlerReloadRequiredAddStepHandler.INSTANCEstatic final OperationStepHandlerReloadRequiredWriteAttributeHandler.INSTANCEMethods in org.jboss.as.controller that return OperationStepHandlerModifier and TypeMethodDescriptionprotected OperationStepHandlerAbstractControllerService.createExtraValidationStepHandler()BootErrorCollector.getReadBootErrorsHandler()Methods in org.jboss.as.controller with parameters of type OperationStepHandlerModifier and TypeMethodDescriptionResourceBuilder.addMetric(AttributeDefinition attributeDefinition, OperationStepHandler handler) ResourceBuilder.addMetrics(OperationStepHandler metricHandler, AttributeDefinition... attributes) voidOperationContext.addModelStep(OperationDefinition stepDefinition, OperationStepHandler stepHandler, boolean addFirst) Add aOperationContext.Stage.MODELexecution step to this operation process, including descriptive information for the operation.voidOperationContext.addModelStep(org.jboss.dmr.ModelNode response, org.jboss.dmr.ModelNode operation, OperationDefinition stepDefinition, OperationStepHandler stepHandler, boolean addFirst) Add aOperationContext.Stage.MODELexecution step to this operation process, including descriptive information for the operation.ResourceBuilder.addOperation(OperationDefinition operationDefinition, OperationStepHandler handler) ResourceBuilder.addOperation(OperationDefinition operationDefinition, OperationStepHandler handler, boolean inherited) ResourceBuilder.addReadWriteAttribute(AttributeDefinition attributeDefinition, OperationStepHandler reader, OperationStepHandler writer) ResourceBuilder.addReadWriteAttributes(OperationStepHandler reader, OperationStepHandler writer, AttributeDefinition... attributes) voidOperationContext.addStep(OperationStepHandler step, OperationContext.Stage stage) Add an execution step to this operation process.voidOperationContext.addStep(OperationStepHandler step, OperationContext.Stage stage, boolean addFirst) Add an execution step to this operation process.voidOperationContext.addStep(org.jboss.dmr.ModelNode operation, OperationStepHandler step, OperationContext.Stage stage) Add an execution step to this operation process, writing any output to the response object associated with the current step.voidOperationContext.addStep(org.jboss.dmr.ModelNode operation, OperationStepHandler step, OperationContext.Stage stage, boolean addFirst) Add an execution step to this operation process, writing any output to the response object associated with the current step.voidOperationContext.addStep(org.jboss.dmr.ModelNode response, org.jboss.dmr.ModelNode operation, OperationStepHandler step, OperationContext.Stage stage) Add an execution step to this operation process.voidOperationContext.addStep(org.jboss.dmr.ModelNode response, org.jboss.dmr.ModelNode operation, OperationStepHandler step, OperationContext.Stage stage, boolean addFirst) Add an execution step to this operation process.static ResourceBuilderResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler) static ResourceBuilderResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, OperationStepHandler describeHandler) protected final org.jboss.dmr.ModelNodeAbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, int lockPermit) protected final org.jboss.dmr.ModelNodeAbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep) protected final org.jboss.dmr.ModelNodeAbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, Resource model, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep) protected OperationResponseAbstractControllerService.internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep) protected OperationResponseAbstractControllerService.internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, boolean attemptLock) protected OperationResponseAbstractControllerService.internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, boolean attemptLock, boolean partialModel) ResourceBuilder.pushChild(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler) ResourceBuilder.pushChild(PathElement pathElement, OperationStepHandler addHandler, OperationStepHandler removeHandler) protected voidSimpleResourceDefinition.registerAddOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags) Registers the "add" resource operation.protected voidSimpleResourceDefinition.registerRemoveOperation(ManagementResourceRegistration registration, OperationStepHandler handler, OperationEntry.Flag... flags) Registers the "remove" resource operation.SimpleResourceDefinition.Parameters.setAddHandler(OperationStepHandler addHandler) Sets the add handler.SimpleResourceDefinition.Parameters.setRemoveHandler(OperationStepHandler removeHandler) Sets the remove handler.Constructors in org.jboss.as.controller with parameters of type OperationStepHandlerModifierConstructorDescriptionprotectedAbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension) Deprecated, for removal: This API element is subject to removal in a future version.For use by legacy versionsprotectedAbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, Stability stability, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension) Construct a new instance.protectedAbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry) Deprecated, for removal: This API element is subject to removal in a future version.ParsedBootOp(ParsedBootOp toCopy, OperationStepHandler handler) ParsedBootOp(org.jboss.dmr.ModelNode operation, OperationStepHandler handler) protectedPersistentResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler) Deprecated, for removal: This API element is subject to removal in a future version.protectedPersistentResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, boolean isRuntime) Deprecated, for removal: This API element is subject to removal in a future version.protectedPersistentResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, OperationEntry.Flag addRestartLevel, OperationEntry.Flag removeRestartLevel) Deprecated, for removal: This API element is subject to removal in a future version.protectedPersistentResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler, OperationEntry.Flag addRestartLevel, OperationEntry.Flag removeRestartLevel, boolean isRuntime) Deprecated, for removal: This API element is subject to removal in a future version.SimpleResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, OperationStepHandler addHandler, OperationStepHandler removeHandler) ResourceDefinitionthat uses the given {code descriptionResolver} to configure aDefaultResourceDescriptionProviderto describe the resource. -
Uses of OperationStepHandler in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement OperationStepHandlerModifier and TypeClassDescriptionclassBase handler for the extension resource add operation.classBase handler for the extension resource remove operation.classSpecial handler that executes extension initialization in parallel.classHandler for the "describe" operation for an extension that is only supported for non-server use in a mixed-version domain where legacy slaves still support the extension. -
Uses of OperationStepHandler in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type OperationStepHandlerModifier and TypeMethodDescriptionfinal StringControllerLogger_$logger.stepHandlerFailed(OperationStepHandler handler, String op, PathAddress address, Throwable cause) ControllerLogger.stepHandlerFailed(OperationStepHandler handler, String op, PathAddress address, Throwable cause) A message indicating the step handler for the operation failed. -
Uses of OperationStepHandler in org.jboss.as.controller.management
Classes in org.jboss.as.controller.management that implement OperationStepHandlerModifier and TypeClassDescriptionclassThe base add handler for the HTTP Management Interface.protected classclassThe base add handler for the native management interface.classThe base add handler for management interfaces. -
Uses of OperationStepHandler in org.jboss.as.controller.operations
Methods in org.jboss.as.controller.operations that return OperationStepHandlerModifier and TypeMethodDescriptiondefault OperationStepHandlerMultistepUtil.OperationHandlerResolver.getOperationStepHandler(String operationName, PathAddress address, org.jboss.dmr.ModelNode operation, OperationEntry operationEntry) -
Uses of OperationStepHandler in org.jboss.as.controller.operations.common
Classes in org.jboss.as.controller.operations.common that implement OperationStepHandlerModifier and TypeClassDescriptionclassclassHandler to publish configuration.classA generic handler recursively creating add operations for a managed resource using it's attributes as the request-parameters.classHandler for the interface resource add operation.final classInterface criteria write-attributeOperationHandlerclassHandler for the root resource add-namespace operation.classHandler for the root resource remove-namespace operation.protected classclassProcessReloadHandler<T extends RunningModeControl>Operation handler for process reloads of servers.classReads the server state.classOperation that resolves an expression (but not against the vault) and returns the resolved value.classHandler for the root resource add-schema-location operation.classHandler for the root resource remove-schema-location operation.classAn operation that deletes a snapshot of the current configurationclassAn operation that lists the snapshots taken of the current configurationclassAn operation that takes a snapshot of the current configurationclassclassValidates an operationclassAOperationStepHandlerthat can output a model in XML file.classAOperationStepHandlerthat can output a model in XML formMethods in org.jboss.as.controller.operations.common that return OperationStepHandlerModifier and TypeMethodDescriptionProcessEnvironment.getProcessNameReadHandler()Gets anOperationStepHandlerthat can read thenameattribute for a processes root resourceProcessEnvironment.getProcessNameWriteHandler()Gets anOperationStepHandlerthat can write thenameattribute for a processes root resource -
Uses of OperationStepHandler in org.jboss.as.controller.operations.global
Classes in org.jboss.as.controller.operations.global that implement OperationStepHandlerModifier and TypeClassDescriptionclassGlobal operation to build the installation summary of a server or a domain.static classstatic classAdd element to list, with optional index where to put itstatic classAdd element to list, with optional index where to put itstatic classAdd element to list, with optional index where to put itstatic classAdd element to list, with optional index where to put itstatic classEmpty map, note that is not the same as :undefine(name=name-of-attribute)static classGet entry from map:static classput entry to mapstatic classRemove entry from mapfinal classclassOperationStepHandlerreturning the attributes of a resource for a given attribute-group.classOperationStepHandlerreturning the names of attribute groups of a given model address.classOperationStepHandlerreading a single attribute at the given operation address.classOperationStepHandlerquerying the children names of a given "child-type".classOperationStepHandlerquerying the children resources of a given "child-type".classOperationStepHandlerquerying the child types of a given node.classclassGlobal operation handler that describes the resource as a Galleon feature.classOperationStepHandlerreturning the type description of a single operation description.classOperationStepHandlerreturning the names of the defined operations at a given model address.classOperationStepHandlerquerying the complete type description of a given model node.classOperationStepHandlerreading a part of the model.classThe undefine-attribute handler, writing an undefined value for a single attribute.classOperationStepHandlerwriting a single attribute.Fields in org.jboss.as.controller.operations.global declared as OperationStepHandlerModifier and TypeFieldDescriptionstatic final OperationStepHandlerReadAttributeGroupNamesHandler.INSTANCEstatic final OperationStepHandlerReadAttributeHandler.INSTANCEstatic final OperationStepHandlerReadChildrenNamesHandler.INSTANCEstatic final OperationStepHandlerReadChildrenResourcesHandler.INSTANCEstatic final OperationStepHandlerReadChildrenTypesHandler.INSTANCEstatic final OperationStepHandlerReadOperationNamesHandler.INSTANCEstatic final OperationStepHandlerReadResourceDescriptionHandler.INSTANCEstatic final OperationStepHandlerReadResourceHandler.INSTANCEstatic final OperationStepHandlerUndefineAttributeHandler.INSTANCEstatic final OperationStepHandlerWriteAttributeHandler.INSTANCEstatic final OperationStepHandlerListOperations.LIST_ADD_HANDLERstatic final OperationStepHandlerListOperations.LIST_CLEAR_HANDLERstatic final OperationStepHandlerListOperations.LIST_GET_HANDLERstatic final OperationStepHandlerListOperations.LIST_REMOVE_HANDLERstatic final OperationStepHandlerMapOperations.MAP_CLEAR_HANDLERstatic final OperationStepHandlerMapOperations.MAP_GET_HANDLERstatic final OperationStepHandlerMapOperations.MAP_PUT_HANDLERstatic final OperationStepHandlerMapOperations.MAP_REMOVE_HANDLERstatic final OperationStepHandlerReadAttributeGroupHandler.RESOLVE_INSTANCEstatic final OperationStepHandlerReadAttributeHandler.RESOLVE_INSTANCEstatic final OperationStepHandlerReadResourceHandler.RESOLVE_INSTANCEMethods in org.jboss.as.controller.operations.global that return OperationStepHandlerModifier and TypeMethodDescriptionstatic OperationStepHandlerGlobalInstallationReportHandler.createDomainOperation()static OperationStepHandlerReadFeatureDescriptionHandler.getInstance(ImmutableCapabilityRegistry capabilityRegistry) -
Uses of OperationStepHandler in org.jboss.as.controller.registry
Classes in org.jboss.as.controller.registry that implement OperationStepHandlerModifier and TypeClassDescriptionclassA handler that simply maps an alias onto a target part of the model.Methods in org.jboss.as.controller.registry that return OperationStepHandlerModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address, String operationName) DelegatingManagementResourceRegistration.getOperationHandler(PathAddress address, String operationName) ImmutableManagementResourceRegistration.getOperationHandler(PathAddress address, String operationName) Get the operation handler at the given address, ornullif none exists.OperationEntry.getOperationHandler()AttributeAccess.getReadHandler()Get the read handler.AttributeAccess.getWriteHandler()Get the write handler.Methods in org.jboss.as.controller.registry with parameters of type OperationStepHandlerModifier and TypeMethodDescriptionvoidDelegatingManagementResourceRegistration.registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler) voidManagementResourceRegistration.registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler) Records that the given attribute is a metric.voidDelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition, OperationStepHandler handler) voidDelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition, OperationStepHandler handler, boolean inherited) voidManagementResourceRegistration.registerOperationHandler(OperationDefinition definition, OperationStepHandler handler) Register an operation handler for this resource.voidManagementResourceRegistration.registerOperationHandler(OperationDefinition definition, OperationStepHandler handler, boolean inherited) Register an operation handler for this resource.voidDelegatingManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition, OperationStepHandler readHandler) voidManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition, OperationStepHandler readHandler) Records that the given attribute can be read from but not written to, and optionally provides an operation handler for the read.voidDelegatingManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition, OperationStepHandler readHandler, OperationStepHandler writeHandler) voidManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition, OperationStepHandler readHandler, OperationStepHandler writeHandler) Records that the given attribute can be both read from and written to, and provides operation handlers for the read and the write. -
Uses of OperationStepHandler in org.jboss.as.controller.resource
Methods in org.jboss.as.controller.resource that return OperationStepHandlerModifier and TypeMethodDescriptionprotected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getClientMappingsWriteAttributeHandler()protected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getFixedPortWriteAttributeHandler()protected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getInterfaceWriteAttributeHandler()protected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getMulticastAddressWriteAttributeHandler()protected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getMulticastPortWriteAttributeHandler()protected abstract OperationStepHandlerAbstractSocketBindingResourceDefinition.getPortWriteAttributeHandler()Constructors in org.jboss.as.controller.resource with parameters of type OperationStepHandlerModifierConstructorDescriptionAbstractSocketBindingGroupResourceDefinition(OperationStepHandler addHandler, OperationStepHandler removeHandler, AttributeDefinition defaultInterface, RuntimeCapability exposedCapability) AbstractSocketBindingResourceDefinition(OperationStepHandler addHandler, OperationStepHandler removeHandler, RuntimeCapability<Void>... capabilities) InterfaceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable, RuntimeCapability<Void>... capabilities) -
Uses of OperationStepHandler in org.jboss.as.controller.security
Classes in org.jboss.as.controller.security that implement OperationStepHandlerModifier and TypeClassDescriptionclassA write attribute handler that is capable of handling automatic updates of credential stores via credential reference attributes.Fields in org.jboss.as.controller.security declared as OperationStepHandlerModifier and TypeFieldDescriptionstatic final OperationStepHandlerCredentialReferenceWriteAttributeHandler.INSTANCE -
Uses of OperationStepHandler in org.jboss.as.controller.services.path
Classes in org.jboss.as.controller.services.path that implement OperationStepHandlerModifier and TypeClassDescriptionclassHandler for the path resource add operation.classHandler for file usage metric which contains the total size of a folder and the usable space (as in Java nio).classHandler for the path resource remove operation.classAn operation to resolve a relative-to path.