| Package | Description |
|---|---|
| org.jboss.as.clustering.controller |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
OperationExecutor.execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
Operation<C> executable)
Executes the specified executable against the specified operation context.
|
| Constructor and Description |
|---|
OperationFunction(org.jboss.as.controller.ExpressionResolver resolver,
org.jboss.dmr.ModelNode operation,
Function<T,V> mapper,
Operation<V> executable)
Creates a functional view of the specified metric using the specified mapping function.
|
OperationHandler(OperationExecutor<C> executor,
Operation<C>[] operations) |
| Constructor and Description |
|---|
OperationHandler(OperationExecutor<C> executor,
Collection<? extends Operation<C>> operations) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.