org.tinygroup.cachefactory
类 CacheFactoryBean

java.lang.Object
  继承者 org.tinygroup.cachefactory.CacheFactoryBean
所有已实现的接口:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class CacheFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean


构造方法摘要
CacheFactoryBean()
           
 
方法摘要
 void afterPropertiesSet()
           
 CacheManager getCacheManager()
           
 String getCacheRegion()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setCacheManager(CacheManager cacheManager)
           
 void setCacheRegion(String cacheRegion)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CacheFactoryBean

public CacheFactoryBean()
方法详细信息

getObject

public Object getObject()
                 throws Exception
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObject
抛出:
Exception

getObjectType

public Class getObjectType()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObjectType

isSingleton

public boolean isSingleton()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 isSingleton

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
指定者:
接口 org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
抛出:
Exception

getCacheRegion

public String getCacheRegion()

setCacheRegion

public void setCacheRegion(String cacheRegion)

getCacheManager

public CacheManager getCacheManager()

setCacheManager

public void setCacheManager(CacheManager cacheManager)


Copyright © 2006–2016 TinyGroup. All rights reserved.