Package org.jini.rio.boot
Interface IAdditionalClassProvider
public interface IAdditionalClassProvider
Provide a capabilitiy for loading classes, used by
ServiceClassLoader to load classed
from the lrmi class loader holder.- Since:
- 7.1
- Author:
- eitany
-
Method Summary
-
Method Details
-
loadClass
loads a class- Parameters:
className- class namefastPathOnly- hint to the provider whether to use fast loading path only if supported- Returns:
- loaded class
- Throws:
ClassNotFoundException
-