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
 java.lang.Object PojoCache.attach(java.lang.String id, java.lang.Object pojo)
          Attach a POJO into PojoCache.
 void PojoCache.create()
          Lifecycle method to start PojoCache.
 void PojoCache.destroy()
          Lifecycle method to destroy PojoCache.
 java.lang.Object PojoCache.detach(java.lang.String id)
          Remove POJO object from the cache.
 java.lang.Object PojoCache.find(java.lang.String id)
          Retrieve POJO from the cache system.
 java.util.Map PojoCache.findAll(java.lang.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
 java.lang.Object PojoCacheImpl.attach(Fqn id, java.lang.Object pojo)
           
 java.lang.Object PojoCacheImpl.attach(Fqn id, java.lang.Object pojo, java.lang.String field)
           
 java.lang.Object PojoCacheImpl.attach(java.lang.String id, java.lang.Object pojo)
           
 void PojoCacheImpl.create()
           
 void PojoCacheImpl.destroy()
           
 java.lang.Object PojoCacheImpl.detach(Fqn id)
           
 java.lang.Object PojoCacheImpl.detach(Fqn id, java.lang.String field)
           
 java.lang.Object PojoCacheImpl.detach(java.lang.String id)
           
 java.lang.Object PojoCacheImpl.find(Fqn id)
           
 java.lang.Object PojoCacheImpl.find(java.lang.String id)
           
 java.util.Map PojoCacheImpl.findAll(Fqn id)
           
 java.util.Map PojoCacheImpl.findAll(java.lang.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.