org.springframework.data.gemfire.wan
Class GatewayProxy

java.lang.Object
  extended by org.springframework.data.gemfire.wan.GatewayProxy

public class GatewayProxy
extends Object

This class used to allow decoupling of 'gateway' parsing from 'gateway-hub' parsing


Nested Class Summary
static class GatewayProxy.GatewayEndpoint
           
static class GatewayProxy.GatewayQueue
           
 
Constructor Summary
GatewayProxy()
           
 
Method Summary
 Integer getConcurrencyLevel()
           
 List<GatewayProxy.GatewayEndpoint> getEndpoints()
           
 String getId()
           
 List<com.gemstone.gemfire.cache.util.GatewayEventListener> getListeners()
           
 String getOrderPolicy()
           
 GatewayProxy.GatewayQueue getQueue()
           
 Integer getSocketBufferSize()
           
 void setEndpoints(List<GatewayProxy.GatewayEndpoint> endpoints)
           
 void setId(String id)
           
 void setListeners(List<com.gemstone.gemfire.cache.util.GatewayEventListener> listeners)
           
 void setOrderPolicy(String orderPolicy)
           
 void setQueue(GatewayProxy.GatewayQueue queue)
           
 void setSocketBufferSize(int socketBufferSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayProxy

public GatewayProxy()
Method Detail

setEndpoints

public void setEndpoints(List<GatewayProxy.GatewayEndpoint> endpoints)

setListeners

public void setListeners(List<com.gemstone.gemfire.cache.util.GatewayEventListener> listeners)

setQueue

public void setQueue(GatewayProxy.GatewayQueue queue)

getQueue

public GatewayProxy.GatewayQueue getQueue()

getConcurrencyLevel

public Integer getConcurrencyLevel()

getEndpoints

public List<GatewayProxy.GatewayEndpoint> getEndpoints()

getId

public String getId()

getListeners

public List<com.gemstone.gemfire.cache.util.GatewayEventListener> getListeners()

getOrderPolicy

public String getOrderPolicy()

getSocketBufferSize

public Integer getSocketBufferSize()

setId

public void setId(String id)

setOrderPolicy

public void setOrderPolicy(String orderPolicy)

setSocketBufferSize

public void setSocketBufferSize(int socketBufferSize)