| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAddStepHandler
Base class for
OperationStepHandler implementations that add managed resource. |
class |
AbstractBoottimeAddStepHandler
Base class for
OperationStepHandler implementations that add managed resources and also perform runtime
processing that should only occur during server boot. |
class |
AbstractModelUpdateHandler
Base class for
OperationStepHandler implementations for updating an existing managed resource. |
class |
AbstractRemoveStepHandler
Base class for handlers that remove resources.
|
class |
AbstractRuntimeOnlyHandler
Base class for operations that do nothing in
OperationContext.Stage.MODEL except
register a OperationContext.Stage.RUNTIME step. |
class |
AbstractWriteAttributeHandler<T>
Abstract handler for the write aspect of a
read-write attribute. |
static class |
BootErrorCollector.ListBootErrorsHandler |
class |
CompositeOperationHandler
Handler for the "composite" operation; i.e.
|
class |
ModelOnlyAddStepHandler
A handler for the
add operation that only manipulates the model. |
class |
ModelOnlyRemoveStepHandler
A handler for the
remove operation that only manipulates the model. |
class |
ModelOnlyWriteAttributeHandler
A
write-attribute handler that simply validates the attribute value and stores it in the model. |
class |
NoopOperationStepHandler
A handler that simply calls
OperationContext.completeStep(OperationContext.RollbackHandler) with a
no-op rollback handler. |
class |
ParallelBootOperationStepHandler
Special handler that executes subsystem boot operations in parallel.
|
class |
ProxyStepHandler
Step handler that uses a proxied
ModelController to execute the step. |
class |
ReadResourceNameOperationStepHandler
OperationStepHandler that reads the address of the operation and returns the value of its
last element as the operation result. |
class |
ReloadRequiredAddStepHandler
An handler for an 'add' operation that does nothing in the
runtime stage but put the process in
reload-required state. |
class |
ReloadRequiredRemoveStepHandler
A handler for the "remove" operation that always puts the process in "reload-required" state.
|
class |
ReloadRequiredWriteAttributeHandler
Simple
AbstractWriteAttributeHandler that triggers putting the process in a restart-required state if attribute that
has flag AttributeAccess.Flag.RESTART_JVM otherwise it puts process in
reload-required state. |
class |
RestartParentResourceAddHandler
Simple add handler which, if allowed, restarts a parent resource when the child is added.
|
class |
RestartParentResourceHandlerBase
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
|
class |
RestartParentResourceRemoveHandler
Simple remove handler that, if allowed, restarts a parent resource when a child is removed.
|
class |
RestartParentWriteAttributeHandler
Simple
AbstractWriteAttributeHandler that, if allowed,
restarts a parent resource when a change is made. |
class |
ServiceRemoveStepHandler
Abstract remove step handler that simply removes a service.
|
| Modifier and Type | Field and Description |
|---|---|
OperationStepHandler |
ParsedBootOp.handler |
| Modifier and Type | Method and Description |
|---|---|
protected OperationStepHandler |
AbstractControllerService.createExtraValidationStepHandler() |
OperationStepHandler |
BootErrorCollector.getReadBootErrorsHandler() |
| Modifier and Type | Method and Description |
|---|---|
ResourceBuilder |
ResourceBuilder.addMetric(AttributeDefinition attributeDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addMetrics(OperationStepHandler metricHandler,
AttributeDefinition... attributes) |
void |
OperationContext.addModelStep(org.jboss.dmr.ModelNode response,
org.jboss.dmr.ModelNode operation,
OperationDefinition stepDefinition,
OperationStepHandler stepHandler,
boolean addFirst)
Add a
OperationContext.Stage.MODEL execution step to this operation process,
including descriptive information for the operation. |
void |
OperationContext.addModelStep(OperationDefinition stepDefinition,
OperationStepHandler stepHandler,
boolean addFirst)
Add a
OperationContext.Stage.MODEL execution step to this operation process,
including descriptive information for the operation. |
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler,
boolean inherited) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttribute(AttributeDefinition attributeDefinition,
OperationStepHandler reader,
OperationStepHandler writer) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttributes(OperationStepHandler reader,
OperationStepHandler writer,
AttributeDefinition... attributes) |
void |
OperationContext.addStep(org.jboss.dmr.ModelNode response,
org.jboss.dmr.ModelNode operation,
OperationStepHandler step,
OperationContext.Stage stage)
Add an execution step to this operation process.
|
void |
OperationContext.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.
|
void |
OperationContext.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.
|
void |
OperationContext.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.
|
void |
OperationContext.addStep(OperationStepHandler step,
OperationContext.Stage stage)
Add an execution step to this operation process.
|
void |
OperationContext.addStep(OperationStepHandler step,
OperationContext.Stage stage,
boolean addFirst)
Add an execution step to this operation process.
|
static ResourceBuilder |
ResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
static ResourceBuilder |
ResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationStepHandler describeHandler) |
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep)
Deprecated.
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep,
int lockPermit)
Deprecated.
internal use only and only by legacy test controllers
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep,
int lockPermit)
Deprecated.
internal use only
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
Resource model,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep)
Deprecated.
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep)
Deprecated.
internal use only only for use by legacy test controllers
|
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep) |
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep,
boolean attemptLock) |
protected OperationResponse |
AbstractControllerService.internalExecute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep,
boolean attemptLock,
boolean partialModel) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
protected void |
SimpleResourceDefinition.registerAddOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags)
|
protected void |
SimpleResourceDefinition.registerRemoveOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags)
Deprecated.
|
PersistentResourceDefinition.Parameters |
PersistentResourceDefinition.Parameters.setAddHandler(OperationStepHandler addHandler)
Deprecated.
|
SimpleResourceDefinition.Parameters |
SimpleResourceDefinition.Parameters.setAddHandler(OperationStepHandler addHandler)
Sets the add handler.
|
PersistentResourceDefinition.Parameters |
PersistentResourceDefinition.Parameters.setRemoveHandler(OperationStepHandler removeHandler)
Deprecated.
|
SimpleResourceDefinition.Parameters |
SimpleResourceDefinition.Parameters.setRemoveHandler(OperationStepHandler removeHandler)
Sets the remove handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionAddHandler
Base handler for the extension resource add operation.
|
class |
ExtensionRemoveHandler
Base handler for the extension resource remove operation.
|
class |
ParallelExtensionAddHandler
Special handler that executes extension initialization in parallel.
|
class |
UnsupportedSubsystemDescribeHandler
Handler 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ControllerLogger_$logger.stepHandlerFailed(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause) |
String |
ControllerLogger.stepHandlerFailed(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause)
A message indicating the step handler for the operation failed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHttpInterfaceAddStepHandler
The base add handler for the HTTP Management Interface.
|
protected class |
BaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandler |
class |
BaseNativeInterfaceAddStepHandler
The base add handler for the native management interface.
|
class |
ManagementInterfaceAddStepHandler
The base add handler for management interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default OperationStepHandler |
MultistepUtil.OperationHandlerResolver.getOperationStepHandler(String operationName,
PathAddress address,
org.jboss.dmr.ModelNode operation,
OperationEntry operationEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationPublishHandler
Handler to publish configuration.
|
class |
GenericSubsystemDescribeHandler
A generic handler recursively creating add operations for a managed resource using it's
attributes as the request-parameters.
|
class |
InterfaceAddHandler
Handler for the interface resource add operation.
|
class |
InterfaceCriteriaWriteHandler
Interface criteria write-attribute
OperationHandler |
class |
NamespaceAddHandler
Handler for the root resource add-namespace operation.
|
class |
NamespaceRemoveHandler
Handler for the root resource remove-namespace operation.
|
protected class |
ProcessEnvironment.ProcessNameWriteAttributeHandler |
class |
ProcessReloadHandler<T extends RunningModeControl>
Operation handler for process reloads of servers.
|
class |
ProcessStateAttributeHandler
Reads the server state.
|
class |
ResolveExpressionHandler
Operation that resolves an expression (but not against the vault) and returns the resolved value.
|
class |
SchemaLocationAddHandler
Handler for the root resource add-schema-location operation.
|
class |
SchemaLocationRemoveHandler
Handler for the root resource remove-schema-location operation.
|
class |
SnapshotDeleteHandler
An operation that deletes a snapshot of the current configuration
|
class |
SnapshotListHandler
An operation that lists the snapshots taken of the current configuration
|
class |
SnapshotTakeHandler
An operation that takes a snapshot of the current configuration
|
class |
ValidateAddressOperationHandler |
class |
ValidateOperationHandler
Validates an operation
|
class |
XmlMarshallingHandler
A
OperationStepHandler that can output a model in XML form |
| Modifier and Type | Method and Description |
|---|---|
OperationStepHandler |
ProcessEnvironment.getProcessNameReadHandler()
Gets an
OperationStepHandler that can read the name attribute for a processes root resource |
OperationStepHandler |
ProcessEnvironment.getProcessNameWriteHandler()
Gets an
OperationStepHandler that can write the name attribute for a processes root resource |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalInstallationReportHandler
Global operation to build the installation summary of a server or a domain.
|
static class |
GlobalOperationHandlers.AbstractMultiTargetHandler |
static class |
ListOperations.ListAddHandler
Add element to list, with optional index where to put it
|
static class |
ListOperations.ListClearHandler
Add element to list, with optional index where to put it
|
static class |
ListOperations.ListGetHandler
Add element to list, with optional index where to put it
|
static class |
ListOperations.ListRemoveHandler
Add element to list, with optional index where to put it
|
static class |
MapOperations.MapClearHandler
Empty map, note that is not the same as :undefine(name=name-of-attribute)
|
static class |
MapOperations.MapGetHandler
Get entry from map:
|
static class |
MapOperations.MapPutHandler
put entry to map
|
static class |
MapOperations.MapRemoveHandler
Remove entry from map
|
class |
QueryOperationHandler |
class |
ReadAttributeGroupHandler
OperationStepHandler returning the attributes of a resource for a given attribute-group. |
class |
ReadAttributeGroupNamesHandler
OperationStepHandler returning the names of attribute groups of a given model
address. |
class |
ReadAttributeHandler
OperationStepHandler reading a single attribute at the given operation address. |
class |
ReadChildrenNamesHandler
OperationStepHandler querying the children names of a given "child-type". |
class |
ReadChildrenResourcesHandler
OperationStepHandler querying the children resources of a given "child-type". |
class |
ReadChildrenTypesHandler
OperationStepHandler querying the child types of a given node. |
class |
ReadConfigAsFeaturesOperationHandler |
class |
ReadFeatureDescriptionHandler
Global operation handler that describes the resource as a Galleon feature.
|
class |
ReadOperationDescriptionHandler
OperationStepHandler returning the type description of a single operation description. |
class |
ReadOperationNamesHandler
OperationStepHandler returning the names of the defined operations at a given model address. |
class |
ReadResourceDescriptionHandler
OperationStepHandler querying the complete type description of a given model node. |
class |
ReadResourceHandler
OperationStepHandler reading a part of the model. |
class |
UndefineAttributeHandler
The undefine-attribute handler, writing an undefined value for a single attribute.
|
class |
WriteAttributeHandler
OperationStepHandler writing a single attribute. |
| Modifier and Type | Method and Description |
|---|---|
static OperationStepHandler |
GlobalInstallationReportHandler.createDomainOperation() |
static OperationStepHandler |
ReadFeatureDescriptionHandler.getInstance(ImmutableCapabilityRegistry capabilityRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasStepHandler
A handler that simply maps an alias onto a target part of the model.
|
| Modifier and Type | Method and Description |
|---|---|
OperationStepHandler |
OperationEntry.getOperationHandler() |
OperationStepHandler |
DelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
OperationStepHandler |
DelegatingManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
OperationStepHandler |
ImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName)
Get the operation handler at the given address, or
null if none exists. |
OperationStepHandler |
AttributeAccess.getReadHandler()
Get the read handler.
|
OperationStepHandler |
AttributeAccess.getWriteHandler()
Get the write handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler) |
void |
ManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler)
Records that the given attribute is a metric.
|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler) |
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler)
Register an operation handler for this resource.
|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited) |
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited)
Register an operation handler for this resource.
|
void |
DelegatingManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition,
OperationStepHandler readHandler) |
void |
ManagementResourceRegistration.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.
|
void |
DelegatingManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition,
OperationStepHandler readHandler,
OperationStepHandler writeHandler) |
void |
ManagementResourceRegistration.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getClientMappingsWriteAttributeHandler() |
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getFixedPortWriteAttributeHandler() |
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getInterfaceWriteAttributeHandler() |
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getMulticastAddressWriteAttributeHandler() |
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getMulticastPortWriteAttributeHandler() |
protected abstract OperationStepHandler |
AbstractSocketBindingResourceDefinition.getPortWriteAttributeHandler() |
| Constructor and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialReferenceWriteAttributeHandler
A write attribute handler that is capable of handling automatic updates of credential stores via
credential reference attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathAddHandler
Handler for the path resource add operation.
|
class |
PathInfoHandler
Handler for file usage metric which contains the total size of a folder and the usable space (as in Java nio).
|
class |
PathRemoveHandler
Handler for the path resource remove operation.
|
class |
ResolvePathHandler
An operation to resolve a relative-to path.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.