Class LocatorFactoryBean

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, FactoryBean<Locator>, InitializingBean

public class LocatorFactoryBean extends AbstractFactoryBeanSupport<Locator> implements InitializingBean
Spring FactoryBean used to configure and initialize (bootstrap) an Apache Geode or Pivotal GemFire Locator using the LocatorLauncher class.
Since:
2.2.0
Author:
John Blum
See Also: