org.apache.geronimo.jetty6
Class AbstractPreHandler
java.lang.Object
   org.apache.geronimo.jetty6.AbstractPreHandler
org.apache.geronimo.jetty6.AbstractPreHandler
- All Implemented Interfaces: 
- PreHandler, org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler
- Direct Known Subclasses: 
- AbstractClusteredPreHandler
- public abstract class AbstractPreHandler 
- extends Object- implements PreHandler
| Field Summary | 
| protected  org.mortbay.jetty.Handler | next
 | 
 
| Fields inherited from interface org.mortbay.jetty.Handler | 
| ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface org.mortbay.jetty.Handler | 
| handle | 
 
next
protected org.mortbay.jetty.Handler next
AbstractPreHandler
public AbstractPreHandler()
setNextHandler
public final void setNextHandler(org.mortbay.jetty.Handler next)
- 
- Specified by:
- setNextHandlerin interface- PreHandler
 
- 
 
getServer
public final org.mortbay.jetty.Server getServer()
- 
- Specified by:
- getServerin interface- org.mortbay.jetty.Handler
 
- 
 
isFailed
public final boolean isFailed()
- 
- Specified by:
- isFailedin interface- org.mortbay.component.LifeCycle
 
- 
 
isRunning
public final boolean isRunning()
- 
- Specified by:
- isRunningin interface- org.mortbay.component.LifeCycle
 
- 
 
isStarted
public final boolean isStarted()
- 
- Specified by:
- isStartedin interface- org.mortbay.component.LifeCycle
 
- 
 
isStarting
public final boolean isStarting()
- 
- Specified by:
- isStartingin interface- org.mortbay.component.LifeCycle
 
- 
 
isStopping
public final boolean isStopping()
- 
- Specified by:
- isStoppingin interface- org.mortbay.component.LifeCycle
 
- 
 
isStopped
public boolean isStopped()
- 
- Specified by:
- isStoppedin interface- org.mortbay.component.LifeCycle
 
- 
 
setServer
public final void setServer(org.mortbay.jetty.Server server)
- 
- Specified by:
- setServerin interface- org.mortbay.jetty.Handler
 
- 
 
start
public final void start()
                 throws Exception
- 
- Specified by:
- startin interface- org.mortbay.component.LifeCycle
 
- 
- Throws:
- Exception
 
stop
public final void stop()
                throws Exception
- 
- Specified by:
- stopin interface- org.mortbay.component.LifeCycle
 
- 
- Throws:
- Exception
 
destroy
public void destroy()
- 
- Specified by:
- destroyin interface- org.mortbay.jetty.Handler
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.