example
Class Main

java.lang.Object
  |
  +--example.Main

public class Main
extends Object

Main starts a Thread that periodically wakes up and calls Example e = (Example)proxy.hotswap() on a Proxy instance that is constructed from the classname you specify.


Method Summary
static void main(String[] argv)
          Main does not do any custom ProxyCompiler configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] argv)
                 throws ProxyException
Main does not do any custom ProxyCompiler configuration. It is expected that a configuration file will be passed to the application via the -D option. See the manual for more information. Usage:
 java example.Main <Example implementation classname>