|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.util.Container
org.mortbay.http.HttpServer
org.mortbay.jetty.Server
org.mortbay.jetty.plus.Server
The Jetty HttpServer. This specialization of org.mortbay.jetty.Server adds knowledge about JNDI and Transaction Management
| Constructor Summary | |
Server()
Constructor. |
|
Server(Resource configuration)
Constructor. |
|
Server(java.lang.String configuration)
Constructor. |
|
Server(java.net.URL configuration)
Constructor. |
|
| Method Summary | |
void |
addService(Service service)
Add a Service to a Server. |
static void |
main(java.lang.String[] arg)
Construct server from command line arguments. |
| Methods inherited from class org.mortbay.jetty.Server |
addWebApplication, addWebApplication, addWebApplications, addWebApplications, addWebApplications, addWebApplications, addWebApplications, configure, getConfiguration, getRootWebApp, getWebApplicationConfigurationClassNames, setRootWebApp, setWebApplicationConfigurationClassNames |
| Methods inherited from class org.mortbay.util.Container |
getComponents, isStarted, start, stop |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mortbay.util.LifeCycle |
isStarted, start, stop |
| Constructor Detail |
public Server()
public Server(java.lang.String configuration)
throws java.io.IOException
configuration - The filename or URL of the XML
configuration file.
public Server(Resource configuration)
throws java.io.IOException
configuration - The filename or URL of the XML
configuration file.
public Server(java.net.URL configuration)
throws java.io.IOException
configuration - The filename or URL of the XML
configuration file.| Method Detail |
public void addService(Service service)
service - eg TMService, MailServicepublic static void main(java.lang.String[] arg)
HttpServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||