Spring Integration for VMware GemFire
Class GemfireLockRegistry
java.lang.Object
org.springframework.integration.gemfire.util.GemfireLockRegistry
- All Implemented Interfaces:
- org.springframework.integration.support.locks.LockRegistry
public class GemfireLockRegistry
extends Object
implements org.springframework.integration.support.locks.LockRegistry
Implementation of 
LockRegistry providing a distributed lock using Gemfire.- Since:
- 4.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGemfireLockRegistry(org.apache.geode.cache.Cache cache) GemfireLockRegistry(org.apache.geode.cache.Region<?, ?> region) 
- 
Method Summary
- 
Field Details- 
LOCK_REGISTRY_REGION- See Also:
 
 
- 
- 
Constructor Details- 
GemfireLockRegistrypublic GemfireLockRegistry(org.apache.geode.cache.Cache cache) 
- 
GemfireLockRegistrypublic GemfireLockRegistry(org.apache.geode.cache.Region<?, ?> region) 
 
- 
- 
Method Details- 
obtain- Specified by:
- obtainin interface- org.springframework.integration.support.locks.LockRegistry
 
 
- 
