Class Main
package: net.jxta.myjxta
public class Main
Version:
$Id: Main.java,v 1.2 2005/03/23 12:53:43 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
Field Summary
private static Main
Constructor Summary
private
   This class is only to be instantiated as a singleton.
 
Method Summary
public static synchronized Main
   Returns the singleton instance of this class.
 
public static void
main(String args)
   Driver method of the MyJxta2 application.
 
Field Detail
instance
private static Main instance = new Main()
Constructor Detail
Main
private Main()
This class is only to be instantiated as a singleton.
Method Detail
getInstance
public static synchronized Main getInstance()
Returns the singleton instance of this class.

main
public static void main(String args)
Driver method of the MyJxta2 application. The controlling thread is created.