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.
|
class |
ServiceVerificationHandler
Deprecated.
has no function and will be removed in a later release
|
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) |
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.
|
SimpleResourceDefinition.Parameters |
SimpleResourceDefinition.Parameters.setAddHandler(OperationStepHandler addHandler)
Sets the add handler.
|
PersistentResourceDefinition.Parameters |
PersistentResourceDefinition.Parameters.setAddHandler(OperationStepHandler addHandler) |
SimpleResourceDefinition.Parameters |
SimpleResourceDefinition.Parameters.setRemoveHandler(OperationStepHandler removeHandler)
Sets the remove handler.
|
PersistentResourceDefinition.Parameters |
PersistentResourceDefinition.Parameters.setRemoveHandler(OperationStepHandler removeHandler) |
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.stepHandlerFailed(OperationStepHandler handler)
A message indicating the step handler failed after completion.
|
String |
ControllerLogger_$logger.stepHandlerFailed(OperationStepHandler handler) |
String |
ControllerLogger.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause)
A message indicating the step handler for the operation failed handling operation rollback.
|
String |
ControllerLogger_$logger.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause) |
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 |
AbstractSocketBindingGroupAddHandler
Abstract superclass of handlers for the socket-binding-group resource's add operation.
|
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 |
InterfaceRemoveHandler
Handler for the path resource remove operation.
|
class |
NamespaceAddHandler
Handler for the root resource add-namespace operation.
|
class |
NamespaceRemoveHandler
Handler for the root resource remove-namespace operation.
|
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 |
SocketBindingGroupRemoveHandler
Handler for the socket-binding-group resource's remove operation on a server.
|
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 |
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() |
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 |
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 |
DelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
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) |
AbstractSocketBindingResourceDefinition(OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Class and Description |
---|---|
class |
PathAddHandler
Handler for the path resource add operation.
|
class |
PathRemoveHandler
Handler for the path resource remove operation.
|
class |
ResolvePathHandler
An operation to resolve a relative-to path.
|
Modifier and Type | Class and Description |
---|---|
class |
SubsystemDescriptionDump |
Modifier and Type | Class and Description |
---|---|
class |
ApplyExtensionsHandler
Step handler responsible for adding the extensions as part of the host registration process.
|
class |
DomainIncludesValidationWriteAttributeHandler
Write attribute handler to trigger validation when something in the domain model involving includes has changed
|
class |
DomainModelIncludesValidator
Handler validating that "including" resources don't involve cycles
and that including resources don't involve children that override the included resources.
|
class |
DomainSocketBindingGroupRemoveHandler
Handler for the socket-binding-group resource's remove operation.
|
class |
FetchMissingConfigurationHandler
Executed on the DC when a slave's host requests more data for a given server group.
|
class |
GenericModelDescribeOperationHandler
A generic model "describe" handler, returning a list of operations which is needed to create an equivalent model.
|
class |
HostProcessReloadHandler |
class |
LocalHostNameOperationHandler |
class |
ProfileAddHandler |
class |
ProfileCloneHandler |
class |
ProfileDescribeHandler
Outputs the profile as a series of operations needed to construct the profile
|
class |
ProfileModelDescribeHandler
This profile describe handler branches off to the actual subsystem describe operations, however keeping the addresses
consistent with the generic model describe handler.
|
class |
ProfileRemoveHandler |
class |
ReadMasterDomainModelHandler
Step handler responsible for collecting a complete description of the domain model,
which is going to be sent back to a remote host-controller.
|
class |
ReadMasterDomainOperationsHandler
Handler returning the operations needed to recreate the current model.
|
class |
ResolveExpressionOnDomainHandler
Operation that resolves an expression (but not against the vault) and returns the resolved value.
|
class |
ServerGroupAddHandler |
class |
ServerGroupRemoveHandler |
class |
SocketBindingGroupAddHandler
Handler for the domain socket-binding-group resource's add operation.
|
class |
SyncDomainModelOperationHandler
Operation handler synchronizing the domain model.
|
class |
SyncModelOperationHandlerWrapper
Generic wrapper for certain slave host operations to determine whether there is missing or not needed configuration
and adds steps to automatically sync with the domain controller.
|
class |
SyncServerGroupOperationHandler
This operation handler is only getting executed on a slave host-controller, synchronizing the model for a
single server or server-group, which gets executed when a part of the model is missing.
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
ServerGroupAddHandler.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
SocketBindingGroupResourceDefinition.createIncludesValidationHandler() |
static OperationStepHandler |
SyncModelOperationHandlerWrapper.wrapHandler(String localHostName,
String operationName,
PathAddress address,
OperationEntry entry)
Wrap an
OperationStepHandler in case it targets addresses, which may need to fetch missing configuration
from the master. |
Modifier and Type | Class and Description |
---|---|
class |
DomainRolloutStepHandler
Formulates a rollout plan, invokes the proxies to execute it on the servers.
|
class |
DomainSlaveHandler
Executes the first phase of a two phase operation on one or more remote, slave host controllers.
|
class |
PrepareStepHandler
Initial step handler for a
ModelController that is the model controller for a host controller. |
class |
ServerOperationsResolverHandler
Adds to the localResponse the server-level operations needed to effect the given domain/host operation on the
servers controlled by this host.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerGroupDeploymentAddHandler
Handles addition of a deployment to a server group.
|
class |
ServerGroupDeploymentDeployHandler
Handles deployment into the runtime.
|
class |
ServerGroupDeploymentRedeployHandler
Handles redeployment in the runtime.
|
class |
ServerGroupDeploymentRemoveHandler
Handles removal of a deployment from the model.
|
class |
ServerGroupDeploymentReplaceHandler
Handles replacement in the runtime of one deployment by another.
|
class |
ServerGroupDeploymentUndeployHandler
Handles undeployment from the runtime.
|
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
ProfileResourceDefinition.createIncludesValidationHandler() |
static OperationStepHandler |
ServerGroupResourceDefinition.createRestartRequiredHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getClientMappingsWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getFixedPortWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getInterfaceWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getMulticastAddressWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getMulticastPortWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getPortWriteAttributeHandler() |
Modifier and Type | Class and Description |
---|---|
class |
AccessAuthorizationCombinationPolicyWriteAttributeHandler
An
OperationStepHandler handling write updates to the 'permission-combination-policy'
attribute. |
class |
AccessAuthorizationDomainSlaveConfigHandler
Internal op called.
|
class |
IsCallerInRoleOperation
A
ResourceDefinition representing an individual role mapping. |
class |
PrincipalAdd
A
OperationStepHandler for adding principals to the include / exclude list. |
class |
PrincipalRemove
A
OperationStepHandler for removing principals from the include / exclude list. |
class |
RbacSanityCheckOperation
An
OperationStepHandler to be executed at the end of stage MODEL to identify SOME situations where configuration
would lock out all remote access. |
class |
RoleIncludeAllWriteAttributeHander
A
OperationStepHandler for writing the include-all attribute. |
class |
RoleMappingAdd
A
OperationStepHandler for adding a role mapping. |
class |
RoleMappingNotRequiredHandler
An
OperationStepHandler to be executed at the end of stage MODEL to confirm that a role mapping does not exist. |
class |
RoleMappingRemove
A
OperationStepHandler for adding a role mapping. |
class |
ScopedRoleRequiredHandler
An
OperationStepHandler to be executed at the end of stage MODEL to confirm that a scoped role of the name specified
does exist. |
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
IsCallerInRoleOperation.create(Authorizer authorizer) |
static OperationStepHandler |
RoleMappingRemove.create(WritableAuthorizerConfiguration authorizerConfiguration) |
static OperationStepHandler |
RoleMappingAdd.create(WritableAuthorizerConfiguration authorizerConfiguration,
boolean domainMode) |
static OperationStepHandler |
PrincipalRemove.createForExclude(WritableAuthorizerConfiguration authorizerConfiguration) |
static OperationStepHandler |
PrincipalAdd.createForExclude(WritableAuthorizerConfiguration authorizerConfiguration) |
static OperationStepHandler |
PrincipalRemove.createForInclude(WritableAuthorizerConfiguration authorizerConfiguration) |
static OperationStepHandler |
PrincipalAdd.createForInclude(WritableAuthorizerConfiguration authorizerConfiguration) |
Constructor and Description |
---|
FileAuditLogHandlerResourceDefinition(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Class and Description |
---|---|
class |
LdapConnectionAddHandler
Handler for adding ldap management connections.
|
class |
LdapConnectionRemoveHandler
Handler for removing ldap management connections.
|
class |
LdapConnectionWriteAttributeHandler
Handler for updating attributes of ldap management connections.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelActiveOperationHandler
OperationStepHandler to cancel an
active operation . |
class |
CancelNonProgressingOperationHandler
OperationStepHandler that looks for and cancels a single operation that is in
execution status OperationContext.ExecutionStatus.AWAITING_STABILITY
and has been executing in that status for longer than a specified timeout seconds. |
class |
FindNonProgressingOperationHandler
OperationStepHandler that looks for and returns the id of single operation that is in
execution status OperationContext.ExecutionStatus.AWAITING_STABILITY
and has been executing in that status for longer than a specified timeout seconds. |
class |
SecureOperationReadHandler
Handler for reading the 'operation' and 'address' fields of an active operation that
ensures that responses are elided if the caller does not have rights to address the
operation's target.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationValidatingHandler
A
OperationStepHandler to validate the number of authorization definitions for a security realm. |
class |
KeytabTestHandler
The
OperationStepHandler to test a keytab can successfully be used to obtain a Kerberos ticket. |
class |
SecurityRealmAddHandler
Handler to add security realm definitions and register the service.
|
class |
SecurityRealmChildAddHandler
Add handler for a child resource of a management security realm.
|
class |
SecurityRealmChildRemoveHandler
Remove handler for a child resource of a management security realm.
|
class |
SecurityRealmChildWriteAttributeHandler
Attribute write handler for a child resource of a management security realm.
|
class |
SecurityRealmRemoveHandler
Handler to remove security realm definitions and remove the service.
|
class |
UserAddHandler
Add step handler for a user resource in the users-in-domain-config authentication mechanism.
|
class |
UserRemoveHandler
Remove handler for for a user resource in the users-in-domain-config authentication mechanism.
|
class |
UserWriteAttributeHandler
Attribute write step handler for a user resource in the users-in-domain-config authentication mechanism.
|
class |
WhoAmIOperation
The OperationStepHandler for the whoami operation.
|
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
WhoAmIOperation.createOperation(Authorizer authorizer) |
Modifier and Type | Method and Description |
---|---|
protected OperationStepHandler |
DomainModelControllerService.createExtraValidationStepHandler() |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.execute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.execute(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step)
Execute the operation.
|
OperationResponse |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.executeAndAttemptLock(Operation operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step) |
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.executeReadOnly(org.jboss.dmr.ModelNode operation,
OperationStepHandler handler,
ModelController.OperationTransactionControl control)
Execute an operation using the current management model.
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.executeReadOnly(org.jboss.dmr.ModelNode operation,
Resource model,
OperationStepHandler handler,
ModelController.OperationTransactionControl control)
Execute an operation using given resource model.
|
org.jboss.dmr.ModelNode |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step,
int permit) |
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationStepHandler step,
int permit)
Join an existing operation
|
Modifier and Type | Class and Description |
---|---|
class |
JVMRemoveHandler
OperationHandler for the jvm resource remove operation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoveryOptionAddHandler
Abstract superclass of handlers for a discovery option resource's add operation.
|
class |
AbstractDiscoveryOptionRemoveHandler
Abstract superclass of handlers for a discovery option resource's remove operation.
|
class |
DiscoveryOptionAddHandler
Handler for the discovery option resource's add operation.
|
class |
DiscoveryOptionRemoveHandler
Handler for a discovery resource's remove operation.
|
class |
DiscoveryOptionsReadAttributeHandler |
class |
DiscoveryWriteAttributeHandler
Handles changes to the options attribute containing the list
of custom and static descovery options.
|
class |
HostModelRegistrationHandler
The handler to add the local host definition to the DomainModel.
|
class |
HostShutdownHandler
Stops a host.
|
class |
HostSpecifiedInterfaceAddHandler
Handler for adding a fully specified interface to a host.
|
class |
HostSpecifiedInterfaceRemoveHandler
Handler for removing a fully-specified interface.
|
class |
HostXmlMarshallingHandler
Host.xml-specific version of the superclass.
|
class |
HttpManagementWriteAttributeHandler
OperationStepHandler for changing attributes on the native management interface. |
class |
IsMasterHandler
Indicates whether this host is the domain master.
|
class |
LocalDomainControllerAddHandler |
class |
LocalDomainControllerRemoveHandler |
class |
NativeManagementWriteAttributeHandler
OperationStepHandler for changing attributes on the native management interface. |
class |
RemoteDomainControllerAddHandler |
class |
RemoteDomainControllerRemoveHandler |
class |
ResolveExpressionOnHostHandler
Operation that resolves an expression (but not against the vault) and returns the resolved value.
|
class |
ServerAddHandler
OperationHandler adding a new server configuration. |
class |
ServerProcessHandlers |
static class |
ServerProcessHandlers.ServerDestroyHandler |
static class |
ServerProcessHandlers.ServerKillHandler |
class |
ServerReloadHandler |
class |
ServerRemoveHandler
OperationHandler removing an existing server configuration. |
class |
ServerRestartHandler
Restarts a server.
|
class |
ServerRestartRequiredServerConfigWriteAttributeHandler
Writes the group and socket-binding-group attributes of a server group and validates the new value.
|
class |
ServerStartHandler
Starts a server.
|
class |
ServerStatusHandler
OperationHandler determining the status of a server. |
class |
ServerStopHandler
Stops a server.
|
class |
StartServersHandler
Starts or reconnect all auto-start servers (at boot).
|
class |
StaticDiscoveryAddHandler
Handler for the static discovery option resource's add operation.
|
class |
StaticDiscoveryRemoveHandler
Handler for a static discovery resource's remove operation.
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
HttpManagementWriteAttributeHandler.INSTANCE |
static OperationStepHandler |
ServerRestartRequiredServerConfigWriteAttributeHandler.INSTANCE |
static OperationStepHandler |
NativeManagementWriteAttributeHandler.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
JMXSubsystemRemove
Removes the remoting subsystem
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedDMRContentAddHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
class |
ManagedDMRContentRemoveHandler
Remove handler for a resource that represents a named bit of re-usable DMR.
|
class |
ManagedDMRContentStoreHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
class |
ManagedDMRContentTypeAddHandler
Add handler for a resource that represents the parent node for a tree of child resources each of
which represents a named bit of re-usable DMR.
|
class |
ManagedDMRContentWriteAttributeHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
ModelTestModelControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep) |
protected org.jboss.dmr.ModelNode |
ModelTestKernelServicesImpl.internalExecute(org.jboss.dmr.ModelNode operation,
OperationStepHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
LocalAgeoutHistoryHandler
This handler removes the part of the history which is inactive.
|
class |
LocalPatchOperationStepHandler |
class |
LocalPatchRollbackHandler |
class |
LocalPatchRollbackLastHandler |
class |
LocalShowHistoryHandler |
class |
PatchInfoHandler
This handler returns the info about specific patch
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
LocalPatchOperationStepHandler.INSTANCE |
static OperationStepHandler |
LocalShowHistoryHandler.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
CompilationMXBeanReadResourceHandler
Handles read-resource for the resource representing
CompilationMXBean . |
class |
MemoryMXBeanGCHandler
Executes the
MemoryMXBean.gc() method. |
class |
MemoryPoolMXBeanReadResourceHandler
Handles read-resource for the resource representing
MemoryPoolMXBean . |
class |
MemoryPoolMXBeanResetPeakUsageHandler
Executes the
MemoryMXBean.gc() method. |
class |
OperatingSystemMXBeanReadResourceHandler
Handles read-resource for the resource representing
OperatingSystemMXBean . |
class |
PlatformLoggingMXBeanGetLoggerLevelHandler
Executes the
java.lang.management.PlatformLoggingMXBean.getLoggerLevel(String loggerName) method. |
class |
PlatformLoggingMXBeanGetParentLoggerNameHandler
Executes the
java.lang.management.PlatformLoggingMXBean.getParentLoggerName(String loggerName) method. |
class |
PlatformLoggingMXBeanSetLoggerLevelHandler
Executes the
java.lang.management.PlatformLoggingMXBean.setLoggerLevel(String loggerName, String levelName) method. |
class |
RuntimeMXBeanReadResourceHandler
Handles read-resource for the resource representing
RuntimeMXBean . |
class |
ThreadMXBeanCpuTimeHandler
Executes the
ThreadMXBean.getThreadCpuTime(long) method. |
class |
ThreadMXBeanDumpAllThreadsHandler
Executes the
ThreadMXBean.dumpAllThreads(boolean, boolean) method. |
class |
ThreadMXBeanFindDeadlockedThreadsHandler
Executes the
ThreadMXBean.findDeadlockedThreads() method. |
class |
ThreadMXBeanFindMonitorDeadlockedThreadsHandler
Executes the
ThreadMXBean.findMonitorDeadlockedThreads() method. |
class |
ThreadMXBeanReadResourceHandler
Handles read-resource for the resource representing
ThreadMXBean . |
class |
ThreadMXBeanResetPeakThreadCountHandler
Executes the
ThreadMXBean.resetPeakThreadCount() method. |
class |
ThreadMXBeanThreadInfoHandler
Executes the
ThreadMXBean getThreadInfo methods that return a single thread id. |
class |
ThreadMXBeanThreadInfosHandler
Executes the
ThreadMXBean getThreadInfo methods that return an array
of thread ids. |
class |
ThreadMXBeanUserTimeHandler
Executes the
ThreadMXBean.getThreadUserTime(long) method. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorAdd
Add a connector to a remoting container.
|
class |
ConnectorRemove
Removes a connector from the remoting container.
|
class |
HttpConnectorAdd
Add a connector to a remoting container.
|
class |
HttpConnectorRemove
Removes a connector from the remoting container.
|
class |
RemotingEndpointAdd |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeploymentChainStep
A step handler for a deployment chain step which adds a processor to the deployment chain.
|
class |
DeployerChainAddHandler |
Modifier and Type | Class and Description |
---|---|
class |
ModuleInfoHandler |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DeploymentResourceDefinition.registerAddOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags) |
protected void |
ServerDeploymentResourceDefinition.registerAddOperation(ManagementResourceRegistration registration,
OperationStepHandler handler,
OperationEntry.Flag... flags) |
Constructor and Description |
---|
DeploymentResourceDefinition(DeploymentResourceDefinition.DeploymentResourceParent parent,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeploymentUploadHandler
Base class for operation handlers that can handle the upload of deployment content.
|
class |
DeploymentAddHandler
Handles addition of a deployment to the model.
|
class |
DeploymentDeployHandler
Handles deployment into the runtime.
|
class |
DeploymentFullReplaceHandler
Handles replacement in the runtime of one deployment by another.
|
class |
DeploymentRedeployHandler
Handles redeployment in the runtime.
|
class |
DeploymentRemoveHandler
Handles removal of a deployment from the model.
|
class |
DeploymentReplaceHandler
Handles replacement in the runtime of one deployment by another.
|
class |
DeploymentStatusHandler |
class |
DeploymentUndeployHandler
Handles undeployment from the runtime.
|
class |
DeploymentUploadBytesHandler
Handler for the upload-deployment-bytes operation.
|
class |
DeploymentUploadStreamAttachmentHandler
Handler for the upload-deployment-stream operation.
|
class |
DeploymentUploadURLHandler
Handler for the upload-deployment-url operation.
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
DeploymentStatusHandler.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentScannerSubsystemAdd
Handles the addition of the deployment scanning subsystem.
|
class |
FileSystemDeploymentScanHandler
Operation handler to run a single scan by a DeploymentScanner.
|
class |
WriteDeploymentTimeoutAttributeHandler
Update the 'deployment-timeout' attribute on a
DeploymentScanner . |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentOverlayAdd |
class |
DeploymentOverlayContentAdd |
class |
DeploymentOverlayContentRemove
Handles removal of a deployment overlay content from the model.
|
class |
DeploymentOverlayDeploymentAdd |
class |
ReadContentHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstallationReporter
Base class to build a report of the current instance installation.
|
class |
CleanObsoleteContentHandler
Handler to clean obsolete contents from the content repository.
|
class |
DumpServicesHandler
Handler that dumps all services in the server container
|
class |
HttpManagementAddHandler
A handler that activates the HTTP management API on a Server.
|
class |
HttpManagementRemoveHandler
Removes the HTTP management interface.
|
class |
InstallationReportHandler
Handler to produce a summary of the current server installation.
|
class |
InstanceUuidReadHandler
Handler to read the UUID of the instance.
|
class |
LaunchTypeHandler
Reports the server launch type
|
class |
NativeManagementAddHandler
The Add handler for the Native Interface when running a standalone server.
|
class |
NativeManagementRemoveHandler
Removes the native management interface.
|
class |
NativeRemotingManagementAddHandler
The Add handler for the Native Remoting Interface when running a standalone server.
|
class |
NativeRemotingManagementRemoveHandler
The remove handler for the Native Remoting Interface when running a standalone server.
|
class |
ProcessTypeHandler
Reports the process type
|
class |
RunningModeReadHandler
Reports the current server
RunningMode . |
class |
ServerDomainProcessReloadHandler
Custom reload handler updating the operation-id before reconnecting to the HC.
|
class |
ServerDomainProcessShutdownHandler
Handler that starts a graceful shutdown in domain mode.
|
class |
ServerProcessReloadHandler |
class |
ServerProcessStateHandler
Operation handlers responsible for putting the server in either the reload or restart-required state.
|
class |
ServerRestartRequiredHandler
Deprecated.
|
class |
ServerResumeHandler
Handler that suspends server operations
|
class |
ServerShutdownHandler
Handler that shuts down the standalone server.
|
class |
ServerSuspendHandler
Handler that suspends server operations
|
static class |
ServerVersionOperations.DefaultEmptyListAttributeHandler |
class |
SetServerGroupHostHandler
Handler for operation run by Host Controller during boot to pass in the server group and host name.
|
class |
SuspendStateReadHandler
Reports the current server
SuspendController.State |
class |
SystemPropertyAddHandler
Operation handler for adding domain/host and server system properties.
|
class |
SystemPropertyRemoveHandler
Handler for system property remove operations.
|
class |
SystemPropertyValueWriteAttributeHandler
Handles changes to the value of a system property.
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
ServerVersionOperations.DefaultEmptyListAttributeHandler.INSTANCE |
static OperationStepHandler |
ServerProcessStateHandler.SET_RELOAD_REQUIRED_HANDLER |
static OperationStepHandler |
ServerProcessStateHandler.SET_RESTART_REQUIRED_HANDLER |
Modifier and Type | Class and Description |
---|---|
class |
BindingAddHandler
Handler for the server and host model socket-binding resource's add operation.
|
class |
BindingFixedPortHandler
Handler for changing the fixed-port setting on a socket binding.
|
class |
BindingGroupAddHandler
Handler for the server socket-binding-group resource's add operation.
|
class |
BindingInterfaceHandler
Handler for changing the interface on a socket binding.
|
static class |
BindingMetricHandlers.BoundAddressHandler |
static class |
BindingMetricHandlers.BoundHandler |
static class |
BindingMetricHandlers.BoundPortHandler |
class |
BindingMulticastAddressHandler
Handler for changing the interface on a socket binding.
|
class |
BindingMulticastPortHandler
Handler for changing the multicast-port on a socket binding.
|
class |
BindingPortHandler
Handler for changing the port on a socket binding.
|
class |
BindingRemoveHandler
Handler for the server and host model socket-binding resource's remove operation.
|
class |
ClientMappingsHandler
Handler for changing the client mappings on a socket binding.
|
class |
LocalDestinationOutboundSocketBindingAddHandler
Handles "add" operation for a local-destination outbound-socket-binding
|
class |
NetworkInterfaceRuntimeHandler
OperationStepHandler for the runtime attributes of a network interface. |
class |
RemoteDestinationOutboundSocketBindingAddHandler
Handles "add" operation for remote-destination outbound-socket-binding
|
class |
SocketBindingAddHandler
Handler for the socket-binding resource's add operation.
|
class |
SocketBindingRemoveHandler
Handler for the socket-binding resource's remove operation.
|
class |
SpecifiedInterfaceAddHandler
Handler for adding a fully specified interface.
|
class |
SpecifiedInterfaceRemoveHandler
Handler for removing a fully-specified interface.
|
class |
SpecifiedInterfaceResolveHandler
Handler that resolves an interface criteria to actual IP addresses in order to allow clients to check the validity
of the configuration.
|
Modifier and Type | Field and Description |
---|---|
static OperationStepHandler |
NetworkInterfaceRuntimeHandler.INSTANCE |
static OperationStepHandler |
BindingMetricHandlers.BoundHandler.INSTANCE |
static OperationStepHandler |
BindingMetricHandlers.BoundAddressHandler.INSTANCE |
static OperationStepHandler |
BindingMetricHandlers.BoundPortHandler.INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected OperationStepHandler |
SocketBindingResourceDefinition.getClientMappingsWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getFixedPortWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getInterfaceWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getMulticastAddressWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getMulticastPortWriteAttributeHandler() |
protected OperationStepHandler |
SocketBindingResourceDefinition.getPortWriteAttributeHandler() |
Constructor and Description |
---|
OutboundSocketBindingResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Class and Description |
---|---|
class |
VaultAddHandler
Handler for the Vault
|
class |
VaultRemoveHandler
Handler for the vault remove operation.
|
class |
VaultWriteAttributeHandler
Write attribute handler for attributes that update the core security vault resource.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedQueueThreadPoolAdd
Adds a bounded queue thread pool.
|
class |
BoundedQueueThreadPoolMetricsHandler
Handles metrics for a bounded queue thread pool.
|
class |
BoundedQueueThreadPoolRemove
Removes a bounded queue thread pool.
|
class |
BoundedQueueThreadPoolWriteAttributeHandler
Handles attribute writes for a bounded queue thread pool.
|
class |
QueuelessThreadPoolAdd
Adds a queueless thread pool.
|
class |
QueuelessThreadPoolMetricsHandler
Handles metrics for a queueless thread pool.
|
class |
QueuelessThreadPoolRemove
Removes a queueless thread pool.
|
class |
QueuelessThreadPoolWriteAttributeHandler
Handles attribute writes for a queueless thread pool.
|
class |
ScheduledThreadPoolAdd
Adds a scheduled thread pool.
|
class |
ScheduledThreadPoolMetricsHandler
Handles metrics for a scheduled thread pool.
|
class |
ScheduledThreadPoolRemove
Removes a scheduled thread pool.
|
class |
ScheduledThreadPoolWriteAttributeHandler
Handles attribute writes for a scheduled thread pool.
|
class |
ThreadFactoryAdd
Adds a thread factory to the threads subsystem.
|
class |
ThreadFactoryWriteAttributeHandler
Handles attribute writes for a thread factory.
|
class |
ThreadPoolMetricsHandler
Base class for operation step handlers that expose thread pool resource metrics.
|
class |
ThreadsWriteAttributeOperationHandler
Abstract superclass for write-attribute operation handlers for the threads subsystem.
|
class |
UnboundedQueueThreadPoolAdd
Adds an unbounded queue thread pool.
|
class |
UnboundedQueueThreadPoolMetricsHandler
Handles metrics for an unbounded queue thread pool.
|
class |
UnboundedQueueThreadPoolRemove
Removes an unbounded queue thread pool.
|
class |
UnboundedQueueThreadPoolWriteAttributeHandler
Handles attribute writes for an unbounded queue thread pool.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.