Uses of Class
org.jboss.cache.config.Configuration.CacheMode

Packages that use Configuration.CacheMode
org.jboss.cache.config   
 

Uses of Configuration.CacheMode in org.jboss.cache.config
 

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

Methods in org.jboss.cache.config with parameters of type Configuration.CacheMode
 void Configuration.setCacheMode(Configuration.CacheMode cacheModeInt)
           
 



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