org.apache.geronimo.jetty
Interface JettyContainer

All Superinterfaces:
org.apache.geronimo.management.J2EEManagedObject, org.apache.geronimo.management.geronimo.NetworkContainer, org.apache.geronimo.management.geronimo.WebContainer
All Known Implementing Classes:
JettyContainerImpl

public interface JettyContainer
extends org.apache.geronimo.management.geronimo.WebContainer


Method Summary
 void addContext(org.mortbay.http.HttpContext context)
           
 void addListener(org.mortbay.http.HttpListener listener)
           
 InternalJAASJettyRealm addRealm(String realmName)
           
 boolean getCollectStatistics()
           
 long getCollectStatisticsStarted()
           
 org.mortbay.http.RequestLog getRequestLog()
           
 void removeContext(org.mortbay.http.HttpContext context)
           
 void removeListener(org.mortbay.http.HttpListener listener)
           
 void removeRealm(String realmName)
           
 void resetStatistics()
           
 void setCollectStatistics(boolean on)
           
 void setRequestLog(org.mortbay.http.RequestLog log)
           
 
Methods inherited from interface org.apache.geronimo.management.geronimo.NetworkContainer
getConnectors, getConnectors
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

addListener

void addListener(org.mortbay.http.HttpListener listener)

removeListener

void removeListener(org.mortbay.http.HttpListener listener)

addContext

void addContext(org.mortbay.http.HttpContext context)

removeContext

void removeContext(org.mortbay.http.HttpContext context)

addRealm

InternalJAASJettyRealm addRealm(String realmName)

removeRealm

void removeRealm(String realmName)

resetStatistics

void resetStatistics()

setCollectStatistics

void setCollectStatistics(boolean on)

getCollectStatistics

boolean getCollectStatistics()

getCollectStatisticsStarted

long getCollectStatisticsStarted()

setRequestLog

void setRequestLog(org.mortbay.http.RequestLog log)

getRequestLog

org.mortbay.http.RequestLog getRequestLog()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.