@Service @Transactional(value="herdTransactionManager") public class StoragePolicyProcessorServiceImpl extends Object implements StoragePolicyProcessorService
| Constructor and Description |
|---|
StoragePolicyProcessorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
processStoragePolicySelectionMessage(StoragePolicySelection storagePolicySelection)
Performs a storage policy transition as specified by the storage policy selection message.
|
protected void |
processStoragePolicySelectionMessageImpl(StoragePolicySelection storagePolicySelection)
Performs a storage policy transition as specified by the storage policy selection message.
|
@Transactional(propagation=NOT_SUPPORTED) public void processStoragePolicySelectionMessage(StoragePolicySelection storagePolicySelection)
StoragePolicyProcessorServiceprocessStoragePolicySelectionMessage in interface StoragePolicyProcessorServicestoragePolicySelection - the storage policy selection messageprotected void processStoragePolicySelectionMessageImpl(StoragePolicySelection storagePolicySelection)
storagePolicySelection - the storage policy selection messageCopyright © 2021. All rights reserved.