Uses of Class
org.jboss.cache.Region.Type

Packages that use Region.Type
org.jboss.cache   
 

Uses of Region.Type in org.jboss.cache
 

Methods in org.jboss.cache that return Region.Type
static Region.Type Region.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Region.Type[] Region.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache with parameters of type Region.Type
 List<Region> RegionManagerImpl.getAllRegions(Region.Type type)
           
 List<Region> RegionManager.getAllRegions(Region.Type type)
          Returns an ordered list of all regions.
 Region RegionManagerImpl.getRegion(Fqn fqn, Region.Type type, boolean createIfAbsent)
           
 Region RegionManager.getRegion(Fqn fqn, Region.Type type, boolean createIfAbsent)
          An overloaded form of RegionManager.getRegion(org.jboss.cache.Fqn,boolean) that takes an additional Region.Type parameter to force regions of a specific type.
 boolean RegionManagerImpl.hasRegion(Fqn fqn, Region.Type type)
           
 boolean RegionManager.hasRegion(Fqn fqn, Region.Type type)
          Returns true if the region exists
 



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