protected abstract static class JcrRepository.BackgroundRepositoryTask extends Object implements Runnable
Modifier | Constructor and Description |
---|---|
protected |
BackgroundRepositoryTask(JcrRepository repository) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doRun(JcrRepository repository)
Perform the garbage collection task.
|
void |
run() |
protected BackgroundRepositoryTask(JcrRepository repository)
protected abstract void doRun(JcrRepository repository)
repository
- the non-null and running
repository instanceCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.