Uses of Class
org.jboss.cache.marshall.RegionNotFoundException

Packages that use RegionNotFoundException
org.jboss.cache   
org.jboss.cache.marshall   
 

Uses of RegionNotFoundException in org.jboss.cache
 

Methods in org.jboss.cache that throw RegionNotFoundException
 void TreeCacheMBean.unregisterClassLoader(java.lang.String fqn)
          Instructs the TreeCacheMarshaller to no longer use a special classloader to unmarshal replicated objects for the specified region.
 void TreeCache.unregisterClassLoader(java.lang.String fqn)
          If useMarshalling is true, we will use unregister this region.
 

Uses of RegionNotFoundException in org.jboss.cache.marshall
 

Methods in org.jboss.cache.marshall that throw RegionNotFoundException
 java.lang.ClassLoader TreeCacheMarshaller.getClassLoader(java.lang.String fqn)
          Gets the classloader previously registered for fqn by a call to TreeCacheMarshaller.registerClassLoader(String, ClassLoader).
 void TreeCacheMarshaller.unregisterClassLoader(java.lang.String fqn)
          Un-register the class loader.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.