|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The UnifiedLoaderRepository3 (ULR) management interface
Method Summary | |
java.lang.String |
displayClassInfo(java.lang.String className)
A utility method that iterates over all repository class loader and display the class information for every UCL that contains the given className |
void |
flush()
Flush the ULR classes cache |
int |
getCacheSize()
Get the number of classes loaded into the ULR cache. |
int |
getClassLoadersSize()
Get the number of UnifiedClassLoader3s (UCLs) in the ULR |
java.util.Set |
getPackageClassLoaders(java.lang.String className)
Called by LoadMgr to obtain all class loaders for the given className |
Methods inherited from interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean (src) |
getInstance, getTranslator, getURLs, getWrappingClassLoader, newClassLoader, newClassLoader, registerClassLoader, removeClassLoader, setTranslator |
Method Detail |
public java.util.Set getPackageClassLoaders(java.lang.String className)
public java.lang.String displayClassInfo(java.lang.String className)
public int getCacheSize()
public int getClassLoadersSize()
public void flush()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |