org.jruby.management
Interface MethodCacheMBean

All Known Implementing Classes:
MethodCache

public interface MethodCacheMBean


Method Summary
 void flush()
           
 int getAddCount()
           
 int getFlushCount()
           
 int getModuleIncludeCount()
           
 int getModuleTriggeredRemoveCount()
           
 int getRemoveCount()
           
 

Method Detail

getAddCount

int getAddCount()

getRemoveCount

int getRemoveCount()

getModuleIncludeCount

int getModuleIncludeCount()

getModuleTriggeredRemoveCount

int getModuleTriggeredRemoveCount()

getFlushCount

int getFlushCount()

flush

void flush()


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