public abstract class RMIClassLoaderSpi
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

RMIClassLoaderSpi is the service provider interface for RMIClassLoader. In particular, an RMIClassLoaderSpi instance provides an implementation of the following static methods of RMIClassLoader:

When one of those methods is invoked, its behavior is to delegate to a corresponding method on an instance of this class. The details of how each method delegates to the provider instance is described in the documentation for each particular method. See the documentation for RMIClassLoader for a description of how a provider instance is chosen.

See also:
RMIClassLoader

Since:  1.4