|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |