|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mx4j.tools.remote.http.jetty.JettyWebContainer
Jetty's implementation of WebContainer interface
Constructor Summary | |
JettyWebContainer()
|
Method Summary | |
protected void |
configureListener(javax.management.remote.JMXServiceURL url,
java.util.Map environment)
|
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. |
protected Logger |
getLogger()
|
protected org.mortbay.jetty.Server |
getServer()
|
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 |
protected Logger getLogger()
protected org.mortbay.jetty.Server getServer()
public void start(javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
WebContainer
start
in interface WebContainer
java.io.IOException
protected void configureListener(javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
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 |