org.apache.geronimo.jetty
Class JettyServer

java.lang.Object
  extended byorg.mortbay.http.HttpServer
      extended byorg.mortbay.jetty.Server
          extended byorg.apache.geronimo.jetty.JettyServer
All Implemented Interfaces:
org.mortbay.util.LifeCycle, Serializable

public class JettyServer
extends org.mortbay.jetty.Server

Version:
$Revision: 1.2 $ $Date: 2004/06/27 20:37:38 $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.mortbay.http.HttpServer
org.mortbay.http.HttpServer.ComponentEvent, org.mortbay.http.HttpServer.ComponentEventListener
 
Constructor Summary
JettyServer()
           
 
Method Summary
 org.mortbay.http.UserRealm addRealm(org.mortbay.http.UserRealm realm)
           
static JettyWebAppJACCContext getCurrentWebAppContext()
           
 org.mortbay.http.UserRealm getRealm(String realmName)
           
 void removeRealm(org.mortbay.http.UserRealm realm)
           
static void setCurrentWebAppContext(JettyWebAppJACCContext context)
           
 
Methods inherited from class org.mortbay.jetty.Server
addWebApplication, addWebApplication, addWebApplications, addWebApplications, addWebApplications, addWebApplications, addWebApplications, configure, getConfiguration, getRootWebApp, main, newHttpContext, newWebApplicationContext, setRootWebApp
 
Methods inherited from class org.mortbay.http.HttpServer
addComponent, addContext, addContext, addContext, addContext, addEventListener, addHostAlias, addListener, addListener, addListener, destroy, findHandler, getConnections, getConnectionsDurationAve, getConnectionsDurationMax, getConnectionsOpen, getConnectionsOpenMax, getConnectionsRequestsAve, getConnectionsRequestsMax, getContext, getContext, getContext, getContexts, getErrors, getHostMap, getHttpServerList, getHttpServers, getListeners, getRequestLog, getRequests, getRequestsActive, getRequestsActiveMax, getRequestsDurationAve, getRequestsDurationMax, getRequestsPerGC, getResolveRemoteHost, getStatsOn, getStatsOnMs, getTrace, isStarted, join, removeComponent, removeContext, removeEventListener, removeListener, removeRealm, save, service, setAnonymous, setContexts, setListeners, setRequestLog, setRequestsPerGC, setResolveRemoteHost, setStatsOn, setTrace, start, statsReset, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyServer

public JettyServer()
Method Detail

addRealm

public org.mortbay.http.UserRealm addRealm(org.mortbay.http.UserRealm realm)

getRealm

public org.mortbay.http.UserRealm getRealm(String realmName)

removeRealm

public void removeRealm(org.mortbay.http.UserRealm realm)

setCurrentWebAppContext

public static void setCurrentWebAppContext(JettyWebAppJACCContext context)

getCurrentWebAppContext

public static JettyWebAppJACCContext getCurrentWebAppContext()


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