public class GatewayHubFactoryBean extends AbstractWANComponentFactoryBean<GatewayHub>
GatewayHub
(deprecated in Gemfire
7)cache, factory, log, VALID_ORDER_POLICIES
Constructor and Description |
---|
GatewayHubFactoryBean(Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
doInit() |
GatewayHub |
getObject() |
Class<?> |
getObjectType() |
void |
setBindAddress(String bindAddress) |
void |
setGateways(List<GatewayProxy> gateways) |
void |
setManualStart(Boolean manualStart) |
void |
setMaximumTimeBetweenPings(Integer maximumTimeBetweenPings) |
void |
setPort(Integer port) |
void |
setSocketBufferSize(Integer socketBufferSize) |
void |
setStartupPolicy(String startupPolicy) |
afterPropertiesSet, destroy, getName, isSingleton, setBeanName, setFactory, setName
public GatewayHubFactoryBean(Cache cache)
cache
- the Gemfire cachepublic GatewayHub getObject() throws Exception
getObject
in interface FactoryBean<GatewayHub>
getObject
in class AbstractWANComponentFactoryBean<GatewayHub>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<GatewayHub>
getObjectType
in class AbstractWANComponentFactoryBean<GatewayHub>
protected void doInit()
doInit
in class AbstractWANComponentFactoryBean<GatewayHub>
public void setPort(Integer port)
public void setBindAddress(String bindAddress)
public void setMaximumTimeBetweenPings(Integer maximumTimeBetweenPings)
public void setSocketBufferSize(Integer socketBufferSize)
public void setStartupPolicy(String startupPolicy)
public void setManualStart(Boolean manualStart)
public void setGateways(List<GatewayProxy> gateways)