- java.lang.Object
-
- org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean<T>
-
- All Implemented Interfaces:
- Aware, BeanNameAware, DisposableBean, FactoryBean<T>, InitializingBean
- Direct Known Subclasses:
- AsyncEventQueueFactoryBean, GatewayReceiverFactoryBean, GatewaySenderFactoryBean
public abstract class AbstractWANComponentFactoryBean<T>
extends Object
implements BeanNameAware, DisposableBean, FactoryBean<T>, InitializingBean
Abstract base class for WAN Gateway components.
- Author:
- David Turanski, John Blum
- See Also:
Cache
,
BeanNameAware
,
DisposableBean
,
FactoryBean
,
InitializingBean
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected org.apache.geode.cache.Cache |
cache |
protected Object |
factory |
protected Log |
log |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
log
protected final Log log
-
factory
protected Object factory
-
Method Detail
-
getName
public String getName()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.