Modifier and Type | Class and Description |
---|---|
class |
AbstractBoottimeAddStepHandler
Base class for
OperationStepHandler implementations that add managed resources and also perform runtime
processing that should only occur during server boot. |
class |
ModelOnlyAddStepHandler
A handler for the
add operation that only manipulates the model. |
class |
ReloadRequiredAddStepHandler
An handler for an 'add' operation that does nothing in the
runtime stage but put the process in
reload-required state. |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleResourceDefinition.registerAddOperation(ManagementResourceRegistration registration,
AbstractAddStepHandler handler,
OperationEntry.Flag... flags)
Registers add operation
Registers add operation
|
ResourceBuilder |
ResourceBuilder.setAddOperation(AbstractAddStepHandler handler) |
Constructor and Description |
---|
ServiceRemoveStepHandler(AbstractAddStepHandler addOperation) |
ServiceRemoveStepHandler(AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities)
Creates a
ServiceRemoveStepHandler . |
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation)
Creates a
ServiceRemoveStepHandler . |
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities)
Creates a
ServiceRemoveStepHandler . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketBindingGroupAddHandler
Abstract superclass of handlers for the socket-binding-group resource's add operation.
|
class |
InterfaceAddHandler
Handler for the interface resource add operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileAddHandler |
class |
ServerGroupAddHandler |
class |
SocketBindingGroupAddHandler
Handler for the domain socket-binding-group resource's add operation.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FileAuditLogHandlerResourceDefinition.FileAuditLogHandlerAddHandler |
protected static class |
InMemoryAuditLogHandlerResourceDefinition.InMemoryAuditLogHandlerAddHandler |
protected static class |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.PeriodicRotatingFileAuditLogHandlerAddHandler |
protected static class |
SizeRotatingFileAuditLogHandlerResourceDefinition.SizeRotatingFileAuditLogHandlerAddHandler |
Modifier and Type | Class and Description |
---|---|
class |
LdapConnectionAddHandler
Handler for adding ldap management connections.
|
Modifier and Type | Class and Description |
---|---|
class |
UserAddHandler
Add step handler for a user resource in the users-in-domain-config authentication mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoveryOptionAddHandler
Abstract superclass of handlers for a discovery option resource's add operation.
|
class |
DiscoveryOptionAddHandler
Handler for the discovery option resource's add operation.
|
class |
HostSpecifiedInterfaceAddHandler
Handler for adding a fully specified interface to a host.
|
class |
ServerAddHandler
OperationHandler adding a new server configuration. |
class |
StaticDiscoveryAddHandler
Handler for the static discovery option resource's add operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedDMRContentAddHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorAdd
Add a connector to a remoting container.
|
class |
HttpConnectorAdd
Add a connector to a remoting container.
|
class |
RemotingEndpointAdd |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentScannerSubsystemAdd
Handles the addition of the deployment scanning subsystem.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentOverlayAdd |
class |
DeploymentOverlayContentAdd |
class |
DeploymentOverlayDeploymentAdd |
Modifier and Type | Class and Description |
---|---|
class |
HttpManagementAddHandler
A handler that activates the HTTP management API on a Server.
|
class |
NativeManagementAddHandler
The Add handler for the Native Interface when running a standalone server.
|
class |
NativeRemotingManagementAddHandler
The Add handler for the Native Remoting Interface when running a standalone server.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingAddHandler
Handler for the server and host model socket-binding resource's add operation.
|
class |
BindingGroupAddHandler
Handler for the server socket-binding-group resource's add operation.
|
class |
LocalDestinationOutboundSocketBindingAddHandler
Handles "add" operation for a local-destination outbound-socket-binding
|
class |
RemoteDestinationOutboundSocketBindingAddHandler
Handles "add" operation for remote-destination outbound-socket-binding
|
class |
SocketBindingAddHandler
Handler for the socket-binding resource's add operation.
|
class |
SpecifiedInterfaceAddHandler
Handler for adding a fully specified interface.
|
Modifier and Type | Class and Description |
---|---|
class |
VaultAddHandler
Handler for the Vault
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedQueueThreadPoolAdd
Adds a bounded queue thread pool.
|
class |
QueuelessThreadPoolAdd
Adds a queueless thread pool.
|
class |
ScheduledThreadPoolAdd
Adds a scheduled thread pool.
|
class |
ThreadFactoryAdd
Adds a thread factory to the threads subsystem.
|
class |
UnboundedQueueThreadPoolAdd
Adds an unbounded queue thread pool.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.