All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.NetForge

java.lang.Object
   |
   +----novocode.netforge.NetForge

public final class NetForge
extends Object
implements Configurable, ActionListener
This is the main NetForge class that represents a server cluster.


Variable Index

 o backendManager
 o confman
 o log
 o mimetypes
 o protectionSpaceManager
 o realmlookup
 o SERVERNAME
 o SVERSION
 o threadPool

Constructor Index

 o NetForge(String, NFConfigurationManager, boolean, boolean)

Method Index

 o actionPerformed(ActionEvent)
 o getAbsHome()
 o getConfig()
 o getInt(String)
 o makeAbsName(String)
 o openGUI()
 o resetConfig()
 o setConfig(Config)
 o shutdown()

Variables

 o SERVERNAME
 public static final byte SERVERNAME[]
 o SVERSION
 public static final String SVERSION
 o confman
 public NFConfigurationManager confman
 o log
 public Log log
 o mimetypes
 public MimeTypes mimetypes
 o realmlookup
 public RealmLookup realmlookup
 o protectionSpaceManager
 public ProtectionSpaceManager protectionSpaceManager
 o threadPool
 public ThreadPool threadPool
 o backendManager
 public BackendManager backendManager

Constructors

 o NetForge
 public NetForge(String hm,
                 NFConfigurationManager cm,
                 boolean initialGUI,
                 boolean exitOnShutdown)

Methods

 o openGUI
 public void openGUI()
 o getInt
 public static int getInt(String key)
 o makeAbsName
 public String makeAbsName(String n)
 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o shutdown
 public void shutdown()
 o getAbsHome
 public String getAbsHome()

All Packages  Class Hierarchy  This Package  Previous  Next  Index