|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionNameConflictException | |
org.jboss.cache | |
org.jboss.cache.aop | |
org.jboss.cache.marshall |
Uses of RegionNameConflictException in org.jboss.cache |
Methods in org.jboss.cache that throw RegionNameConflictException | |
void |
TreeCacheMBean.registerClassLoader(java.lang.String fqn,
java.lang.ClassLoader cl)
Registers the given classloader with TreeCacheMarshaller for
use in unmarshalling replicated objects for the specified region. |
void |
TreeCacheMBean.activateRegion(java.lang.String subtreeFqn)
Causes the cache to transfer state for the subtree rooted at subtreeFqn and to begin accepting replication messages
for that subtree. |
void |
TreeCacheMBean.inactivateRegion(java.lang.String subtreeFqn)
Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree. |
void |
TreeCache.registerClassLoader(java.lang.String fqn,
java.lang.ClassLoader cl)
If useMarshalling is true, we will use TreeCacheMarshaller for marshalling. |
void |
TreeCache.activateRegion(java.lang.String subtreeFqn)
Causes the cache to transfer state for the subtree rooted at subtreeFqn and to begin accepting replication messages
for that subtree. |
void |
TreeCache.inactivateRegion(java.lang.String subtreeFqn)
Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree. |
Uses of RegionNameConflictException in org.jboss.cache.aop |
Methods in org.jboss.cache.aop that throw RegionNameConflictException | |
void |
TreeCacheAop.activateRegion(java.lang.String subtreeFqn)
Overrides the superclass method by
ensuring that the internal region where information on shared object is stored
has been activated. |
Uses of RegionNameConflictException in org.jboss.cache.marshall |
Methods in org.jboss.cache.marshall that throw RegionNameConflictException | |
void |
TreeCacheMarshaller.registerClassLoader(java.lang.String fqn,
java.lang.ClassLoader cl)
Register the specific classloader under the fqn region. |
void |
TreeCacheMarshaller.activate(java.lang.String fqn)
Activates unmarshalling of replication messages for the region rooted in the given Fqn. |
void |
TreeCacheMarshaller.inactivate(java.lang.String fqn)
Disables unmarshalling of replication messages for the region rooted in the given Fqn. |
Region |
RegionManager.createRegion(java.lang.String fqn,
java.lang.ClassLoader cl)
Create a region based on fqn. |
Region |
RegionManager.createRegion(java.lang.String fqn,
java.lang.ClassLoader cl,
boolean inactive)
Create a region based on fqn. |
void |
RegionManager.checkConflict(java.lang.String myFqn)
Check for conflict in the current regions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |