| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefinition.addCapabilityRequirements(OperationContext context,
org.jboss.dmr.ModelNode attributeValue)
Deprecated.
|
void |
PrimitiveListAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
AttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue)
Based on the given attribute value, add capability requirements.
|
void |
StringListAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectListAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
SimpleMapAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectMapAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
SimpleListAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectTypeAttributeDefinition.addCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
CapabilityReferenceRecorder.addCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues)
Registers capability requirement information to the given context.
|
void |
CapabilityReferenceRecorder.ContextDependencyRecorder.addCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues)
Registers capability requirement information to the given context.
|
void |
CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder.addCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues) |
protected boolean |
RestartParentWriteAttributeHandler.applyUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode resolvedValue,
org.jboss.dmr.ModelNode currentValue,
AbstractWriteAttributeHandler.HandbackHolder<org.jboss.dmr.ModelNode> handbackHolder) |
protected abstract boolean |
AbstractWriteAttributeHandler.applyUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode resolvedValue,
org.jboss.dmr.ModelNode currentValue,
AbstractWriteAttributeHandler.HandbackHolder<T> handbackHolder)
Hook to allow subclasses to make runtime changes to effect the attribute value change.
|
protected boolean |
ReloadRequiredWriteAttributeHandler.applyUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode resolvedValue,
org.jboss.dmr.ModelNode currentValue,
AbstractWriteAttributeHandler.HandbackHolder<Void> voidHandback) |
protected boolean |
ModelOnlyWriteAttributeHandler.applyUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode resolvedValue,
org.jboss.dmr.ModelNode currentValue,
AbstractWriteAttributeHandler.HandbackHolder<Void> handbackHolder) |
protected Resource |
AbstractAddStepHandler.createResource(OperationContext context)
Create the
Resource that the AbstractAddStepHandler.execute(OperationContext, ModelNode)
method operates on. |
protected Resource |
AbstractAddStepHandler.createResource(OperationContext context,
org.jboss.dmr.ModelNode operation)
Create the
Resource that the AbstractAddStepHandler.execute(OperationContext, ModelNode)
method operates on. |
void |
ParallelBootOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
CompositeOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AbstractRemoveStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
NoopOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ProxyStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
RestartParentResourceHandlerBase.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadResourceNameOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AbstractWriteAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
OperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step.
|
void |
AbstractModelUpdateHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
{@inheritDoc
|
void |
BootErrorCollector.ListBootErrorsHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AbstractRuntimeOnlyHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Simply adds a
OperationContext.Stage.RUNTIME step that calls
AbstractRuntimeOnlyHandler.executeRuntimeStep(OperationContext, ModelNode). |
void |
AbstractAddStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
{@inheritDoc
|
protected abstract void |
AbstractRuntimeOnlyHandler.executeRuntimeStep(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step in
OperationContext.Stage.RUNTIME. |
protected void |
AbstractWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue,
Resource model)
Hook to allow subclasses to do any final
OperationContext.Stage.MODEL processing following the
application of the new attribute value. |
protected RuntimeCapability |
CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder.getDependentCapability(OperationContext context) |
static BlockingTimeout |
BlockingTimeout.Factory.getDomainBlockingTimeout(OperationContext context)
Gets any blocking timeout associated with the current context.
|
static BlockingTimeout |
BlockingTimeout.Factory.getProxyBlockingTimeout(OperationContext context)
Gets any blocking timeout associated with the current context.
|
protected String |
CapabilityReferenceRecorder.ContextDependencyRecorder.getRequirementName(OperationContext context,
Resource resource,
String attributeValue) |
protected String |
CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder.getRequirementName(OperationContext context,
Resource resource,
String attributeValue) |
void |
OperationContext.ResultHandler.handleResult(OperationContext.ResultAction resultAction,
OperationContext context,
org.jboss.dmr.ModelNode operation)
Callback to an
OperationStepHandler indicating that the result of the overall operation is
known and the handler can take any necessary actions to deal with that result. |
void |
OperationContext.RollbackHandler.handleRollback(OperationContext context,
org.jboss.dmr.ModelNode operation)
Callback to an
OperationStepHandler indicating that the overall operation is being rolled back and the
handler should revert any change it has made. |
protected boolean |
RestartParentResourceHandlerBase.isResourceServiceRestartAllowed(OperationContext context,
org.jboss.msc.service.ServiceController<?> service)
Gets whether a restart of the parent resource's services is allowed.
|
protected boolean |
RestartParentWriteAttributeHandler.isResourceServiceRestartAllowed(OperationContext context,
org.jboss.msc.service.ServiceController<?> service)
Gets whether a restart of the parent resource's services is allowed.
|
default void |
ModelController.OperationTransactionControl.operationPrepared(ModelController.OperationTransaction transaction,
org.jboss.dmr.ModelNode result,
OperationContext context)
Notify that an operation is complete and may be committed or rolled back.
|
protected void |
AbstractBoottimeAddStepHandler.performBoottime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Make any runtime changes necessary to effect the changes indicated by the given
operation. |
protected void |
AbstractBoottimeAddStepHandler.performBoottime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation. |
protected void |
AbstractRemoveStepHandler.performRemove(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
ReloadRequiredRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
AbstractRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
ModelOnlyRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Throws
UnsupportedOperationException. |
protected void |
ServiceRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
If the
context allows resource removal,
removes services; otherwise puts the process in reload-required state. |
protected void |
AbstractAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Make any runtime changes necessary to effect the changes indicated by the given
operation. |
protected void |
ReloadRequiredAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
ModelOnlyAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException. |
protected void |
AbstractBoottimeAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
If
isBooting() returns true, invokes
AbstractBoottimeAddStepHandler.performBoottime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource),
else invokes reloadRequired(). |
protected void |
AbstractModelUpdateHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation. |
protected void |
AbstractAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation. |
protected void |
AbstractAddStepHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractWriteAttributeHandler.recordCapabilitiesAndRequirements(OperationContext context,
AttributeDefinition attributeDefinition,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue)
Record any new requirements for other
capabilities
that now exist as a result of this operation, or remove any existing requirements that no longer exist. |
protected void |
AbstractRemoveStepHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Record any new
capabilities that are no longer available as
a result of this operation, as well as any requirements for other capabilities that no longer exist. |
protected void |
RestartParentResourceRemoveHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
RestartParentResourceAddHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
AbstractAddStepHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Record any new
capabilities that are available as
a result of this operation, as well as any requirements for other capabilities that now exist. |
protected void |
ReloadRequiredRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
AbstractRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
ModelOnlyRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Throws
UnsupportedOperationException. |
protected void |
ServiceRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
If the
context allows resource removal,
attempts to restore services by invoking the performRuntime method on the @{code addOperation}
handler passed to the constructor; otherwise puts the process in reload-required state. |
protected void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel)
Recreate the parent service(s) using the given model.
|
protected void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel)
Recreate the parent service(s) using the given model.
|
void |
AttributeDefinition.removeCapabilityRequirements(OperationContext context,
org.jboss.dmr.ModelNode attributeValue)
Deprecated.
|
void |
PrimitiveListAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
AttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue)
Based on the given attribute value, remove capability requirements.
|
void |
StringListAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectListAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
SimpleMapAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectMapAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
SimpleListAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
ObjectTypeAttributeDefinition.removeCapabilityRequirements(OperationContext context,
Resource resource,
org.jboss.dmr.ModelNode attributeValue) |
void |
CapabilityReferenceRecorder.removeCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues)
Deregisters capability requirement information from the given context.
|
void |
CapabilityReferenceRecorder.ContextDependencyRecorder.removeCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues)
Deregisters capability requirement information from the given context.
|
void |
CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder.removeCapabilityRequirements(OperationContext context,
Resource resource,
String attributeName,
String... attributeValues) |
protected void |
RestartParentResourceHandlerBase.removeServices(OperationContext context,
org.jboss.msc.service.ServiceName parentService,
org.jboss.dmr.ModelNode parentModel)
Removes services.
|
protected void |
RestartParentWriteAttributeHandler.removeServices(OperationContext context,
org.jboss.msc.service.ServiceName parentService,
org.jboss.dmr.ModelNode parentModel)
Removes services.
|
protected boolean |
ReloadRequiredAddStepHandler.requiresRuntime(OperationContext context) |
protected boolean |
AbstractRemoveStepHandler.requiresRuntime(OperationContext context) |
protected boolean |
ModelOnlyWriteAttributeHandler.requiresRuntime(OperationContext context) |
protected boolean |
ModelOnlyAddStepHandler.requiresRuntime(OperationContext context)
Returns
false. |
protected boolean |
RestartParentResourceHandlerBase.requiresRuntime(OperationContext context)
Gets whether this operation needs to update the runtime.
|
protected boolean |
AbstractWriteAttributeHandler.requiresRuntime(OperationContext context)
Gets whether a
OperationContext.Stage.RUNTIME handler should be added. |
protected boolean |
AbstractModelUpdateHandler.requiresRuntime(OperationContext context)
Gets whether
AbstractModelUpdateHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource)}
should be called. |
protected boolean |
ModelOnlyRemoveStepHandler.requiresRuntime(OperationContext context)
Returns
false. |
protected boolean |
ServiceRemoveStepHandler.requiresRuntime(OperationContext context)
Is a runtime step required? By default his method delegates to the supplied
AbstractAddStepHandler, if
the add handler required a runtime step then most likely the remove step handler will also require one. |
protected boolean |
AbstractRuntimeOnlyHandler.requiresRuntime(OperationContext context)
Gets whether the
OperationContext.Stage.RUNTIME step should be added to call
AbstractRuntimeOnlyHandler.executeRuntimeStep(OperationContext, ModelNode). |
protected boolean |
AbstractAddStepHandler.requiresRuntime(OperationContext context)
Gets whether a
OperationContext.Stage.RUNTIME step should be added to call
AbstractAddStepHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource)}. |
org.jboss.dmr.ModelNode |
AttributeDefinition.resolveModelAttribute(OperationContext context,
org.jboss.dmr.ModelNode model)
|
org.jboss.dmr.ModelNode |
AttributeDefinition.resolveValue(OperationContext context,
org.jboss.dmr.ModelNode value)
Takes the given
value, resolves it using the given context
and validates it using this attribute's validator. |
protected boolean |
AbstractRuntimeOnlyHandler.resourceMustExist(OperationContext context,
org.jboss.dmr.ModelNode operation)
By default the handler will check whether the resource exist before calling @{link #executeRuntimeStep(OperationContext, ModelNode)}.
|
protected void |
RestartParentWriteAttributeHandler.revertUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode valueToRestore,
org.jboss.dmr.ModelNode resolvedValue,
org.jboss.dmr.ModelNode invalidatedParentModel) |
protected abstract void |
AbstractWriteAttributeHandler.revertUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode valueToRestore,
org.jboss.dmr.ModelNode valueToRevert,
T handback)
Hook to allow subclasses to revert runtime changes made in
AbstractWriteAttributeHandler.applyUpdateToRuntime(OperationContext, ModelNode, String, ModelNode, ModelNode, HandbackHolder). |
protected void |
ReloadRequiredWriteAttributeHandler.revertUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode valueToRestore,
org.jboss.dmr.ModelNode resolvedValue,
Void handback) |
protected void |
ModelOnlyWriteAttributeHandler.revertUpdateToRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode valueToRestore,
org.jboss.dmr.ModelNode valueToRevert,
Void handback) |
protected void |
AbstractBoottimeAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
List<org.jboss.msc.service.ServiceController<?>> controllers)
Deprecated.
|
protected void |
AbstractAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
List<org.jboss.msc.service.ServiceController<?>> controllers)
|
protected void |
ReloadRequiredAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
ModelOnlyAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException. |
protected void |
AbstractBoottimeAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
|
protected void |
AbstractModelUpdateHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Rollback runtime changes made in
AbstractModelUpdateHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource). |
protected void |
AbstractAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Rollback runtime changes made in
AbstractAddStepHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource). |
OperationTransformer.TransformedOperation |
TransformingProxyController.transformOperation(OperationContext context,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
protected abstract void |
RestartParentResourceHandlerBase.updateModel(OperationContext context,
org.jboss.dmr.ModelNode operation)
Performs the update to the persistent configuration model.
|
protected void |
RestartParentResourceRemoveHandler.updateModel(OperationContext context,
org.jboss.dmr.ModelNode operation)
Performs the update to the persistent configuration model.
|
protected void |
RestartParentResourceAddHandler.updateModel(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected void |
AbstractWriteAttributeHandler.validateUpdatedModel(OperationContext context,
Resource model)
Hook to allow subclasses to validate the model following the application of the new attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizedAddress |
AuthorizedAddress.authorizeAddress(OperationContext context,
org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionAddHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ParallelExtensionAddHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ExtensionRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
UnsupportedSubsystemDescribeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
RuntimeHostControllerInfoAccessor.HostControllerInfo |
RuntimeHostControllerInfoAccessor.getHostControllerInfo(OperationContext context)
If the
OperationContext#getProcessType()#isHostController() is true return an instance of
LocalHostControllerInfoImpl |
ManagementResourceRegistration |
MutableRootResourceRegistrationProvider.getRootResourceRegistrationForUpdate(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Consumer<OperationContext> |
BaseHttpInterfaceResourceDefinition.getValidationConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagementInterfaceAddStepHandler.addVerifyInstallationStep(OperationContext context,
List<org.jboss.msc.service.ServiceName> requiredServices) |
protected String |
ManagementInterfaceAddStepHandler.asStringIfDefined(OperationContext context,
AttributeDefinition attribute,
org.jboss.dmr.ModelNode model) |
void |
BaseHttpInterfaceResourceDefinition.HttpUpgradeAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected abstract List<org.jboss.msc.service.ServiceName> |
BaseHttpInterfaceAddStepHandler.installServices(OperationContext context,
HttpInterfaceCommonPolicy commonPolicy,
org.jboss.dmr.ModelNode model) |
protected abstract List<org.jboss.msc.service.ServiceName> |
BaseNativeInterfaceAddStepHandler.installServices(OperationContext context,
NativeInterfaceCommonPolicy commonPolicy,
org.jboss.dmr.ModelNode model) |
void |
BaseNativeInterfaceAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
void |
BaseHttpInterfaceAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected boolean |
ManagementInterfaceAddStepHandler.requiresRuntime(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MultistepUtil.recordOperationSteps(OperationContext context,
List<org.jboss.dmr.ModelNode> operations,
List<org.jboss.dmr.ModelNode> responses)
Adds a step to the given
OperationContext for each operation included in the given operations list, either
using for each step a response node provided in the responses list, or if the responses list is empty,
creating them and storing them in the responses list. |
static <T> void |
MultistepUtil.recordOperationSteps(OperationContext context,
Map<T,org.jboss.dmr.ModelNode> operations,
Map<T,org.jboss.dmr.ModelNode> responses)
Adds a step to the given
OperationContext for each operation included in the given map, either
using for each step a response node provided in the responses map, or if the responses map is empty,
creating them and storing them in the responses map. |
static <T> void |
MultistepUtil.recordOperationSteps(OperationContext context,
Map<T,org.jboss.dmr.ModelNode> operations,
Map<T,org.jboss.dmr.ModelNode> responses,
MultistepUtil.OperationHandlerResolver handlerResolver,
boolean adjustAddresses)
This is a specialized version of the other variant of this method that allows a pluggable strategy
for resolving the
OperationStepHandler to use for the added steps. |
static <T> void |
MultistepUtil.recordOperationSteps(OperationContext context,
Map<T,org.jboss.dmr.ModelNode> operations,
Map<T,org.jboss.dmr.ModelNode> responses,
MultistepUtil.OperationHandlerResolver handlerResolver,
boolean adjustAddresses,
boolean rejectPrivateOperations)
This is a specialized version of the other variant of this method that allows a pluggable strategy
for resolving the
OperationStepHandler to use for the added steps. |
org.jboss.dmr.ModelNode |
CompositeOperationAwareTransmuter.transmmute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
org.jboss.dmr.ModelNode |
DomainOperationTransmuter.transmmute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateAddressOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ValidateOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SchemaLocationRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ProcessReloadHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step.
|
void |
NamespaceRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
InterfaceCriteriaWriteHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotTakeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
XmlMarshallingHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotListHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
GenericSubsystemDescribeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotDeleteHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ProcessStateAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ResolveExpressionHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ConfigurationPublishHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected ParsedInterfaceCriteria |
InterfaceAddHandler.getCriteria(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected abstract ProcessReloadHandler.ReloadContext<T> |
ProcessReloadHandler.initializeReloadContext(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected void |
InterfaceAddHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
InterfaceAddHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
String name,
ParsedInterfaceCriteria criteria) |
protected boolean |
SchemaLocationAddHandler.requiresRuntime(OperationContext context) |
protected boolean |
NamespaceAddHandler.requiresRuntime(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportAttacher.attachResult(OperationContext context) |
void |
ReportAttacher.AbstractReportAttacher.attachResult(OperationContext context) |
void |
ReadConfigAsFeaturesOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenResourcesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
UndefineAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode original) |
void |
ReadAttributeGroupNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
WriteAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadOperationNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenTypesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
GlobalOperationHandlers.AbstractMultiTargetHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadOperationDescriptionHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
static AliasEntry.AliasContext |
AliasEntry.AliasContext.create(PathAddress address,
OperationContext delegate) |
static PathAddress |
WildcardReadResourceDescriptionAddressHack.detachAliasAddress(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AliasStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResponseAttachmentInputStreamSupport.handleDomainOperationResponseStreams(OperationContext context,
org.jboss.dmr.ModelNode responseNode,
List<OperationResponse.StreamEntry> streams)
Deal with streams attached to an operation response from a proxied domain process.
|
| Modifier and Type | Method and Description |
|---|---|
static org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> |
CredentialReference.getCredentialSourceSupplier(OperationContext context,
ObjectTypeAttributeDefinition credentialReferenceAttributeDefinition,
org.jboss.dmr.ModelNode model,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder)
Get the ExceptionSupplier of
CredentialSource which might throw an Exception while getting it. |
| Modifier and Type | Method and Description |
|---|---|
void |
PathRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ResolvePathHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
PathAddHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
{@inheritDoc
|
protected void |
PathInfoHandler.executeRuntimeStep(OperationContext context,
org.jboss.dmr.ModelNode operation)
Compute the file usage metric which contains the total size of a folder and the usable space (as in Java nio).
|
protected boolean |
PathInfoHandler.requiresRuntime(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static TransformerOperationAttachment |
TransformerOperationAttachment.getOrCreate(OperationContext context) |
static Transformers.TransformationInputs |
Transformers.TransformationInputs.getOrCreate(OperationContext context)
Obtains a set of
TransformationInputs from the given operation context. |
| Constructor and Description |
|---|
TransformationInputs(OperationContext context)
Creates a new
TransformationInputs from the given operation context. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.