Uses of Class
org.exoplatform.management.annotations.ManagedDescription

Packages that use ManagedDescription
org.exoplatform.container   
org.exoplatform.services.cache   
org.exoplatform.services.cache.impl   
org.exoplatform.services.cache.impl.jboss.lfu   
org.exoplatform.services.cache.impl.jboss.lru   
 

Uses of ManagedDescription in org.exoplatform.container
 

Classes in org.exoplatform.container with annotations of type ManagedDescription
 class PropertyManagerManaged
          A management facade for the PropertyManager static methods.
 

Methods in org.exoplatform.container with annotations of type ManagedDescription
 String PortalContainer.getName()
           
 String PropertyManagerManaged.getProperty(String propertyName)
           
static boolean PropertyManagerManaged.getUseCache()
           
 boolean PropertyManagerManaged.isDevelopping()
           
static void PropertyManagerManaged.refresh()
           
static void PropertyManagerManaged.setProperty(String propertyName, String propertyValue)
           
 

Method parameters in org.exoplatform.container with annotations of type ManagedDescription
 String PropertyManagerManaged.getProperty(String propertyName)
           
static void PropertyManagerManaged.setProperty(String propertyName, String propertyValue)
           
static void PropertyManagerManaged.setProperty(String propertyName, String propertyValue)
           
 

Uses of ManagedDescription in org.exoplatform.services.cache
 

Classes in org.exoplatform.services.cache with annotations of type ManagedDescription
 interface ExoCache
          Created by The eXo Platform SAS.
 

Methods in org.exoplatform.services.cache with annotations of type ManagedDescription
 void ExoCache.clearCache()
          Clears the cache.
 int ExoCache.getCacheHit()
           
 int ExoCache.getCacheMiss()
           
 int ExoCache.getCacheSize()
           
 long ExoCache.getLiveTime()
           
 int ExoCache.getMaxSize()
           
 String ExoCache.getName()
           
 

Uses of ManagedDescription in org.exoplatform.services.cache.impl
 

Classes in org.exoplatform.services.cache.impl with annotations of type ManagedDescription
 class CacheServiceManaged
           
 

Methods in org.exoplatform.services.cache.impl with annotations of type ManagedDescription
 void CacheServiceManaged.clearCaches()
           
 

Uses of ManagedDescription in org.exoplatform.services.cache.impl.jboss.lfu
 

Methods in org.exoplatform.services.cache.impl.jboss.lfu with annotations of type ManagedDescription
 int LFUExoCacheCreator.LFUExoCache.getMaxSize()
           
 long LFUExoCacheCreator.LFUExoCache.getMinNodes()
           
 

Uses of ManagedDescription in org.exoplatform.services.cache.impl.jboss.lru
 

Methods in org.exoplatform.services.cache.impl.jboss.lru with annotations of type ManagedDescription
 long LRUExoCacheCreator.LRUExoCache.getLiveTime()
           
 int LRUExoCacheCreator.LRUExoCache.getMaxAge()
           
 int LRUExoCacheCreator.LRUExoCache.getMaxSize()
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.