public class NeighborhoodWatch extends Object implements sirius.kernel.async.Orchestration, sirius.kernel.di.Initializable
Modifier and Type | Class and Description |
---|---|
static class |
NeighborhoodWatch.SynchronizeType |
Constructor and Description |
---|
NeighborhoodWatch() |
Modifier and Type | Method and Description |
---|---|
void |
backgroundLoopCompleted(String name,
String executionInfo) |
void |
initialize() |
boolean |
isBackgroundJobGloballyEnabled(String name) |
boolean |
isBackgroundJobLocallyEnabled(String name) |
boolean |
shouldRunDailyTask(String name) |
boolean |
tryExecuteBackgroundLoop(String name) |
public boolean tryExecuteBackgroundLoop(String name)
tryExecuteBackgroundLoop
in interface sirius.kernel.async.Orchestration
public boolean isBackgroundJobGloballyEnabled(String name)
public boolean isBackgroundJobLocallyEnabled(String name)
public void backgroundLoopCompleted(String name, String executionInfo)
backgroundLoopCompleted
in interface sirius.kernel.async.Orchestration
public boolean shouldRunDailyTask(String name)
shouldRunDailyTask
in interface sirius.kernel.async.Orchestration
Copyright © 2018. All rights reserved.