org.jruby.management
Class MethodCache

java.lang.Object
  extended by org.jruby.management.MethodCache
All Implemented Interfaces:
MethodCacheMBean

public class MethodCache
extends java.lang.Object
implements MethodCacheMBean


Constructor Summary
MethodCache(CacheMap cacheMap)
           
 
Method Summary
 void flush()
           
 int getAddCount()
           
 int getFlushCount()
           
 int getModuleIncludeCount()
           
 int getModuleTriggeredRemoveCount()
           
 int getRemoveCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCache

public MethodCache(CacheMap cacheMap)
Method Detail

getAddCount

public int getAddCount()
Specified by:
getAddCount in interface MethodCacheMBean

getRemoveCount

public int getRemoveCount()
Specified by:
getRemoveCount in interface MethodCacheMBean

getModuleIncludeCount

public int getModuleIncludeCount()
Specified by:
getModuleIncludeCount in interface MethodCacheMBean

getModuleTriggeredRemoveCount

public int getModuleTriggeredRemoveCount()
Specified by:
getModuleTriggeredRemoveCount in interface MethodCacheMBean

getFlushCount

public int getFlushCount()
Specified by:
getFlushCount in interface MethodCacheMBean

flush

public void flush()
Specified by:
flush in interface MethodCacheMBean


Copyright © 2002-2007 JRuby Team. All Rights Reserved.