| Package | Description |
|---|---|
| de.mhus.lib.core.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperation |
class |
ExecuteStrategy |
class |
SkipExecuteStrategy |
class |
SynchronizedExecuteStrategy |
class |
WaitExecuteStrategy |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Action.createOperation(TaskContext context) |
Operation |
WaitExecuteStrategy.getExecutable() |
Operation |
SynchronizedExecuteStrategy.getExecutable() |
Operation |
SkipExecuteStrategy.getExecutable() |
abstract Operation |
ExecuteStrategy.getExecutable() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaitExecuteStrategy.setExecutable(Operation executable) |
void |
SynchronizedExecuteStrategy.setExecutable(Operation executable) |
void |
SkipExecuteStrategy.setExecutable(Operation executable) |
abstract void |
ExecuteStrategy.setExecutable(Operation executable) |
Copyright © 2014. All rights reserved.