org.apache.geronimo.jetty
Class JettyContainerImpl

java.lang.Object
  extended byorg.apache.geronimo.jetty.JettyContainerImpl
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle, JettyContainer

public class JettyContainerImpl
extends Object
implements JettyContainer, org.apache.geronimo.gbean.GBeanLifecycle

Version:
$Revision: 1.8 $ $Date: 2004/06/05 07:53:21 $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
JettyContainerImpl()
           
 
Method Summary
 void addContext(org.mortbay.http.HttpContext context)
           
 void addListener(org.mortbay.http.HttpListener listener)
           
 void addRealm(org.mortbay.http.UserRealm realm)
           
 void doFail()
           
 void doStart()
           
 void doStop()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 void removeContext(org.mortbay.http.HttpContext context)
           
 void removeListener(org.mortbay.http.HttpListener listener)
           
 void removeRealm(org.mortbay.http.UserRealm realm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

JettyContainerImpl

public JettyContainerImpl()
Method Detail

addListener

public void addListener(org.mortbay.http.HttpListener listener)
Specified by:
addListener in interface JettyContainer

removeListener

public void removeListener(org.mortbay.http.HttpListener listener)
Specified by:
removeListener in interface JettyContainer

addContext

public void addContext(org.mortbay.http.HttpContext context)
Specified by:
addContext in interface JettyContainer

removeContext

public void removeContext(org.mortbay.http.HttpContext context)
Specified by:
removeContext in interface JettyContainer

addRealm

public void addRealm(org.mortbay.http.UserRealm realm)
Specified by:
addRealm in interface JettyContainer

removeRealm

public void removeRealm(org.mortbay.http.UserRealm realm)
Specified by:
removeRealm in interface JettyContainer

doStart

public void doStart()
             throws org.apache.geronimo.gbean.WaitingException,
                    Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
Exception

doStop

public void doStop()
            throws org.apache.geronimo.gbean.WaitingException
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.