public interface EmbeddedServletContainer
stopped.
Instances of this class are usually obtained via a
EmbeddedServletContainerFactory.
EmbeddedServletContainerFactory| Modifier and Type | Field and Description |
|---|---|
static EmbeddedServletContainer |
NONE
An empty
EmbeddedServletContainer that does nothing. |
static final EmbeddedServletContainer NONE
EmbeddedServletContainer that does nothing.void start()
throws EmbeddedServletContainerException
EmbeddedServletContainerException - of the container cannot be stoppedvoid stop()
throws EmbeddedServletContainerException
EmbeddedServletContainerException - of the container cannot be stoppedCopyright © 2013. All rights reserved.