org.mortbay.terracotta.servlet
Class TerracottaJettyServer

java.lang.Object
  extended by org.mortbay.terracotta.servlet.TerracottaJettyServer

public class TerracottaJettyServer
extends Object

Version:
$Revision: 1216 $ $Date: 2008-09-19 09:24:33 -0500 (Fri, 19 Sep 2008) $

Constructor Summary
TerracottaJettyServer(int port)
           
TerracottaJettyServer(int port, int maxInactivePeriod, int scavengePeriod)
           
 
Method Summary
 Context addContext(String contextPath)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerracottaJettyServer

public TerracottaJettyServer(int port)

TerracottaJettyServer

public TerracottaJettyServer(int port,
                             int maxInactivePeriod,
                             int scavengePeriod)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

addContext

public Context addContext(String contextPath)

stop

public void stop()
          throws Exception
Throws:
Exception


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