public interface WebContainer
| Modifier and Type | Method and Description |
|---|---|
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.
|
void start(javax.management.remote.JMXServiceURL url,
java.util.Map environment)
throws java.io.IOException
java.io.IOExceptionvoid stop() throws java.io.IOException
java.io.IOExceptionvoid deploy(java.lang.String servletClassName,
javax.management.remote.JMXServiceURL url,
java.util.Map environment)
throws java.io.IOException
java.io.IOExceptionvoid undeploy(java.lang.String servletClassName,
javax.management.remote.JMXServiceURL url,
java.util.Map environment)