Interface IClassLoaderMapper


public interface IClassLoaderMapper
Map a given name onto a classloader. The container that provides an IClassLoaderMapper to the constructor of an IdentifiableObjectInputStream can use the name provided to lookup a shared object of same name and map that name to a classloader instance
  • Method Details