public abstract class PeriodicBackgroundService extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PeriodicBackgroundService(LockRepository lockRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
protected abstract int |
getCheckIntervalSeconds() |
protected String |
getLockName() |
protected String |
getThreadName() |
protected abstract void |
run() |
void |
start() |
protected PeriodicBackgroundService(LockRepository lockRepository)
Copyright © 2013–2016 V5 Analytics. All rights reserved.