| Package | Description |
|---|---|
| de.mhus.lib.core.schedule | |
| de.mhus.lib.core.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
CronJob
Schedule tasks like Crontab (man -S 5 crontab).
|
class |
IntervalJob
Executes the task every 'interval' milliseconds after execution finished.
|
class |
IntervalWithStartTimeJob
Executes the task every 'interval' milliseconds after execution finished.
|
class |
OnceJob
OnceJob class.
|
class |
SchedulerJob
Abstract SchedulerJob class.
|
class |
SchedulerJobProxy
SchedulerJobProxy class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperation
Abstract AbstractOperation class.
|
class |
ExecuteStrategy
Abstract ExecuteStrategy class.
|
class |
SkipExecuteStrategy
SkipExecuteStrategy class.
|
class |
SynchronizedExecuteStrategy
SynchronizedExecuteStrategy class.
|
class |
WaitExecuteStrategy
WaitExecuteStrategy class.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Action.createOperation(TaskContext context)
createOperation.
|
Operation |
WaitExecuteStrategy.getExecutable()
getExecutable.
|
Operation |
SynchronizedExecuteStrategy.getExecutable()
getExecutable.
|
Operation |
SkipExecuteStrategy.getExecutable()
getExecutable.
|
abstract Operation |
ExecuteStrategy.getExecutable()
getExecutable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaitExecuteStrategy.setExecutable(Operation executable)
setExecutable.
|
void |
SynchronizedExecuteStrategy.setExecutable(Operation executable)
setExecutable.
|
void |
SkipExecuteStrategy.setExecutable(Operation executable)
setExecutable.
|
abstract void |
ExecuteStrategy.setExecutable(Operation executable)
setExecutable.
|
| Constructor and Description |
|---|
NotSuccessful(Operation operation,
String msg,
long rc)
Constructor for NotSuccessful.
|
Successful(Operation operation)
Constructor for Successful.
|
Successful(Operation operation,
String msg,
long rc,
Object result)
Constructor for Successful.
|
Successful(Operation operation,
String msg,
Object result)
Constructor for Successful.
|
Successful(Operation operation,
String msg,
String... keyValues)
Constructor for Successful.
|
SuccessfulMap(Operation operation,
String msg)
Constructor for SuccessfulMap.
|
Copyright © 2016. All Rights Reserved.