Class LocalRegionFactoryBean<K,V>

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<Region<K,V>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, EvictingRegionFactoryBean, ExpiringRegionFactoryBean<K,V>

public class LocalRegionFactoryBean<K,V> extends PeerRegionFactoryBean<K,V>
Spring FactoryBean used to create a RegionShortcut.LOCAL peer GemFireCache Region.
Author:
David Turanski, John Blum
See Also: