| org.jboss.mx.loading.UnifiedLoaderRepository3MBean
All known Subclasses: org.jboss.mx.loading.UnifiedLoaderRepository3,
UnifiedLoaderRepository3MBean | public interface UnifiedLoaderRepository3MBean extends UnifiedLoaderRepositoryMBean(Code) | | The UnifiedLoaderRepository3 (ULR) management interface
author: Scott.Stark@jboss.org version: $Revision: 57200 $ |
displayClassInfo | public String displayClassInfo(String className)(Code) | | A utility method that iterates over all repository class loader and
display the class information for every UCL that contains the given
className
|
flush | public void flush()(Code) | | Flush the ULR classes cache
|
getCacheSize | public int getCacheSize()(Code) | | Get the number of classes loaded into the ULR cache.
the classes cache size. |
getClassLoadersSize | public int getClassLoadersSize()(Code) | | Get the number of UnifiedClassLoader3s (UCLs) in the ULR
the number of UCLs in the ULR |
getPackageClassLoaders | public Set getPackageClassLoaders(String className)(Code) | | Called by LoadMgr to obtain all class loaders for the given className
LinkedList, may be null |
|
|