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

Packages that use PreferredClassLoader
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.loader.pref Provides class loader and RMIClassLoader provider implementations that support preferred classes
 

Uses of PreferredClassLoader in com.sun.jini.start
 

Subclasses of PreferredClassLoader in com.sun.jini.start
(package private) static class ActivateWrapper.ExportClassLoader
          A simple subclass of PreferredClassLoader that overrides getURLs to return the URLs of the provided export codebase.
 

Uses of PreferredClassLoader in net.jini.loader.pref
 

Subclasses of PreferredClassLoader in net.jini.loader.pref
(package private)  class PreferredFactoryClassLoader
          Class loader to wrap the preferred class loader so that loadClass checks package access.
 

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.
 

Methods in net.jini.loader.pref with parameters of type PreferredClassLoader
private  boolean PreferredClassProvider.interfacePreferred(PreferredClassLoader codebaseLoader, String[] interfaceNames, String codebase)
          Returns true if at least one of the specified interface names is preferred for the specified class loader; returns false if none of them are preferred.
 



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