springs.tests
Class RemoteClassLoader

java.lang.Object
  |
  +--springs.tests.RemoteClassLoader

public class RemoteClassLoader
extends java.lang.Object

An example of remote loading of a class.

Author:
Java Sun (http://java.sun.com/developer/technicalArticles/Networking/classloaders/?feed=JSC)

Field Summary
private static java.lang.String _CODEBASE
          Do not point a jar file with the codebase.
 
Constructor Summary
RemoteClassLoader()
           
 
Method Summary
static void main(java.lang.String[] argv)
          It expects one argument (the name of the class to load; e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_CODEBASE

private static java.lang.String _CODEBASE
Do not point a jar file with the codebase. It seems this does not work with the class server used.

Constructor Detail

RemoteClassLoader

public RemoteClassLoader()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
It expects one argument (the name of the class to load; e.g. Tester.class).

java.lang.Exception