Uses of Class
org.jboss.cache.pojo.PojoCacheException

Packages that use PojoCacheException
org.jboss.cache.pojo   
org.jboss.cache.pojo.impl   
org.jboss.cache.pojo.jmx   
 

Uses of PojoCacheException in org.jboss.cache.pojo
 

Subclasses of PojoCacheException in org.jboss.cache.pojo
 class PojoCacheAlreadyDetachedException
          Thrown when the POJO has already detached from the cache store by the remote side, but user is still trying to access it via the cache interceptor.
 

Methods in org.jboss.cache.pojo that throw PojoCacheException
 Object PojoCache.attach(org.jboss.cache.Fqn<?> id, Object pojo)
          Attach a POJO into PojoCache.
 Object PojoCache.attach(String id, Object pojo)
          Attach a POJO into PojoCache.
 void PojoCache.create()
          Lifecycle method to start PojoCache.
 void PojoCache.destroy()
          Lifecycle method to destroy PojoCache.
 Object PojoCache.detach(org.jboss.cache.Fqn<?> id)
          Remove POJO object from the cache.
 Object PojoCache.detach(String id)
          Remove POJO object from the cache.
 Object PojoCache.find(org.jboss.cache.Fqn<?> id)
          Retrieve POJO from the cache system.
 Object PojoCache.find(String id)
          Retrieve POJO from the cache system.
 Map<org.jboss.cache.Fqn<?>,Object> PojoCache.findAll(org.jboss.cache.Fqn<?> id)
          Query all managed POJO objects under the id recursively.
 Map<org.jboss.cache.Fqn<?>,Object> PojoCache.findAll(String id)
          Query all managed POJO objects under the id recursively.
 void PojoCache.start()
          Lifecycle method to start PojoCache.
 void PojoCache.stop()
          Lifecycle method to stop PojoCache.
 

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

Methods in org.jboss.cache.pojo.impl that throw PojoCacheException
 Object PojoCacheImpl.attach(org.jboss.cache.Fqn<?> id, Object pojo)
           
 Object PojoCacheImpl.attach(org.jboss.cache.Fqn<?> id, Object pojo, String field, Object source)
           
 Object PojoCacheImpl.attach(String id, Object pojo)
           
 void PojoCacheImpl.create()
           
 void PojoCacheImpl.destroy()
           
 Object PojoCacheImpl.detach(org.jboss.cache.Fqn<?> id)
           
 Object PojoCacheImpl.detach(org.jboss.cache.Fqn<?> id, String field, Object source)
           
 Object PojoCacheImpl.detach(String id)
           
 Object PojoCacheImpl.find(org.jboss.cache.Fqn<?> id)
           
 Object PojoCacheImpl.find(String id)
           
 Map<org.jboss.cache.Fqn<?>,Object> PojoCacheImpl.findAll(org.jboss.cache.Fqn<?> id)
           
 Map<org.jboss.cache.Fqn<?>,Object> PojoCacheImpl.findAll(String id)
           
 void PojoCacheImpl.start()
           
 void PojoCacheImpl.stop()
           
 

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

Methods in org.jboss.cache.pojo.jmx that throw PojoCacheException
 void PojoCacheJmxWrapper.create()
           
 void PojoCacheJmxWrapperMBean.create()
          Lifecycle method to start PojoCache.
 void PojoCacheJmxWrapperMBean.destroy()
          Lifecycle method to destroy PojoCache.
 void PojoCacheJmxWrapper.start()
           
 void PojoCacheJmxWrapperMBean.start()
          Lifecycle method to start PojoCache.
 void PojoCacheJmxWrapperMBean.stop()
          Lifecycle method to stop PojoCache.
 



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