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, bootstrap and initialize an Apache Geode Locator using the LocatorLauncher class.
Since:
2.2.0
Author:
John Blum
See Also: