See: Description
Class | Description |
---|---|
AbstractFactoryBeanSupport<T> |
The
AbstractFactoryBeanSupport class is an abstract Spring FactoryBean base class implementation
encapsulating operations common to SDG's FactoryBean implementations. |
AbstractPropertyEditorConverterSupport<T> |
The AbstractPropertyEditorConverterSupport class is an abstract base class for Spring Converter implementations
that also implement the JavaBeans PropertyEditor interface.
|
ConnectionEndpoint |
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber],
where hostname is the network name or IP address of the host.
|
ConnectionEndpointList |
The ConnectionEndpointList class is an Iterable collection of ConnectionEndpoint objects.
|
DeclarableSupport |
Convenience class for Spring-aware GemFire
Declarable components. |
GemfireBeanFactoryLocator |
The
GemfireBeanFactoryLocator class stores a reference to the Spring
ApplicationContext / BeanFactory needed to auto-wire
user application GemFire objects implementing the Declarable interface
and defined in GemFire's native configuration format (e.g. |
GemfireBeanFactoryLocator.BeanFactoryReference |
Reference holder storing a reference to a Spring
BeanFactory . |
LazyWiringDeclarableSupport |
The
LazyWiringDeclarableSupport class is an implementation of GemFire's Declarable interface
that enables support for wiring GemFire components with Spring bean dependencies defined in
a Spring ApplicationContext . |
SpringContextBootstrappingInitializer |
The
SpringContextBootstrappingInitializer class is a GemFire configuration initializer used to bootstrap
a Spring ApplicationContext inside a GemFire Server JVM-based process. |
SpringServerLauncherCacheProvider |
The SpringServerLauncherCacheProvider class overrides the default behavior of GemFire's
ServerLauncher
to bootstrap the GemFire cache using a Spring ApplicationContext instead
of GemFire cache.xml inside a GemFire Server JVM-based process. |
WiringDeclarableSupport |
Declarable support class used to wire declaring, implementing instances through the Spring container. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.