|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The UnifiedLoaderRepository3 (ULR) management interface
Method Summary | |
String |
displayClassInfo(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 |
Set |
getPackageClassLoaders(String className)
Called by LoadMgr to obtain all class loaders for the given className |
Methods inherited from interface org.jboss.mx.loading.UnifiedLoaderRepositoryMBean |
getInstance, getTranslator, getURLs, getWrappingClassLoader, newClassLoader, newClassLoader, registerClassLoader, removeClassLoader, setTranslator |
Method Detail |
public Set getPackageClassLoaders(String className)
public String displayClassInfo(String className)
public int getCacheSize()
public int getClassLoadersSize()
public void flush()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |