org.mortbay.jetty.servlet.wadi
Class WADITestServer

java.lang.Object
  extended by org.mortbay.jetty.servlet.wadi.WADITestServer

public class WADITestServer
extends java.lang.Object


Constructor Summary
WADITestServer(int jettyPort, java.lang.String nodeName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  ContextHandler newCounterHandler()
           
protected  ContextHandler newExitHandler()
           
 void setUp()
           
protected  void setUpConnector()
           
protected  void setUpHandlers()
           
 void startCluster()
           
 void startServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADITestServer

public WADITestServer(int jettyPort,
                      java.lang.String nodeName)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

startServer

public void startServer()
                 throws java.lang.Exception
Throws:
java.lang.Exception

startCluster

public void startCluster()
                  throws java.lang.Exception
Throws:
java.lang.Exception

setUpHandlers

protected void setUpHandlers()

newExitHandler

protected ContextHandler newExitHandler()

newCounterHandler

protected ContextHandler newCounterHandler()

setUpConnector

protected void setUpConnector()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.