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.IOException
void stop() throws java.io.IOException
java.io.IOException
void deploy(java.lang.String servletClassName, javax.management.remote.JMXServiceURL url, java.util.Map environment) throws java.io.IOException
java.io.IOException
void undeploy(java.lang.String servletClassName, javax.management.remote.JMXServiceURL url, java.util.Map environment)