站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

PojoCache (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.core
Class PojoCache

java.lang.Object
  extended by org.jboss.seam.core.PojoCache

@Name(value="org.jboss.seam.core.pojoCache")
@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Install(value=false,
         precedence=0)
public class PojoCache
extends Object


Constructor Summary
PojoCache()
           
 
Method Summary
 org.jboss.cache.aop.PojoCache getCache()
           
 String getCfgResourceName()
           
static org.jboss.cache.aop.PojoCache instance()
           
 void setCfgResourceName(String cfgResourceName)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoCache

public PojoCache()
Method Detail

start

@Create
public void start()
           throws Exception
Throws:
Exception

stop

@Destroy
public void stop()

getCache

@Unwrap
public org.jboss.cache.aop.PojoCache getCache()

getCfgResourceName

public String getCfgResourceName()

setCfgResourceName

public void setCfgResourceName(String cfgResourceName)

instance

public static org.jboss.cache.aop.PojoCache instance()