public class StackOperationExecutor extends Object implements OperationExecutor<ChannelFactory>
| Constructor and Description |
|---|
StackOperationExecutor() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.OperationContext context,
Operation<ChannelFactory> operation)
Executes the specified executable against the specified operation context.
|
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context,
Operation<ChannelFactory> operation)
throws org.jboss.as.controller.OperationFailedException
Executorexecute in interface Executor<ChannelFactory,Operation<ChannelFactory>>context - an operation contextoperation - the contextual executable objectorg.jboss.as.controller.OperationFailedException - if execution failsCopyright © 2021 JBoss by Red Hat. All rights reserved.