| Modifier and Type | Method and Description |
|---|---|
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. |
void |
ServiceVerificationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Deprecated.
|
void |
RestartParentResourceHandlerBase.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadResourceNameOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ProxyStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ParallelBootOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
OperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step.
|
void |
NoopOperationStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
CompositeOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
BootErrorCollector.ListBootErrorsHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AbstractWriteAttributeHandler.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 |
AbstractRemoveStepHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
AbstractModelUpdateHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
{@inheritDoc
|
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. |
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 |
RestartParentWriteAttributeHandler.isResourceServiceRestartAllowed(OperationContext context,
org.jboss.msc.service.ServiceController<?> service)
Gets whether a restart of the parent resource's services is allowed.
|
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 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,
org.jboss.dmr.ModelNode model,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Deprecated.
|
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 |
ServiceRemoveStepHandler.performRuntime(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 |
ModelOnlyRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Throws
UnsupportedOperationException. |
protected void |
AbstractRemoveStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
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 |
AbstractBoottimeAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Deprecated.
|
protected void |
AbstractAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Deprecated.
instead override one of the non-deprecated overloaded variants
|
protected void |
ModelOnlyAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException. |
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 |
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 |
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 |
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 |
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 |
ServiceRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
ReloadRequiredRemoveStepHandler.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 |
AbstractRemoveStepHandler.recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel)
Recreate the parent service(s) using the given model.
|
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,
ServiceVerificationHandler verificationHandler)
|
protected void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
|
protected void |
RestartParentWriteAttributeHandler.removeServices(OperationContext context,
org.jboss.msc.service.ServiceName parentService,
org.jboss.dmr.ModelNode parentModel)
Removes services.
|
protected void |
RestartParentResourceHandlerBase.removeServices(OperationContext context,
org.jboss.msc.service.ServiceName parentService,
org.jboss.dmr.ModelNode parentModel)
Removes services.
|
protected boolean |
RestartParentResourceHandlerBase.requiresRuntime(OperationContext context)
Gets whether this operation needs to update the runtime.
|
protected boolean |
ModelOnlyWriteAttributeHandler.requiresRuntime(OperationContext context) |
protected boolean |
ModelOnlyRemoveStepHandler.requiresRuntime(OperationContext context)
Returns
false. |
protected boolean |
ModelOnlyAddStepHandler.requiresRuntime(OperationContext context)
Returns
false. |
protected boolean |
AbstractWriteAttributeHandler.requiresRuntime(OperationContext context)
Gets whether a
OperationContext.Stage.RUNTIME handler should be added. |
protected boolean |
AbstractRemoveStepHandler.requiresRuntime(OperationContext context) |
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 |
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 |
ModelOnlyAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException. |
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 |
AbstractBoottimeAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource 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.
|
OperationTransformer.TransformedOperation |
TransformingProxyController.TransformingProxyControllerImpl.transformOperation(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected void |
RestartParentResourceRemoveHandler.updateModel(OperationContext context,
org.jboss.dmr.ModelNode operation)
Performs the update to the persistent configuration model.
|
protected abstract void |
RestartParentResourceHandlerBase.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 |
UnsupportedSubsystemDescribeHandler.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 |
ExtensionAddHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
RuntimeHostControllerInfoAccessor.HostControllerInfo |
RuntimeHostControllerInfoAccessor.getHostControllerInfo(OperationContext context)
If the
getProcessType() is ProcessType.HOST_CONTROLLER return an instance of
LocalHostControllerInfoImpl |
ManagementResourceRegistration |
MutableRootResourceRegistrationProvider.getRootResourceRegistrationForUpdate(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
DomainOperationTransformer.transform(OperationContext context,
org.jboss.dmr.ModelNode operation) |
org.jboss.dmr.ModelNode |
CompositeOperationAwareTransformer.transform(OperationContext context,
org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlMarshallingHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ValidateOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ValidateAddressOperationHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotTakeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotListHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SnapshotDeleteHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
SchemaLocationRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ResolveExpressionHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ProcessStateAttributeHandler.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 |
GenericSubsystemDescribeHandler.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 |
SocketBindingGroupRemoveHandler.performRemove(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
SocketBindingGroupIncludeRemoveHandler.performRemove(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) |
protected void |
InterfaceAddHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
String name,
ParsedInterfaceCriteria criteria) |
protected void |
SocketBindingAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
AbstractSocketBindingGroupAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected boolean |
SocketBindingGroupRemoveHandler.requiresRuntime(OperationContext context) |
protected boolean |
SocketBindingGroupIncludeAddHandler.requiresRuntime(OperationContext context) |
protected boolean |
SchemaLocationAddHandler.requiresRuntime(OperationContext context) |
protected boolean |
NamespaceAddHandler.requiresRuntime(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
UndefineAttributeHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode original) |
void |
ReadResourceDescriptionHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadOperationNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadOperationDescriptionHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenTypesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenResourcesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadChildrenNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
ReadAttributeGroupNamesHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
GlobalOperationHandlers.AbstractMultiTargetHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
GlobalOperationHandlers.ModelAddressResolver.execute(OperationContext context,
org.jboss.dmr.ModelNode ignored)
Execute this step.
|
| Modifier and Type | Method and Description |
|---|---|
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 void |
SocketBindingGroupResourceDefinition.validateDefaultInterfaceReference(OperationContext context,
org.jboss.dmr.ModelNode bindingGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvePathHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
PathRemoveHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
PathAddHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
{@inheritDoc
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubsystemDescriptionDump.execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
static TransformerOperationAttachment |
TransformerOperationAttachment.getOrCreate(OperationContext context) |
OperationTransformer.TransformedOperation |
TransformersImpl.transformOperation(OperationContext operationContext,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
Transformers.transformOperation(OperationContext operationContext,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
Resource |
TransformersImpl.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck) |
Resource |
Transformers.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
Resource |
TransformersImpl.transformRootResource(OperationContext operationContext,
Resource resource) |
Resource |
Transformers.transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.