Uses of Class
org.jboss.dmr.ModelNode
Packages that use ModelNode
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.Implementation classes to support the
standalone server convenience API.Implementation classes to support the
core JBoss AS management client API.-
Uses of ModelNode in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return ModelNodeModifier and TypeMethodDescriptiondefault ModelNodeExecute an operation synchronously.default ModelNodeModelControllerClient.execute(Operation operation, OperationMessageHandler messageHandler) Execute an operation synchronously, optionally receiving progress reports.default ModelNodeExecute an operation synchronously.default ModelNodeModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) Execute an operation synchronously, optionally receiving progress reports.Operation.getOperation()The detyped operation to executeOperationResponse.getResponseNode()Gets the DMR response to the operation.Methods in org.jboss.as.controller.client that return types with arguments of type ModelNodeModifier and TypeMethodDescriptiondefault org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(Operation operation) Execute an operation in another thread.org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(Operation operation, OperationMessageHandler messageHandler) Execute an operation in another thread, optionally receiving progress reports.default org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(ModelNode operation) Execute an operation in another thread.default org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) Execute an operation in another thread, optionally receiving progress reports.Methods in org.jboss.as.controller.client with parameters of type ModelNodeModifier and TypeMethodDescriptionstatic OperationCreate a simple operation with no stream attachments.static OperationOperation.Factory.create(ModelNode operation, List<InputStream> attachments) Create a simple operation with stream attachments.static OperationOperation.Factory.create(ModelNode operation, List<InputStream> attachments, boolean autoCloseStreams) Create an operation using the given streams and beauto-close streamssetting.static OperationBuilderCreate an operation builder.static OperationBuilderCreate an operation builder.static OperationResponseOperationResponse.Factory.createSimple(ModelNode responseNode) default ModelNodeExecute an operation synchronously.default ModelNodeModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) Execute an operation synchronously, optionally receiving progress reports.default org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(ModelNode operation) Execute an operation in another thread.default org.jboss.threads.AsyncFuture<ModelNode>ModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) Execute an operation in another thread, optionally receiving progress reports.Constructors in org.jboss.as.controller.client with parameters of type ModelNodeModifierConstructorDescriptionOperationBuilder(ModelNode operation) OperationBuilder(ModelNode operation, boolean autoCloseStreams) -
Uses of ModelNode in org.jboss.as.controller.client.helpers
Methods in org.jboss.as.controller.client.helpers that return ModelNodeModifier and TypeMethodDescriptionstatic ModelNodeOperations.createAddOperation(ModelNode address) Creates an add operation.static ModelNodeOperations.createAddress(Iterable<String> pairs) Creates an address that can be used as the address for an operation.static ModelNodeOperations.createAddress(String... pairs) Creates an address that can be used as the address for an operation.static ModelNodeOperations.createCompositeOperation()Creates a composite operation with an empty address and empty steps that will rollback on a runtime failure.static ModelNodeOperations.createOperation(String operation) Creates a generic operation with an empty (root) address.static ModelNodeOperations.createOperation(String operation, ModelNode address) Creates an operation.static ModelNodeOperations.createReadAttributeOperation(ModelNode address, String attributeName) Creates an operation to read the attribute represented by theattributeNameparameter.static ModelNodeOperations.createReadResourceOperation(ModelNode address) Creates a non-recursive operation to read a resource.static ModelNodeOperations.createReadResourceOperation(ModelNode address, boolean recursive) Creates an operation to read a resource.static ModelNodeOperations.createRemoveOperation(ModelNode address) Creates a remove operation.static ModelNodeOperations.createUndefineAttributeOperation(ModelNode address, String attributeName) Creates an operation to undefine an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, boolean value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, int value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, long value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, String value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, ModelNode value) Creates an operation to write an attribute value represented by theattributeNameparameter.DelegatingModelControllerClient.execute(Operation operation, OperationMessageHandler messageHandler) DelegatingModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) static ModelNodeOperations.getFailureDescription(ModelNode result) Parses the result and returns the failure description.static ModelNodeOperations.getOperationAddress(ModelNode op) Returns the address for the operation.static ModelNodeOperations.readResult(ModelNode result) Reads the result of an operation and returns the result.Methods in org.jboss.as.controller.client.helpers that return types with arguments of type ModelNodeModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<ModelNode>ContextualModelControllerClient.executeAsync(Operation operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>DelegatingModelControllerClient.executeAsync(Operation operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>DelegatingModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.helpers with parameters of type ModelNodeModifier and TypeMethodDescriptionAdds a new operation to the composite operation.static ModelNodeOperations.createAddOperation(ModelNode address) Creates an add operation.static ModelNodeOperations.createOperation(String operation, ModelNode address) Creates an operation.static ModelNodeOperations.createReadAttributeOperation(ModelNode address, String attributeName) Creates an operation to read the attribute represented by theattributeNameparameter.static ModelNodeOperations.createReadResourceOperation(ModelNode address) Creates a non-recursive operation to read a resource.static ModelNodeOperations.createReadResourceOperation(ModelNode address, boolean recursive) Creates an operation to read a resource.static ModelNodeOperations.createRemoveOperation(ModelNode address) Creates a remove operation.static ModelNodeOperations.createUndefineAttributeOperation(ModelNode address, String attributeName) Creates an operation to undefine an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, boolean value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, int value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, long value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, String value) Creates an operation to write an attribute value represented by theattributeNameparameter.static ModelNodeOperations.createWriteAttributeOperation(ModelNode address, String attributeName, ModelNode value) Creates an operation to write an attribute value represented by theattributeNameparameter.DelegatingModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>DelegatingModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) static ModelNodeOperations.getFailureDescription(ModelNode result) Parses the result and returns the failure description.static ModelNodeOperations.getOperationAddress(ModelNode op) Returns the address for the operation.static StringOperations.getOperationName(ModelNode op) Returns the name of the operation.static booleanOperations.isSuccessfulOutcome(ModelNode outcome) Checks the result for a successful operation outcome.static ModelNodeOperations.readResult(ModelNode result) Reads the result of an operation and returns the result. -
Uses of ModelNode in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return ModelNodeModifier and TypeMethodDescriptionServerUpdateResult.getSuccessResult()Gets the result of the action's modification to the server's configuration. -
Uses of ModelNode in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return ModelNodeModifier and TypeMethodDescriptionDomainClientImpl.execute(Operation operation, OperationMessageHandler messageHandler) DomainClientImpl.execute(ModelNode operation, OperationMessageHandler messageHandler) UpdateResultHandlerResponse.getSuccessResult()Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type ModelNodeModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<ModelNode>DomainClientImpl.executeAsync(Operation operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>DomainClientImpl.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.helpers.domain.impl with parameters of type ModelNodeModifier and TypeMethodDescriptionstatic UpdateResultHandlerResponseUpdateResultHandlerResponse.createSuccessResponse(ModelNode result) DomainClientImpl.execute(ModelNode operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>DomainClientImpl.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) static UpdateResultHandlerResponseUpdateResultHandlerResponse.fromModelNode(ModelNode modelNode) -
Uses of ModelNode in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return types with arguments of type ModelNodeModifier and TypeMethodDescriptionAbstractServerDeploymentManager.executeOperation(Operation context) ModelControllerClientServerDeploymentManager.executeOperation(Operation operation) -
Uses of ModelNode in org.jboss.as.controller.client.impl
Methods in org.jboss.as.controller.client.impl that return ModelNodeModifier and TypeMethodDescriptionAbstractModelControllerClient.execute(Operation operation, OperationMessageHandler messageHandler) AbstractModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) OperationResponseProxy.getResponseNode()Methods in org.jboss.as.controller.client.impl that return types with arguments of type ModelNodeModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<ModelNode>AbstractModelControllerClient.executeAsync(Operation operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>AbstractModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.impl with parameters of type ModelNodeModifier and TypeMethodDescriptionstatic OperationResponseProxyOperationResponseProxy.create(ModelNode responseNode, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, int batchId, ModelNode streamHeader) AbstractModelControllerClient.execute(ModelNode operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<ModelNode>AbstractModelControllerClient.executeAsync(ModelNode operation, OperationMessageHandler messageHandler) -
Uses of ModelNode in org.jboss.as.naming.management
Methods in org.jboss.as.naming.management that return ModelNodeMethods in org.jboss.as.naming.management with parameters of type ModelNodeModifier and TypeMethodDescriptionvoidJndiViewExtensionContext.addEntries(ModelNode current, Context context) Add all the entries from the provided context into the provided model node.void -
Uses of ModelNode in org.jboss.as.naming.subsystem
Methods in org.jboss.as.naming.subsystem that return ModelNodeModifier and TypeMethodDescriptionprotected static ModelNodeNamingSubsystem11Parser.parse(org.jboss.as.controller.AttributeDefinition ad, String value, XMLStreamReader reader) protected static ModelNodeNamingSubsystem12Parser.parse(org.jboss.as.controller.AttributeDefinition ad, String value, XMLStreamReader reader) BindingType.toModelNode()Converts the value of the directory grouping to a model node.Methods in org.jboss.as.naming.subsystem with parameters of type ModelNodeModifier and TypeMethodDescriptionprotected voidNamingSubsystemAdd.performBoottime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidNamingBindingAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidNamingSubsystemRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidRemoteNamingAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidNamingBindingAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidNamingBindingAdd.populateModel(ModelNode operation, ModelNode model) protected voidNamingSubsystemAdd.populateModel(ModelNode operation, ModelNode model) protected voidRemoteNamingAdd.populateModel(ModelNode operation, ModelNode model) protected voidNamingSubsystemRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) Method parameters in org.jboss.as.naming.subsystem with type arguments of type ModelNodeModifier and TypeMethodDescriptionvoidNamingSubsystem11Parser.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<ModelNode> operations) voidNamingSubsystem12Parser.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<ModelNode> operations) voidNamingSubsystem13Parser.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<ModelNode> operations) voidNamingSubsystem14Parser.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<ModelNode> operations) -
Uses of ModelNode in org.jboss.dmr
Fields in org.jboss.dmr declared as ModelNodeModifier and TypeFieldDescriptionstatic final ModelNodeModelNode.FALSEstatic final ModelNodeValidation.SCHEMA_DEFINITIONstatic final ModelNodeModelNode.TRUEstatic final ModelNodeModelNode.ZEROstatic final ModelNodeModelNode.ZERO_LONGMethods in org.jboss.dmr that return ModelNodeModifier and TypeMethodDescriptionModelNode.add()Add a node to the end of this node's value list and return it.ModelNode.add(boolean newValue) Add the given value to the end of this node's value list.ModelNode.add(byte[] newValue) Add the given value to the end of this node's value list.ModelNode.add(double newValue) Add the given value to the end of this node's value list.ModelNode.add(int newValue) Add the given value to the end of this node's value list.ModelNode.add(long newValue) Add the given value to the end of this node's value list.Add the given value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.ModelNode.add(String propertyName, BigDecimal propertyValue) Add a property with the given name and value to the end of this node's value list.ModelNode.add(String propertyName, BigInteger propertyValue) Add a property with the given name and value to the end of this node's value list.Add a property with the given name and value to the end of this node's value list.ModelNode.add(String propertyName, ValueExpression propertyValue) Add a property with the given name and value to the end of this node's value list.ModelNode.add(BigDecimal newValue) Add the given value to the end of this node's value list.ModelNode.add(BigInteger newValue) Add the given value to the end of this node's value list.Add a copy of the given value to the end of this node's value list.Add a property to the end of this node's value list.ModelNode.add(ValueExpression newValue) Add the given value to the end of this node's value list.ModelNode.addEmptyList()Add a node of typeModelType.LISTto the end of this node's value list and return it.ModelNode.addEmptyObject()Add a node of typeModelType.OBJECTto the end of this node's value list and return it.ModelNode.addExpression(String newValue) Deprecated.ModelNode.asObject()Get a copy of this value as an object.ModelNode.clear()Clear this node's value and change its type toModelType.UNDEFINED.ModelNode.clone()Clone this model node.static ModelNodeModelNode.fromBase64(InputStream stream) Reads base64 data from the passed stream, and deserializes the decoded result.static ModelNodeModelNode.fromBase64String(String encoded) Reads base64 data from the passed string, and deserializes the decoded result.static ModelNodeModelNode.fromJSONStream(InputStream stream) Get a model node from a JSON text representation of the model node.static ModelNodeModelNode.fromJSONString(String input) static ModelNodeModelNode.fromStream(InputStream stream) Get a model node from a text representation of the model node.static ModelNodeModelNode.fromString(String input) Get a model node from a string representation of the model node.ModelNode.get(int index) Get the child of this node with the given index.Get the child of this node with the given name.Recursively get the children of this node with the given names.Property.getValue()ModelNode.insert(int index) Insert a node at provided index of this node's value list and return it.insert copy of the given value to provided index of this node's value list.ModelNode.remove(int index) Remove a child of this list, returning the child.Remove a child of this node, returning the child.ModelNode.require(int index) Require the existence of a child of this node with the given index, returning the child.Require the existence of a child of this node with the given name, returning the child.ModelNode.resolve()Return a copy of this model node, with all values of typeModelType.EXPRESSIONlocally resolved.ModelNode.set(boolean newValue) Change this node's value to the given value.ModelNode.set(byte[] newValue) Change this node's value to the given value.ModelNode.set(double newValue) Change this node's value to the given value.ModelNode.set(int newValue) Change this node's value to the given value.ModelNode.set(long newValue) Change this node's value to the given value.Change this node's value to the given value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.ModelNode.set(String propertyName, BigDecimal propertyValue) Change this node's value to a property with the given name and value.ModelNode.set(String propertyName, BigInteger propertyValue) Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.Change this node's value to a property with the given name and value.ModelNode.set(String propertyName, ValueExpression propertyValue) Change this node's value to a property with the given name and value.ModelNode.set(BigDecimal newValue) Change this node's value to the given value.ModelNode.set(BigInteger newValue) Change this node's value to the given value.ModelNode.set(Collection<ModelNode> newValue) Change this node's value to a list whose values are copied from the given collection.Change this node's value to the given value.Change this node's value to the given value.Change this node's value to the given value.ModelNode.set(ValueExpression newValue) Change this node's value to the given value.ModelNode.setEmptyList()Change this node's value to an empty list.ModelNode.setEmptyObject()Change this node's value to an empty object.ModelNode.setExpression(String newValue) Deprecated.Useset(ValueExpression)instead.ModelNode.setExpression(String propertyName, String propertyValue) Deprecated.Useset(String,ValueExpression)instead.Methods in org.jboss.dmr that return types with arguments of type ModelNodeModifier and TypeMethodDescriptionModelNode.asList()Get the list of entries contained in this object.ModelNode.asListOrEmpty()Methods in org.jboss.dmr with parameters of type ModelNodeModifier and TypeMethodDescriptionAdd a property with the given name and value to the end of this node's value list.Add a copy of the given value to the end of this node's value list.booleanDetermine whether this object is equal to another.insert copy of the given value to provided index of this node's value list.Change this node's value to a property with the given name and value.Change this node's value to the given value.static voidMethod parameters in org.jboss.dmr with type arguments of type ModelNodeModifier and TypeMethodDescriptionModelNode.set(Collection<ModelNode> newValue) Change this node's value to a list whose values are copied from the given collection.Constructors in org.jboss.dmr with parameters of type ModelNode -
Uses of ModelNode in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq that return ModelNodeModifier and TypeMethodDescriptionstatic ModelNodeManagementUtil.convertRoles(Object[] roles) ActiveMQServerResource.getModel()CoreAddressResource.getModel()SecurityRoleResource.getModel()Methods in org.wildfly.extension.messaging.activemq with parameters of type ModelNodeModifier and TypeMethodDescriptionprotected booleanActiveMQReloadRequiredHandlers.WriteAttributeHandler.applyUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode resolvedValue, ModelNode currentValue, org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<Void> handbackHolder) protected booleanActiveMQServerControlWriteHandler.applyUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode newValue, ModelNode currentValue, org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<Void> handbackHolder) booleanAbstractQueueControlHandler.DelegatingQueueControl.changeMessagePriority(ModelNode id, int priority) org.jboss.as.controller.PathAddressBroadcastGroupDefinition.convert(org.jboss.as.controller.OperationContext context, ModelNode operation) Deprecated.org.jboss.as.controller.PathAddressDiscoveryGroupDefinition.convert(org.jboss.as.controller.OperationContext context, ModelNode operation) Deprecated.voidAddIfAbsentStepHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidDeprecated.voidvoidDeprecated.voidvoidJGroupsBroadcastGroupAdd.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidJGroupsBroadcastGroupRemove.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidJGroupsDiscoveryGroupAdd.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidJGroupsDiscoveryGroupRemove.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidSocketBroadcastGroupAdd.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidSocketBroadcastGroupRemove.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidSocketDiscoveryGroupAdd.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidSocketDiscoveryGroupRemove.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidAbstractActiveMQComponentControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidAbstractQueueControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidActiveMQServerControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidAddressSettingsResolveHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidExportJournalOperation.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidImportJournalOperation.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidPrintDataOperation.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidQueueControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) voidQueueReadAttributeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) voidSecurityRoleReadAttributeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) booleanAbstractQueueControlHandler.DelegatingQueueControl.expireMessage(ModelNode id) protected voidActiveMQServerControlWriteHandler.finishModelStage(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode newValue, ModelNode oldValue, org.jboss.as.controller.registry.Resource resource) protected voidBroadcastGroupWriteAttributeHandler.finishModelStage(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode newValue, ModelNode oldValue, org.jboss.as.controller.registry.Resource model) protected final TAbstractActiveMQComponentControlHandler.getActiveMQComponentControl(org.jboss.as.controller.OperationContext context, ModelNode operation, boolean forWrite) Gets the runtime ActiveMQ control object that can help service this request.BroadcastGroupDefinition.getIgnoredAttributes(org.jboss.as.controller.OperationContext context, ModelNode operation) Deprecated.DiscoveryGroupDefinition.getIgnoredAttributes(org.jboss.as.controller.OperationContext context, ModelNode operation) Deprecated.TransportConfigOperationHandlers.getParameters(org.jboss.as.controller.OperationContext context, ModelNode config, Map<String, String> mapping) Get the parameters.protected abstract ObjectAbstractQueueControlHandler.handleAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, T queueControl) protected ObjectQueueControlHandler.handleAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, QueueControl queueControl) protected ObjectAbstractActiveMQComponentControlHandler.handleOperation(String operationName, org.jboss.as.controller.OperationContext context, ModelNode operation) Hook to allow subclasses to handle operations other thanread-attribute,startandstop.protected ObjectBroadcastGroupControlHandler.handleOperation(String operationName, org.jboss.as.controller.OperationContext context, ModelNode operation) protected ObjectClusterConnectionControlHandler.handleOperation(String operationName, org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidAbstractActiveMQComponentControlHandler.handleReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, ModelNode operation) Hook to allow subclasses to handle read-attribute requests for attributes other thanCommonAttributes.STARTED.protected voidClusterConnectionControlHandler.handleReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidAbstractActiveMQComponentControlHandler.handleRevertOperation(String operationName, org.jboss.as.controller.OperationContext context, ModelNode operation, Object handback) Hook to allow subclasses to handle revert changes made inAbstractActiveMQComponentControlHandler.handleOperation(String, OperationContext, ModelNode).static booleanActiveMQActivationService.ignoreOperationIfServerNotActive(org.jboss.as.controller.OperationContext context, ModelNode operation) static booleanActiveMQActivationService.isActiveMQServerActive(org.jboss.as.controller.OperationContext context, ModelNode operation) booleanAbstractQueueControlHandler.DelegatingQueueControl.moveMessage(ModelNode id, String otherQueue) booleanAbstractQueueControlHandler.DelegatingQueueControl.moveMessage(ModelNode id, String otherQueue, boolean rejectDuplicates) protected voidActiveMQReloadRequiredHandlers.AddStepHandler.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidActiveMQReloadRequiredHandlers.RemoveStepHandler.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBridgeAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBridgeRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBroadcastGroupRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidClusterConnectionAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidClusterConnectionRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidConnectorAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidDiscoveryGroupRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidDivertAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidDivertRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidGroupingHandlerAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidGroupingHandlerRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidHTTPAcceptorAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidHTTPAcceptorRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidQueueAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidSocketBroadcastGroupAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidSocketDiscoveryGroupAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBridgeAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidJGroupsBroadcastGroupAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidQueueAdd.populateModel(ModelNode operation, ModelNode model) protected voidSocketBroadcastGroupAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) static final voidTransportConfigOperationHandlers.processConnector(org.jboss.as.controller.OperationContext context, ModelNode config) protected voidActiveMQReloadRequiredHandlers.RemoveStepHandler.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBridgeRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidBroadcastGroupRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidClusterConnectionRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidDiscoveryGroupRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidDivertRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidGroupingHandlerRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidHTTPAcceptorRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) booleanAbstractQueueControlHandler.DelegatingQueueControl.removeMessage(ModelNode id) static voidCommonAttributes.renameChannelToCluster(ModelNode operation) static StringOperationDefinitionHelper.resolveFilter(org.jboss.as.controller.OperationContext context, ModelNode operation) protected booleanQueueControlHandler.resourceMustExist(org.jboss.as.controller.OperationContext context, ModelNode operation) protected booleanQueueReadAttributeHandler.resourceMustExist(org.jboss.as.controller.OperationContext context, ModelNode operation) protected booleanSecurityRoleReadAttributeHandler.resourceMustExist(org.jboss.as.controller.OperationContext context, ModelNode operation) protected abstract voidAbstractQueueControlHandler.revertAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, T queueControl, Object handback) protected voidQueueControlHandler.revertAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, QueueControl queueControl, Object handback) protected voidActiveMQReloadRequiredHandlers.WriteAttributeHandler.revertUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode valueToRestore, ModelNode valueToRevert, Void handback) protected voidActiveMQServerControlWriteHandler.revertUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode valueToRestore, ModelNode valueToRevert, Void handback) static booleanActiveMQActivationService.rollbackOperationIfServerNotActive(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidActiveMQReloadRequiredHandlers.AddStepHandler.rollbackRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidBridgeAdd.rollbackRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) booleanAbstractQueueControlHandler.DelegatingQueueControl.sendMessageToDeadLetterAddress(ModelNode id) voidModularLongRangeParameterValidator.validateParameter(String parameterName, ModelNode value) voidActiveMQServerResource.writeModel(ModelNode newModel) voidCoreAddressResource.writeModel(ModelNode newModel) voidSecurityRoleResource.writeModel(ModelNode newModel) -
Uses of ModelNode in org.wildfly.extension.messaging.activemq._private
Methods in org.wildfly.extension.messaging.activemq._private with parameters of type ModelNodeModifier and TypeMethodDescriptionfinal org.jboss.as.controller.OperationFailedExceptionMessagingLogger_$logger.duplicateElements(String parameterName, ModelNode elements) org.jboss.as.controller.OperationFailedExceptionMessagingLogger.duplicateElements(String parameterName, ModelNode elements) -
Uses of ModelNode in org.wildfly.extension.messaging.activemq.ha
Methods in org.wildfly.extension.messaging.activemq.ha with parameters of type ModelNodeModifier and TypeMethodDescriptionvoidHAPolicyConfigurationBuilder.addHAPolicyConfiguration(org.jboss.as.controller.OperationContext context, Configuration configuration, ModelNode model) protected voidHAPolicySynchronizationStatusReadHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) -
Uses of ModelNode in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type ModelNodeModifier and TypeMethodDescriptionvoidAbstractUpdateJndiHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidConnectionFactoryAttributes.AliasReadAttributeHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidConnectionFactoryAttributes.AliasWriteAttributeHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidJMSQueueConfigurationRuntimeHandler.executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, ModelNode destination, org.jboss.as.controller.PathAddress address, boolean includeDefault) protected voidJMSTopicConfigurationRuntimeHandler.executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, ModelNode destination, org.jboss.as.controller.PathAddress address, boolean includeDefault) protected voidPooledConnectionFactoryConfigurationRuntimeHandler.executeReadAttribute(String attributeName, org.jboss.as.controller.OperationContext context, ModelNode connectionFactory, org.jboss.as.controller.PathAddress address, boolean includeDefault) protected voidAbstractJMSRuntimeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) voidJMSQueueReadAttributeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidJMSServerControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidJMSTopicControlHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) voidJMSTopicReadAttributeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) static String[]JMSServices.getJndiBindings(ModelNode node) protected ObjectJMSQueueControlHandler.handleAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, QueueControl queueControl) ExternalPooledConnectionFactoryService.installService(org.jboss.as.controller.OperationContext context, String name, TransportConfiguration[] connectors, DiscoveryGroupConfiguration groupConfiguration, Set<String> connectorsSocketBindings, Set<String> sslContextNames, String jgroupClusterName, String jgroupChannelName, List<PooledConnectionFactoryConfigProperties> adapterParams, ContextNames.BindInfo bindInfo, List<String> jndiAliases, String txSupport, int minPoolSize, int maxPoolSize, String managedConnectionPoolClassName, Boolean enlistmentTrace, ModelNode model) PooledConnectionFactoryService.installService(org.jboss.as.controller.OperationContext context, String name, String serverName, List<String> connectors, String discoveryGroupName, String jgroupsChannelName, List<PooledConnectionFactoryConfigProperties> adapterParams, ContextNames.BindInfo bindInfo, List<String> jndiAliases, String txSupport, int minPoolSize, int maxPoolSize, String managedConnectionPoolClassName, Boolean enlistmentTrace, ModelNode model) protected voidConnectionFactoryAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidConnectionFactoryRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalConnectionFactoryAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalConnectionFactoryRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSQueueAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSQueueRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSTopicAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSTopicRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalPooledConnectionFactoryAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidExternalPooledConnectionFactoryRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSQueueAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSQueueRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSTopicAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSTopicRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidPooledConnectionFactoryAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidPooledConnectionFactoryRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidConnectionFactoryAdd.populateModel(ModelNode operation, ModelNode model) protected voidExternalConnectionFactoryAdd.populateModel(ModelNode operation, ModelNode model) protected voidExternalPooledConnectionFactoryAdd.populateModel(ModelNode operation, ModelNode model) protected voidPooledConnectionFactoryAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidPooledConnectionFactoryAdd.populateModel(ModelNode operation, ModelNode model) protected voidConnectionFactoryRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalConnectionFactoryRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSQueueRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalJMSTopicRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidExternalPooledConnectionFactoryRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSQueueRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSTopicRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidPooledConnectionFactoryRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSQueueControlHandler.revertAdditionalOperation(String operationName, ModelNode operation, org.jboss.as.controller.OperationContext context, QueueControl queueControl, Object handback) protected voidPooledConnectionFactoryAdd.rollbackRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) voidConnectionFactoryAttributes.TransactionNameAllowedValuesValidator.validateParameter(String parameterName, ModelNode value) Method parameters in org.wildfly.extension.messaging.activemq.jms with type arguments of type ModelNodeModifier and TypeMethodDescriptionprotected voidPooledConnectionFactoryRemove.removeJNDIAliases(org.jboss.as.controller.OperationContext context, List<ModelNode> entries) Remove JNDI alias' binder services. -
Uses of ModelNode in org.wildfly.extension.messaging.activemq.jms.bridge
Methods in org.wildfly.extension.messaging.activemq.jms.bridge with parameters of type ModelNodeModifier and TypeMethodDescriptionstatic JMSBridgeJMSBridgeFactory.createJMSBridge(org.jboss.as.controller.OperationContext context, ModelNode model) protected voidJMSBridgeHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidJMSBridgeAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidJMSBridgeAdd.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) static PropertiesJMSBridgeFactory.resolveContextProperties(org.jboss.as.controller.AttributeDefinition attribute, org.jboss.as.controller.OperationContext context, ModelNode model) protected voidJMSBridgeAdd.rollbackRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) -
Uses of ModelNode in org.wildfly.extension.messaging.activemq.jms.legacy
Methods in org.wildfly.extension.messaging.activemq.jms.legacy with parameters of type ModelNodeModifier and TypeMethodDescriptionprotected voidLegacyConnectionFactoryAdd.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidLegacyConnectionFactoryRemove.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidLegacyConnectionFactoryRemove.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) -
Uses of ModelNode in org.wildfly.extension.messaging.activemq.shallow
Methods in org.wildfly.extension.messaging.activemq.shallow with parameters of type ModelNodeModifier and TypeMethodDescriptionorg.jboss.as.controller.PathAddressOperationAddressConverter.convert(org.jboss.as.controller.OperationContext context, ModelNode operation) voidTranslatedOperationHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidTranslatedReadAttributeHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidTranslatedWriteAttributeHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) IgnoredAttributeProvider.getIgnoredAttributes(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidShallowResourceAdd.populateModel(ModelNode operation, ModelNode model) protected voidShallowResourceDefinition.validateOperation(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathAddress targetAddress, ModelNode translatedOperation) This provides more informative message when a user tries to undefine attribute that is required by the jgroups-discovery-group or socket-discovery-group resources (while it hasn't been required on the original discovery-group resource). -
Uses of ModelNode in org.wildfly.subsystem
Methods in org.wildfly.subsystem that return types with arguments of type ModelNode -
Uses of ModelNode in org.wildfly.subsystem.resource
Methods in org.wildfly.subsystem.resource that return ModelNodeModifier and TypeMethodDescriptionSimpleResource.getModel()default ModelNodeAttributeDefinitionProvider.resolveModelAttribute(org.jboss.as.controller.ExpressionResolver resolver, ModelNode model) Convenience method resolving the value of this attribute from the specified model applying any default value.AttributeTranslation.AttributeValueTranslator.translate(org.jboss.as.controller.OperationContext context, ModelNode value) Methods in org.wildfly.subsystem.resource with parameters of type ModelNodeModifier and TypeMethodDescriptionResolves a value from the specified resource model, using the specified operation context.default ModelNodeAttributeDefinitionProvider.resolveModelAttribute(org.jboss.as.controller.ExpressionResolver resolver, ModelNode model) Convenience method resolving the value of this attribute from the specified model applying any default value.AttributeTranslation.AttributeValueTranslator.translate(org.jboss.as.controller.OperationContext context, ModelNode value) voidSimpleResource.writeModel(ModelNode newModel) Constructors in org.wildfly.subsystem.resource with parameters of type ModelNode -
Uses of ModelNode in org.wildfly.subsystem.resource.capability
Methods in org.wildfly.subsystem.resource.capability with parameters of type ModelNodeModifier and TypeMethodDescriptionCapabilityReferenceAttributeDefinition.resolve(org.jboss.as.controller.OperationContext context, ModelNode model) CapabilityReferenceListAttributeDefinition.resolve(org.jboss.as.controller.OperationContext context, ModelNode model) ResourceCapabilityReference.ResourceCapabilityServiceDescriptorReference.resolve(org.jboss.as.controller.OperationContext context, ModelNode model) ResourceCapabilityReferenceRecorder.ResourceCapabilityServiceDescriptorReference.resolve(org.jboss.as.controller.OperationContext context, ModelNode model) Deprecated, for removal: This API element is subject to removal in a future version.CapabilityReferenceAttributeDefinition.Builder.setDefaultValue(ModelNode defaultValue) Capability references should never define a default value.CapabilityReferenceListAttributeDefinition.Builder.setDefaultValue(ModelNode defaultValue) Capability references should never define a default value.Method parameters in org.wildfly.subsystem.resource.capability with type arguments of type ModelNodeModifier and TypeMethodDescriptiondefault ResourceCapabilityReference.Builder<T>ResourceCapabilityReference.Builder.when(org.jboss.as.controller.AttributeDefinition attribute, Predicate<ModelNode> predicate) Only reference the provided capability if value of the specified attribute complies with the specified predicate.ResourceCapabilityReferenceRecorder.Builder.when(org.jboss.as.controller.AttributeDefinition attribute, Predicate<ModelNode> predicate) Deprecated, for removal: This API element is subject to removal in a future version.Only reference the provided capability if value of the specified attribute complies with the specified predicate.ResourceCapabilityReferenceRecorder.DefaultBuilder.when(org.jboss.as.controller.AttributeDefinition attribute, Predicate<ModelNode> predicate) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ModelNode in org.wildfly.subsystem.resource.executor
Methods in org.wildfly.subsystem.resource.executor that return ModelNodeModifier and TypeMethodDescriptionExecute against the specified context.Executes the specified executable against the specified operation context.RuntimeOperation.execute(org.jboss.as.controller.ExpressionResolver resolver, ModelNode operation, C context) Execute against the specified context.RuntimeOperationExecutor.execute(org.jboss.as.controller.OperationContext context, ModelNode operation, RuntimeOperation<C> executable) Executes the specified executable against the specified operation context.Methods in org.wildfly.subsystem.resource.executor with parameters of type ModelNodeModifier and TypeMethodDescriptionRuntimeOperation.execute(org.jboss.as.controller.ExpressionResolver resolver, ModelNode operation, C context) Execute against the specified context.RuntimeOperationExecutor.execute(org.jboss.as.controller.OperationContext context, ModelNode operation, RuntimeOperation<C> executable) Executes the specified executable against the specified operation context.protected voidMetricOperationStepHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidRuntimeOperationStepHandler.executeRuntimeStep(org.jboss.as.controller.OperationContext context, ModelNode operation) Constructors in org.wildfly.subsystem.resource.executor with parameters of type ModelNodeModifierConstructorDescriptionRuntimeOperationFunction(org.jboss.as.controller.ExpressionResolver resolver, ModelNode operation, Function<T, V> mapper, RuntimeOperation<V> executable) Creates a functional view of the specified metric using the specified mapping function. -
Uses of ModelNode in org.wildfly.subsystem.resource.operation
Methods in org.wildfly.subsystem.resource.operation that return ModelNodeModifier and TypeMethodDescriptiondefault ModelNodeResourceOperationRuntimeHandler.readModel(org.jboss.as.controller.registry.Resource resource) Returns the model of the specified resource.ResourceOperationRuntimeHandler.ResourceServiceConfiguratorRuntimeHandler.readModel(org.jboss.as.controller.registry.Resource resource) Methods in org.wildfly.subsystem.resource.operation with parameters of type ModelNodeModifier and TypeMethodDescriptionvoidResourceOperationRuntimeHandler.addRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) Adds runtime behavior for a resource with the specified model.voidResourceOperationRuntimeHandler.ResourceServiceConfiguratorRuntimeHandler.addRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) voidResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler.addRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) protected booleanWriteAttributeOperationStepHandler.applyUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode resolvedValue, ModelNode currentValue, org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<Void> handback) protected org.jboss.as.controller.registry.ResourceAddResourceOperationStepHandler.createResource(org.jboss.as.controller.OperationContext context, ModelNode operation) voidAddResourceOperationStepHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidReadAttributeTranslationOperationStepHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) voidWriteAttributeTranslationOperationStepHandler.execute(org.jboss.as.controller.OperationContext context, ModelNode operation) protected voidRemoveResourceOperationStepHandler.performRemove(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidAddResourceOperationStepHandler.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidRemoveResourceOperationStepHandler.performRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) protected voidAddResourceOperationStepHandler.populateModel(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidAddResourceOperationStepHandler.recordCapabilitiesAndRequirements(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidRemoveResourceOperationStepHandler.recordCapabilitiesAndRequirements(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) protected voidWriteAttributeOperationStepHandler.recordCapabilitiesAndRequirements(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.AttributeDefinition attribute, ModelNode newValue, ModelNode oldValue) protected voidRemoveResourceOperationStepHandler.recoverServices(org.jboss.as.controller.OperationContext context, ModelNode operation, ModelNode model) voidResourceOperationRuntimeHandler.removeRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) Removes runtime behavior for a resource with the specified model.voidResourceOperationRuntimeHandler.ResourceServiceConfiguratorRuntimeHandler.removeRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) voidResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler.removeRuntime(org.jboss.as.controller.OperationContext context, ModelNode model) protected voidWriteAttributeOperationStepHandler.revertUpdateToRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, String attributeName, ModelNode valueToRestore, ModelNode resolvedValue, Void handback) protected voidAddResourceOperationStepHandler.rollbackRuntime(org.jboss.as.controller.OperationContext context, ModelNode operation, org.jboss.as.controller.registry.Resource resource) -
Uses of ModelNode in org.wildfly.subsystem.service
Methods in org.wildfly.subsystem.service with parameters of type ModelNode
add(ValueExpression)instead.