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

    Modifier and Type
    Method
    Description
    loadClass(String className, boolean fastPathOnly)
    loads a class
  • Method Details

    • loadClass

      Class<?> loadClass(String className, boolean fastPathOnly) throws ClassNotFoundException
      loads a class
      Parameters:
      className - class name
      fastPathOnly - hint to the provider whether to use fast loading path only if supported
      Returns:
      loaded class
      Throws:
      ClassNotFoundException