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