org.globus.cog.karajan.util
Class ProxyInitWrapper

java.lang.Object
  extended by org.globus.cog.karajan.util.ProxyInitWrapper
All Implemented Interfaces:
Runnable

public class ProxyInitWrapper
extends Object
implements Runnable

A wrapper around proxy init tools. It tries the swing version. If that failes, it reverts to the console version.


Constructor Summary
ProxyInitWrapper()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInitWrapper

public ProxyInitWrapper()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)