ch.qos.logback.access.jetty
Class JettyFixtureBase

java.lang.Object
  extended by ch.qos.logback.access.jetty.JettyFixtureBase
Direct Known Subclasses:
JettyFixture, JettyFixture

public abstract class JettyFixtureBase
extends Object


Field Summary
protected  RequestLogImpl requestLogImpl
           
 
Constructor Summary
JettyFixtureBase(RequestLogImpl impl, int port)
           
 
Method Summary
protected abstract  void buildContext()
           
protected abstract  org.mortbay.jetty.Handler getHandler()
           
 String getName()
           
 String getUrl()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestLogImpl

protected RequestLogImpl requestLogImpl
Constructor Detail

JettyFixtureBase

public JettyFixtureBase(RequestLogImpl impl,
                        int port)
Method Detail

getName

public String getName()

getUrl

public String getUrl()

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

buildContext

protected abstract void buildContext()

getHandler

protected abstract org.mortbay.jetty.Handler getHandler()


Copyright © 2005-2009 QOS.ch. All Rights Reserved.