com.croftsoft.apps.vaft.app
Class VAFT

java.lang.Object
  extended by com.croftsoft.apps.vaft.app.VAFT

public class VAFT
extends Object

Version:
2000-04-30
Author:
David W. Croft

Constructor Summary
protected VAFT(Config config)
           
 
Method Summary
protected  Host getHost()
           
protected  WebServer getWebServer()
           
static void main(String[] args)
           
protected  void shutdown()
           
protected  void start_Host()
           
protected  void start_WebServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAFT

protected VAFT(Config config)
        throws AlreadyBoundException,
               MalformedURLException,
               RemoteException,
               UnknownHostException
Throws:
AlreadyBoundException
MalformedURLException
RemoteException
UnknownHostException
Method Detail

main

public static void main(String[] args)
                 throws AlreadyBoundException,
                        MalformedURLException,
                        RemoteException,
                        UnknownHostException
Throws:
AlreadyBoundException
MalformedURLException
RemoteException
UnknownHostException

getWebServer

protected WebServer getWebServer()

getHost

protected Host getHost()

start_WebServer

protected void start_WebServer()

start_Host

protected void start_Host()
                   throws AlreadyBoundException,
                          MalformedURLException,
                          RemoteException,
                          UnknownHostException
Throws:
AlreadyBoundException
MalformedURLException
RemoteException
UnknownHostException

shutdown

protected void shutdown()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)