|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Interface for the Web Container so that we can plug in any web container.
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 servletClassName,
javax.management.remote.JMXServiceURL url,
java.util.Map environment)
Undeploys the servlet mapped to the URL specified by the given JMXServiceURL. |
Method Detail |
public void start(javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
java.io.IOException
public void stop() throws java.io.IOException
java.io.IOException
public void deploy(java.lang.String servletClassName, javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
java.io.IOException
public void undeploy(java.lang.String servletClassName, javax.management.remote.JMXServiceURL url, java.util.Map environment)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |