org.jboss.cache
Class RegionRegistry

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<Fqn,Region>
          extended by org.jboss.cache.RegionRegistry
All Implemented Interfaces:
Serializable, ConcurrentMap<Fqn,Region>, Map<Fqn,Region>

public class RegionRegistry
extends ConcurrentHashMap<Fqn,Region>

An extension of the ConcurrentHashMap that acts as a container for regions.

Since:
3.0
Author:
Manik Surtani (manik AT jboss DOT org)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
RegionRegistry()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RegionRegistry

public RegionRegistry()


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