public abstract class ExecuteStrategy extends AbstractOperation
Abstract ExecuteStrategy class.
| Constructor and Description |
|---|
ExecuteStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OperationResult |
doExecute2(TaskContext context)
doExecute2.
|
abstract Operation |
getExecutable()
getExecutable.
|
abstract void |
setExecutable(Operation executable)
setExecutable.
|
doExecute, isBusy, releaseBusy, setBusyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanExecute, getDescription, hasAccessprotected abstract OperationResult doExecute2(TaskContext context) throws Exception
doExecute2.
doExecute2 in class AbstractOperationcontext - a TaskContext object.OperationResult object.Exception - if any.Copyright © 2016. All Rights Reserved.