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)
@BypassInterceptors
@Install(value=false,
         precedence=0)
public class PojoCache
extends Object

Integration with JBoss Cache

Author:
Gavin King

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()