Uses of Interface
org.jboss.as.controller.OperationStepHandler
-
-
Uses of OperationStepHandler in org.jboss.as.controller
Classes in org.jboss.as.controller that implement OperationStepHandler Modifier and Type Class Description classAbstractAddStepHandlerBase class forOperationStepHandlerimplementations that add managed resource.classAbstractBoottimeAddStepHandlerBase class forOperationStepHandlerimplementations that add managed resources and also perform runtime processing that should only occur during server boot.classAbstractModelUpdateHandlerBase class forOperationStepHandlerimplementations for updating an existing managed resource.classAbstractRemoveStepHandlerBase class for handlers that remove resources.classAbstractRuntimeOnlyHandlerBase class for operations that do nothing inOperationContext.Stage.MODELexcept register aOperationContext.Stage.RUNTIMEstep.classAbstractWriteAttributeHandler<T>Abstract handler for the write aspect of aread-write attribute.static classBootErrorCollector.ListBootErrorsHandlerclassCompositeOperationHandlerHandler for the "composite" operation; i.e.classModelOnlyAddStepHandlerA handler for theaddoperation that only manipulates the model.classModelOnlyRemoveStepHandlerA handler for theremoveoperation that only manipulates the model.classModelOnlyWriteAttributeHandlerAwrite-attributehandler that simply validates the attribute value and stores it in the model.classNoopOperationStepHandlerA handler that simply callsOperationContext.completeStep(OperationContext.RollbackHandler)with ano-op rollback handler.classParallelBootOperationStepHandlerSpecial handler that executes subsystem boot operations in parallel.classProxyStepHandlerStep handler that uses a proxiedModelControllerto execute the step.classReadResourceNameOperationStepHandlerOperationStepHandlerthat reads the address of the operation and returns the value of its last element as the operation result.classReloadRequiredAddStepHandlerAn handler for an 'add' operation that does nothing in theruntime stagebut put the process in reload-required state.classReloadRequiredRemoveStepHandlerA handler for the "remove" operation that always puts the process in "reload-required" state.classReloadRequiredWriteAttributeHandlerSimpleAbstractWriteAttributeHandlerthat triggers putting the process in a restart-required state if attribute that has flagAttributeAccess.Flag.RESTART_JVMotherwise it puts process in reload-required state.classRestartParentResourceAddHandlerSimple add handler which, if allowed, restarts a parent resource when the child is added.classRestartParentResourceHandlerBaseSimple remove handler that, if allowed, restarts a parent resource when a child is removed.classRestartParentResourceRemoveHandlerSimple remove handler that, if allowed, restarts a parent resource when a child is removed.classRestartParentWriteAttributeHandlerSimpleAbstractWriteAttributeHandlerthat, if allowed, restarts a parent resource when a change is made.classServiceRemoveStepHandlerAbstract remove step handler that simply removes a service.Fields in org.jboss.as.controller declared as OperationStepHandler Modifier and Type Field Description OperationStepHandlerParsedBootOp. handlerstatic OperationStepHandlerModelOnlyAddStepHandler. INSTANCEstatic OperationStepHandlerModelOnlyWriteAttributeHandler. INSTANCEstatic OperationStepHandlerReloadRequiredAddStepHandler. INSTANCEstatic OperationStepHandlerReloadRequiredWriteAttributeHandler. INSTANCEMethods in org.jboss.as.controller that return OperationStepHandler Modifier and Type Method Description protected OperationStepHandlerAbstractControllerService. createExtraValidationStepHandler()OperationStepHandlerBootErrorCollector. getReadBootErrorsHandler()Methods in org.jboss.as.controller with parameters of type OperationStepHandler Modifier and Type Method Description ResourceBuilderResourceBuilder. addMetric(AttributeDefinition attributeDefinition, OperationStepHandler handler)ResourceBuilderResourceBuilder. 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.ResourceBuilderResourceBuilder. addOperation(OperationDefinition operationDefinition, OperationStepHandler handler)ResourceBuilderResourceBuilder. addOperation(OperationDefinition operationDefinition, OperationStepHandler handler, boolean inherited)ResourceBuilderResourceBuilder. addReadWriteAttribute(AttributeDefinition attributeDefinition, OperationStepHandler reader, OperationStepHandler writer)ResourceBuilderResourceBuilder. 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 org.jboss.dmr.ModelNodeAbstractControllerService. executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, int lockPermit)protected org.jboss.dmr.ModelNodeAbstractControllerService. executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep)protected 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)ResourceBuilderResourceBuilder. pushChild(PathElement pathElement, StandardResourceDescriptionResolver resolver, OperationStepHandler addHandler, OperationStepHandler removeHandler)ResourceBuilderResourceBuilder. 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.ParametersSimpleResourceDefinition.Parameters. setAddHandler(OperationStepHandler addHandler)Sets the add handler.SimpleResourceDefinition.ParametersSimpleResourceDefinition.Parameters. setRemoveHandler(OperationStepHandler removeHandler)Sets the remove handler. -
Uses of OperationStepHandler in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement OperationStepHandler Modifier and Type Class Description classExtensionAddHandlerBase handler for the extension resource add operation.classExtensionRemoveHandlerBase handler for the extension resource remove operation.classParallelExtensionAddHandlerSpecial handler that executes extension initialization in parallel.classUnsupportedSubsystemDescribeHandlerHandler 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 OperationStepHandler Modifier and Type Method Description StringControllerLogger_$logger. stepHandlerFailed(OperationStepHandler handler, String op, PathAddress address, Throwable cause)StringControllerLogger. 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 OperationStepHandler Modifier and Type Class Description classBaseHttpInterfaceAddStepHandlerThe base add handler for the HTTP Management Interface.protected classBaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandlerclassBaseNativeInterfaceAddStepHandlerThe base add handler for the native management interface.classManagementInterfaceAddStepHandlerThe base add handler for management interfaces. -
Uses of OperationStepHandler in org.jboss.as.controller.operations
Methods in org.jboss.as.controller.operations that return OperationStepHandler Modifier and Type Method Description default 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 OperationStepHandler Modifier and Type Class Description classAbstractXmlMarshallingHandlerclassConfigurationPublishHandlerHandler to publish configuration.classGenericSubsystemDescribeHandlerA generic handler recursively creating add operations for a managed resource using it's attributes as the request-parameters.classInterfaceAddHandlerHandler for the interface resource add operation.classInterfaceCriteriaWriteHandlerInterface criteria write-attributeOperationHandlerclassNamespaceAddHandlerHandler for the root resource add-namespace operation.classNamespaceRemoveHandlerHandler for the root resource remove-namespace operation.protected classProcessEnvironment.ProcessNameWriteAttributeHandlerclassProcessReloadHandler<T extends RunningModeControl>Operation handler for process reloads of servers.classProcessStateAttributeHandlerReads the server state.classResolveExpressionHandlerOperation that resolves an expression (but not against the vault) and returns the resolved value.classSchemaLocationAddHandlerHandler for the root resource add-schema-location operation.classSchemaLocationRemoveHandlerHandler for the root resource remove-schema-location operation.classSnapshotDeleteHandlerAn operation that deletes a snapshot of the current configurationclassSnapshotListHandlerAn operation that lists the snapshots taken of the current configurationclassSnapshotTakeHandlerAn operation that takes a snapshot of the current configurationclassValidateAddressOperationHandlerclassValidateOperationHandlerValidates an operationclassXmlFileMarshallingHandlerAOperationStepHandlerthat can output a model in XML file.classXmlMarshallingHandlerAOperationStepHandlerthat can output a model in XML formMethods in org.jboss.as.controller.operations.common that return OperationStepHandler Modifier and Type Method Description OperationStepHandlerProcessEnvironment. getProcessNameReadHandler()Gets anOperationStepHandlerthat can read thenameattribute for a processes root resourceOperationStepHandlerProcessEnvironment. 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 OperationStepHandler Modifier and Type Class Description classGlobalInstallationReportHandlerGlobal operation to build the installation summary of a server or a domain.static classGlobalOperationHandlers.AbstractMultiTargetHandlerstatic classListOperations.ListAddHandlerAdd element to list, with optional index where to put itstatic classListOperations.ListClearHandlerAdd element to list, with optional index where to put itstatic classListOperations.ListGetHandlerAdd element to list, with optional index where to put itstatic classListOperations.ListRemoveHandlerAdd element to list, with optional index where to put itstatic classMapOperations.MapClearHandlerEmpty map, note that is not the same as :undefine(name=name-of-attribute)static classMapOperations.MapGetHandlerGet entry from map:static classMapOperations.MapPutHandlerput entry to mapstatic classMapOperations.MapRemoveHandlerRemove entry from mapclassQueryOperationHandlerclassReadAttributeGroupHandlerOperationStepHandlerreturning the attributes of a resource for a given attribute-group.classReadAttributeGroupNamesHandlerOperationStepHandlerreturning the names of attribute groups of a given model address.classReadAttributeHandlerOperationStepHandlerreading a single attribute at the given operation address.classReadChildrenNamesHandlerOperationStepHandlerquerying the children names of a given "child-type".classReadChildrenResourcesHandlerOperationStepHandlerquerying the children resources of a given "child-type".classReadChildrenTypesHandlerOperationStepHandlerquerying the child types of a given node.classReadConfigAsFeaturesOperationHandlerclassReadFeatureDescriptionHandlerGlobal operation handler that describes the resource as a Galleon feature.classReadOperationDescriptionHandlerOperationStepHandlerreturning the type description of a single operation description.classReadOperationNamesHandlerOperationStepHandlerreturning the names of the defined operations at a given model address.classReadResourceDescriptionHandlerOperationStepHandlerquerying the complete type description of a given model node.classReadResourceHandlerOperationStepHandlerreading a part of the model.classUndefineAttributeHandlerThe undefine-attribute handler, writing an undefined value for a single attribute.classWriteAttributeHandlerOperationStepHandlerwriting a single attribute.Methods in org.jboss.as.controller.operations.global that return OperationStepHandler Modifier and Type Method Description static 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 OperationStepHandler Modifier and Type Class Description classAliasStepHandlerA handler that simply maps an alias onto a target part of the model.Methods in org.jboss.as.controller.registry that return OperationStepHandler Modifier and Type Method Description OperationStepHandlerDelegatingImmutableManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)OperationStepHandlerDelegatingManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)OperationStepHandlerImmutableManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)Get the operation handler at the given address, ornullif none exists.OperationStepHandlerOperationEntry. getOperationHandler()OperationStepHandlerAttributeAccess. getReadHandler()Get the read handler.OperationStepHandlerAttributeAccess. getWriteHandler()Get the write handler.Methods in org.jboss.as.controller.registry with parameters of type OperationStepHandler Modifier and Type Method Description voidDelegatingManagementResourceRegistration. 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 OperationStepHandler Modifier and Type Method Description protected 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 OperationStepHandler Constructor Description AbstractSocketBindingGroupResourceDefinition(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 OperationStepHandler Modifier and Type Class Description classCredentialReferenceWriteAttributeHandlerA write attribute handler that is capable of handling automatic updates of credential stores via credential reference attributes. -
Uses of OperationStepHandler in org.jboss.as.controller.services.path
Classes in org.jboss.as.controller.services.path that implement OperationStepHandler Modifier and Type Class Description classPathAddHandlerHandler for the path resource add operation.classPathInfoHandlerHandler for file usage metric which contains the total size of a folder and the usable space (as in Java nio).classPathRemoveHandlerHandler for the path resource remove operation.classResolvePathHandlerAn operation to resolve a relative-to path.
-