public class SolrSandBoxTransactionSynchronizationAdapter
extends org.springframework.transaction.support.TransactionSynchronizationAdapter
| Modifier and Type | Field and Description |
|---|---|
protected List<SolrSandBoxChangeProducer> |
solrSandBoxChangeProducers |
protected String |
taskClassName |
protected String |
taskId |
protected Long |
taskSandBox |
protected Long |
taskSourceSandbox |
protected Long |
taskTargetSite |
| Constructor and Description |
|---|
SolrSandBoxTransactionSynchronizationAdapter(Long taskSourceSandbox,
Long taskSandBox,
String taskClassName,
String taskId,
List<SolrSandBoxChangeProducer> solrSandBoxChangeProducers) |
SolrSandBoxTransactionSynchronizationAdapter(Long taskSourceSandbox,
Long taskSandBox,
String taskClassName,
String taskId,
List<SolrSandBoxChangeProducer> solrSandBoxChangeProducers,
Long taskTargetSite) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(int status) |
protected final Long taskSourceSandbox
protected final Long taskSandBox
protected final String taskClassName
protected final String taskId
protected final Long taskTargetSite
protected final List<SolrSandBoxChangeProducer> solrSandBoxChangeProducers
Copyright © 2019. All rights reserved.