org.springframework.data.gemfire
Class CacheFactoryBean.JndiDataSource

java.lang.Object
  extended by org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
Enclosing class:
CacheFactoryBean

public static class CacheFactoryBean.JndiDataSource
extends Object


Constructor Summary
CacheFactoryBean.JndiDataSource()
           
 
Method Summary
 Map<String,String> getAttributes()
           
 List<com.gemstone.gemfire.internal.datasource.ConfigProperty> getProps()
           
 void setAttributes(Map<String,String> attributes)
           
 void setProps(List<com.gemstone.gemfire.internal.datasource.ConfigProperty> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFactoryBean.JndiDataSource

public CacheFactoryBean.JndiDataSource()
Method Detail

getAttributes

public Map<String,String> getAttributes()

setAttributes

public void setAttributes(Map<String,String> attributes)

getProps

public List<com.gemstone.gemfire.internal.datasource.ConfigProperty> getProps()

setProps

public void setProps(List<com.gemstone.gemfire.internal.datasource.ConfigProperty> props)