Uses of Interface
org.jboss.cache.pojo.PojoCache

Packages that use PojoCache
org.jboss.cache.pojo   
org.jboss.cache.pojo.impl   
org.jboss.cache.pojo.jmx   
org.jboss.cache.pojo.notification   
 

Uses of PojoCache in org.jboss.cache.pojo
 

Subinterfaces of PojoCache in org.jboss.cache.pojo
 interface PojoCacheMBean
          MBean interface for PojoCache.
 

Methods in org.jboss.cache.pojo that return PojoCache
static PojoCache PojoCacheFactory.createCache(Configuration config, boolean start)
          Create a PojoCache instance.
static PojoCache PojoCacheFactory.createCache(String config)
          Create a PojoCache instance.
static PojoCache PojoCacheFactory.createCache(String config, boolean start)
          Create a PojoCache instance.
 

Uses of PojoCache in org.jboss.cache.pojo.impl
 

Classes in org.jboss.cache.pojo.impl that implement PojoCache
 class PojoCacheImpl
          Implementation class for PojoCache interface
 

Methods in org.jboss.cache.pojo.impl that return PojoCache
 PojoCache CacheListenerAdaptor.getPojoCache()
           
 

Uses of PojoCache in org.jboss.cache.pojo.jmx
 

Methods in org.jboss.cache.pojo.jmx that return PojoCache
 PojoCache PojoCacheJmxWrapperMBean.getPojoCache()
          Returns the PojoCache.
 PojoCache PojoCacheJmxWrapper.getPojoCache()
           
 

Methods in org.jboss.cache.pojo.jmx with parameters of type PojoCache
 void PojoCacheJmxWrapper.setPojoCache(PojoCache cache)
           
 

Constructors in org.jboss.cache.pojo.jmx with parameters of type PojoCache
PojoCacheJmxWrapper(PojoCache toWrap)
          Creates a PojoCacheJmxWrapper that wraps the given PojoCache.
 

Uses of PojoCache in org.jboss.cache.pojo.notification
 

Methods in org.jboss.cache.pojo.notification that return PojoCache
 PojoCache NotificationContext.getPojoCache()
          Obtains the cache instance that triggered this notification.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.