org.jruby.management
Interface ClassCacheMBean

All Known Implementing Classes:
ClassCache

public interface ClassCacheMBean


Method Summary
 void flush()
           
 int getClassLoadCount()
           
 int getClassReuseCount()
           
 int getLiveClassCount()
           
 boolean isFull()
           
 

Method Detail

isFull

boolean isFull()

getClassLoadCount

int getClassLoadCount()

getLiveClassCount

int getLiveClassCount()

getClassReuseCount

int getClassReuseCount()

flush

void flush()


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