| Package | Description |
|---|---|
| org.jboss.as.controller | |
| 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) |
ServiceRemoveStepHandler(AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities) |
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation) |
ServiceRemoveStepHandler(org.jboss.msc.service.ServiceName baseServiceName,
AbstractAddStepHandler addOperation,
RuntimeCapability... unavailableCapabilities) |
| 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.