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

Packages that use Region.Status
org.jboss.cache   
 

Uses of Region.Status in org.jboss.cache
 

Methods in org.jboss.cache that return Region.Status
 Region.Status RegionImpl.getStatus()
           
 Region.Status Region.getStatus()
           
static Region.Status Region.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Region.Status[] Region.Status.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.Status
 void RegionImpl.setStatus(Region.Status status)
           
 void Region.setStatus(Region.Status status)
          A mechanism to set status of a region, more fine grained control than just setActive();
 



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