Package | Description |
---|---|
com.neurosys.ecom.strategy.service |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLockStrategy<P extends Product,U extends IGenericEcomUser>
A default implementation for
LockStrategy
WARNING : This implementation is suited for a Single VM type installation, not for a multi-node architecture. |
Modifier and Type | Field and Description |
---|---|
protected LockStrategy<P,U> |
DefaultSaleStrategy.lockStrategy |
Modifier and Type | Method and Description |
---|---|
LockStrategy<P,U> |
SaleStrategy.getLockStrategy()
Is there any
LockStrategy behind the SaleStrategy |
LockStrategy<P,U> |
DefaultSaleStrategy.getLockStrategy()
An optional
LockStrategy |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSaleStrategy.setLockStrategy(LockStrategy<P,U> lockStrategy)
An optional
LockStrategy |
Copyright © 2018. All rights reserved.