|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmx4j.tools.remote.http.jetty.JettyWebContainer
Jetty's implementation of WebContainer interface
Constructor Summary | |
JettyWebContainer()
|
Method Summary | |
void |
deploy(java.lang.String servletClassName,
javax.management.remote.JMXServiceURL url,
java.util.Map environment)
Deploys the given servlet class mapping it to the URL specified by the given JMXServiceURL. |
void |
start(javax.management.remote.JMXServiceURL url,
java.util.Map environment)
Starts the web container |
void |
stop()
Stops the web container |
void |
undeploy(java.lang.String servletName,
javax.management.remote.JMXServiceURL url,
java.util.Map environment)
Undeploys the servlet mapped to the URL specified by the given JMXServiceURL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JettyWebContainer()
Method Detail |
public void start(javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
WebContainer
start
in interface WebContainer
java.io.IOException
public void stop() throws java.io.IOException
WebContainer
stop
in interface WebContainer
java.io.IOException
public void deploy(java.lang.String servletClassName, javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
WebContainer
deploy
in interface WebContainer
java.io.IOException
public void undeploy(java.lang.String servletName, javax.management.remote.JMXServiceURL url, java.util.Map environment)
WebContainer
undeploy
in interface WebContainer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |