Uses of Class
org.infinispan.factories.scopes.Scopes

Packages that use Scopes
org.infinispan.factories.scopes Scopes of components within the lifespan of a CacheManager and its various Caches, and related utilities. 
 

Uses of Scopes in org.infinispan.factories.scopes
 

Methods in org.infinispan.factories.scopes that return Scopes
static Scopes ScopeDetector.detectScope(Class<?> clazz)
           
static Scopes Scopes.getDefaultScope()
           
static Scopes Scopes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scopes[] Scopes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


-->

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