org.mortbay.jetty.plugin.util
Interface JettyPluginServer

All Superinterfaces:
Proxy
All Known Implementing Classes:
Jetty6PluginServer

public interface JettyPluginServer
extends Proxy

JettyPluginServer Type to hide differences in API for different versions of Jetty for Server class.


Method Summary
 void addWebApplication(JettyPluginWebApplication webapp)
           
 void configureHandlers()
           
 Object createDefaultConnector(String port)
           
 JettyPluginWebApplication createWebApplication()
           
 Object[] getConnectors()
           
 Object getRequestLog()
           
 Object[] getUserRealms()
           
 void join()
           
 void setConnectors(Object[] connectors)
           
 void setRequestLog(Object requestLog)
           
 void setUserRealms(Object[] realms)
           
 void start()
           
 
Methods inherited from interface org.mortbay.jetty.plugin.util.Proxy
getProxiedObject
 

Method Detail

setRequestLog

public void setRequestLog(Object requestLog)

getRequestLog

public Object getRequestLog()

setConnectors

public void setConnectors(Object[] connectors)
                   throws Exception
Throws:
Exception

getConnectors

public Object[] getConnectors()

setUserRealms

public void setUserRealms(Object[] realms)
                   throws Exception
Throws:
Exception

getUserRealms

public Object[] getUserRealms()

configureHandlers

public void configureHandlers()
                       throws Exception
Throws:
Exception

addWebApplication

public void addWebApplication(JettyPluginWebApplication webapp)
                       throws Exception
Throws:
Exception

start

public void start()
           throws Exception
Throws:
Exception

createDefaultConnector

public Object createDefaultConnector(String port)
                              throws Exception
Throws:
Exception

createWebApplication

public JettyPluginWebApplication createWebApplication()
                                               throws Exception
Throws:
Exception

join

public void join()
          throws Exception
Throws:
Exception


Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.