Uses of Class
net.jini.loader.pref.PreferredClassLoader

Packages that use PreferredClassLoader
net.jini.loader.pref Provides class loader and RMIClassLoader provider implementations that support preferred classes
 

Uses of PreferredClassLoader in net.jini.loader.pref
 

Methods in net.jini.loader.pref that return PreferredClassLoader
static PreferredClassLoader PreferredClassLoader.newInstance(URL[] urls, ClassLoader parent, String exportAnnotation, boolean requireDlPerm)
          Creates a new instance of PreferredClassLoader that loads classes and resources from the specified path of URLs and delegates to the specified parent class loader.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.