org.exist.management
Class CacheManager

java.lang.Object
  extended by org.exist.management.CacheManager
All Implemented Interfaces:
CacheManagerMBean

public class CacheManager
extends Object
implements CacheManagerMBean

Created by IntelliJ IDEA. User: wolf Date: Jun 10, 2007 Time: 8:31:15 AM To change this template use File | Settings | File Templates.


Constructor Summary
CacheManager(CacheManager manager)
           
 
Method Summary
 long getCurrentSize()
           
 long getMaxSingle()
           
 long getMaxTotal()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager

public CacheManager(CacheManager manager)
Method Detail

getMaxTotal

public long getMaxTotal()
Specified by:
getMaxTotal in interface CacheManagerMBean

getMaxSingle

public long getMaxSingle()
Specified by:
getMaxSingle in interface CacheManagerMBean

getCurrentSize

public long getCurrentSize()
Specified by:
getCurrentSize in interface CacheManagerMBean


Copyright (C) Wolfgang Meier. All rights reserved.