org.jboss.mx.loading
Interface UnifiedLoaderRepositoryMBean
- All Known Subinterfaces: 
- UnifiedLoaderRepository3MBean
- All Known Implementing Classes: 
- HeirarchicalLoaderRepository3, UnifiedLoaderRepository3
- public interface UnifiedLoaderRepositoryMBean 
UnifiedLoaderRepositoryMBean.java
 Created: Sun Apr 14 13:04:04 2002
- Version:
- Author:
- David Jencks
 
newClassLoader
RepositoryClassLoader newClassLoader(URL url,
                                     boolean addToRepository)
                                     throws Exception
- 
- Throws:
- Exception
 
newClassLoader
RepositoryClassLoader newClassLoader(URL url,
                                     URL origURL,
                                     boolean addToRepository)
                                     throws Exception
- 
- Throws:
- Exception
 
removeClassLoader
void removeClassLoader(ClassLoader cl)
- 
 
registerClassLoader
LoaderRepository registerClassLoader(RepositoryClassLoader ucl)
- 
 
getWrappingClassLoader
RepositoryClassLoader getWrappingClassLoader(ClassLoader cl)
- 
 
getInstance
LoaderRepository getInstance()
- 
 
getURLs
URL[] getURLs()
- 
 
getTranslator
org.jboss.util.loading.Translator getTranslator()
- 
 
setTranslator
void setTranslator(org.jboss.util.loading.Translator t)
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.