org.exoplatform.services.cache.impl
Class CacheServiceManaged

java.lang.Object
  extended by org.exoplatform.services.cache.impl.CacheServiceManaged
All Implemented Interfaces:
ManagementAware

public class CacheServiceManaged
extends Object
implements ManagementAware

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
CacheServiceManaged(CacheServiceImpl cacheService)
           
 
Method Summary
 void clearCaches()
           
 void setContext(ManagementContext context)
          Sets the management context on the management aware object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheServiceManaged

public CacheServiceManaged(CacheServiceImpl cacheService)
Method Detail

clearCaches

public void clearCaches()

setContext

public void setContext(ManagementContext context)
Description copied from interface: ManagementAware
Sets the management context on the management aware object. If the context is not null it means the start of the management life cycle and if the scope is null it means the management life cycle ends.

Specified by:
setContext in interface ManagementAware
Parameters:
context - the management context


Copyright © 2009 eXo Platform SAS. All Rights Reserved.