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

Packages that use Managed
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 Managed in org.exoplatform.container
 

Classes in org.exoplatform.container with annotations of type Managed
 class PortalContainer
          Created by The eXo Platform SAS Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Jul 31, 2003 Time: 12:15:28 AM
 class PropertyManagerManaged
          A management facade for the PropertyManager static methods.
 class RootContainer
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Date: Jul 21, 2004 Time: 12:15:28 AM
 

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

Uses of Managed in org.exoplatform.services.cache
 

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

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

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

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

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

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

Methods in org.exoplatform.services.cache.impl.jboss.lfu with annotations of type Managed
 long LFUExoCacheCreator.LFUExoCache.getMinNodes()
           
 void LFUExoCacheCreator.LFUExoCache.setMinNodes(int minNodes)
           
 

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

Methods in org.exoplatform.services.cache.impl.jboss.lru with annotations of type Managed
 int LRUExoCacheCreator.LRUExoCache.getMaxAge()
           
 void LRUExoCacheCreator.LRUExoCache.setMaxAge(int maxAgeSeconds)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.