Class CacheServerFactoryBean

java.lang.Object
org.springframework.data.gemfire.support.AbstractFactoryBeanSupport<CacheServer>
org.springframework.data.gemfire.server.CacheServerFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<CacheServer>, InitializingBean, Lifecycle, Phased, SmartLifecycle

public class CacheServerFactoryBean extends AbstractFactoryBeanSupport<CacheServer> implements DisposableBean, InitializingBean, SmartLifecycle
Spring FactoryBean used to construct, configure and initialize a CacheServer.
Author:
Costin Leau, John Blum
See Also: