| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.management | |
| org.jboss.as.controller.operations.common |
| 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)
Creates a
ServiceRemoveStepHandler. |
ServiceRemoveStepHandler(AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities)
Deprecated.
|
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation)
Creates a
ServiceRemoveStepHandler. |
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHttpInterfaceAddStepHandler
The base add handler for the HTTP Management Interface.
|
class |
BaseNativeInterfaceAddStepHandler
The base add handler for the native management interface.
|
class |
ManagementInterfaceAddStepHandler
The base add handler for management interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceAddHandler
Handler for the interface resource add operation.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.